Showing
5 changed files
with
14 additions
and
11 deletions
| ... | @@ -139,7 +139,7 @@ export default { | ... | @@ -139,7 +139,7 @@ export default { |
| 139 | this.formData.ids = arr; | 139 | this.formData.ids = arr; |
| 140 | if (this.formData.fltNo && this.formData.fltDate) { | 140 | if (this.formData.fltNo && this.formData.fltDate) { |
| 141 | allocationFlight(this.formData).then((res) => { | 141 | allocationFlight(this.formData).then((res) => { |
| 142 | - //code 200 配舱成功 601 重量已满需要确认 其余code直接输出msg | 142 | + //code 200 配舱成功 202 重量已满需要确认 其余code直接输出msg |
| 143 | if (res.code === 200) { | 143 | if (res.code === 200) { |
| 144 | this.$message({ | 144 | this.$message({ |
| 145 | message: "货物配舱成功", | 145 | message: "货物配舱成功", | ... | ... |
| ... | @@ -173,7 +173,7 @@ | ... | @@ -173,7 +173,7 @@ |
| 173 | </el-form-item> | 173 | </el-form-item> |
| 174 | 174 | ||
| 175 | <el-form-item label="申报类别"> | 175 | <el-form-item label="申报类别"> |
| 176 | - <el-card shadow="never" style="width: 70%"> | 176 | + <el-card shadow="never" style="width: 80%"> |
| 177 | <el-checkbox-group v-model="form.typeOfGoods"> | 177 | <el-checkbox-group v-model="form.typeOfGoods"> |
| 178 | <el-row> | 178 | <el-row> |
| 179 | <el-col :span="2" v-for="item in cargoType" :key="item.id"> | 179 | <el-col :span="2" v-for="item in cargoType" :key="item.id"> |
| ... | @@ -189,7 +189,7 @@ | ... | @@ -189,7 +189,7 @@ |
| 189 | </el-form-item> | 189 | </el-form-item> |
| 190 | 190 | ||
| 191 | <el-form-item label="货物类型"> | 191 | <el-form-item label="货物类型"> |
| 192 | - <el-card shadow="never" style="width: 70%"> | 192 | + <el-card shadow="never" style="width: 80%"> |
| 193 | <el-checkbox-group v-model="form.declarationCategory"> | 193 | <el-checkbox-group v-model="form.declarationCategory"> |
| 194 | <el-row> | 194 | <el-row> |
| 195 | <el-col :span="3" v-for="item in cargoStatus" :key="item.id"> | 195 | <el-col :span="3" v-for="item in cargoStatus" :key="item.id"> |
| ... | @@ -205,7 +205,7 @@ | ... | @@ -205,7 +205,7 @@ |
| 205 | </el-form-item> | 205 | </el-form-item> |
| 206 | 206 | ||
| 207 | <el-form-item label="Service Code"> | 207 | <el-form-item label="Service Code"> |
| 208 | - <el-card shadow="never" style="width: 70%"> | 208 | + <el-card shadow="never" style="width: 80%"> |
| 209 | <el-checkbox-group v-model="form.serviceCode"> | 209 | <el-checkbox-group v-model="form.serviceCode"> |
| 210 | <el-row> | 210 | <el-row> |
| 211 | <el-col :span="2" v-for="item in serviceCode" :key="item.id"> | 211 | <el-col :span="2" v-for="item in serviceCode" :key="item.id"> |
| ... | @@ -220,7 +220,7 @@ | ... | @@ -220,7 +220,7 @@ |
| 220 | </el-form-item> | 220 | </el-form-item> |
| 221 | 221 | ||
| 222 | <el-form-item label="Handling Code"> | 222 | <el-form-item label="Handling Code"> |
| 223 | - <el-card shadow="never" style="width: 70%"> | 223 | + <el-card shadow="never" style="width: 80%"> |
| 224 | <el-checkbox-group v-model="form.handlingCode"> | 224 | <el-checkbox-group v-model="form.handlingCode"> |
| 225 | <el-row> | 225 | <el-row> |
| 226 | <el-col :span="3" v-for="item in handlingCode" :key="item.id"> | 226 | <el-col :span="3" v-for="item in handlingCode" :key="item.id"> |
| ... | @@ -235,7 +235,7 @@ | ... | @@ -235,7 +235,7 @@ |
| 235 | </el-form-item> | 235 | </el-form-item> |
| 236 | 236 | ||
| 237 | <el-form-item label="Sub Category"> | 237 | <el-form-item label="Sub Category"> |
| 238 | - <el-card shadow="never" style="width: 70%"> | 238 | + <el-card shadow="never" style="width: 80%"> |
| 239 | <el-checkbox-group v-model="form.subCategory"> | 239 | <el-checkbox-group v-model="form.subCategory"> |
| 240 | <el-row> | 240 | <el-row> |
| 241 | <el-col :span="3" v-for="item in subCategory" :key="item.id"> | 241 | <el-col :span="3" v-for="item in subCategory" :key="item.id"> | ... | ... |
| ... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
| 55 | @click="findSourceFlightAndFlightDate" | 55 | @click="findSourceFlightAndFlightDate" |
| 56 | >查询实际配载航班 </el-button | 56 | >查询实际配载航班 </el-button |
| 57 | >  | 57 | >  |
| 58 | - <span style="color: ff4949" | 58 | + <span style="color: #ff4949" |
| 59 | >注:ACCS原航班+日期查询该日期的航班实际情况</span | 59 | >注:ACCS原航班+日期查询该日期的航班实际情况</span |
| 60 | > | 60 | > |
| 61 | </el-form-item> | 61 | </el-form-item> |
| ... | @@ -277,10 +277,10 @@ | ... | @@ -277,10 +277,10 @@ |
| 277 | </el-col> | 277 | </el-col> |
| 278 | 278 | ||
| 279 | <el-col :span="24" style="margin-bottom: 5%"> | 279 | <el-col :span="24" style="margin-bottom: 5%"> |
| 280 | - <span style="color: ff4949; margin-left: 10%" | 280 | + <span style="color:#ff4949; margin-left: 10%" |
| 281 | >提示:配载航班之同请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span | 281 | >提示:配载航班之同请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span |
| 282 | ><br /> | 282 | ><br /> |
| 283 | - <span style="color: ff4949; margin-left: 10%" | 283 | + <span style="color:#ff4949; margin-left: 10%" |
| 284 | >提示:如果需要设置配载航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1;CZ433-1</span | 284 | >提示:如果需要设置配载航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1;CZ433-1</span |
| 285 | > | 285 | > |
| 286 | </el-col> | 286 | </el-col> |
| ... | @@ -567,12 +567,12 @@ export default { | ... | @@ -567,12 +567,12 @@ export default { |
| 567 | // 目的航班弹出框返回 | 567 | // 目的航班弹出框返回 |
| 568 | cancelFlightDate() { | 568 | cancelFlightDate() { |
| 569 | this.openFlightDate = false; | 569 | this.openFlightDate = false; |
| 570 | - this.findSourceFlightAndFlightDate(); | 570 | + this.findSourceFlightRules(); |
| 571 | }, | 571 | }, |
| 572 | // 取消按钮 | 572 | // 取消按钮 |
| 573 | cancel() { | 573 | cancel() { |
| 574 | this.open = false; | 574 | this.open = false; |
| 575 | - this.findSourceFlightAndFlightDate(); | 575 | + this.findSourceFlightRules(); |
| 576 | //this.reset(); | 576 | //this.reset(); |
| 577 | }, | 577 | }, |
| 578 | // 状态字典翻译 | 578 | // 状态字典翻译 | ... | ... |
| ... | @@ -171,6 +171,7 @@ export default { | ... | @@ -171,6 +171,7 @@ export default { |
| 171 | }, | 171 | }, |
| 172 | }; | 172 | }; |
| 173 | </script> | 173 | </script> |
| 174 | + | ||
| 174 | <style rel="stylesheet/scss" lang="scss"> | 175 | <style rel="stylesheet/scss" lang="scss"> |
| 175 | .upload-demo { | 176 | .upload-demo { |
| 176 | float: right; | 177 | float: right; | ... | ... |
| ... | @@ -593,6 +593,7 @@ | ... | @@ -593,6 +593,7 @@ |
| 593 | </el-dialog> | 593 | </el-dialog> |
| 594 | </div> | 594 | </div> |
| 595 | </template> | 595 | </template> |
| 596 | + | ||
| 596 | <script> | 597 | <script> |
| 597 | import { | 598 | import { |
| 598 | delFlight, | 599 | delFlight, |
| ... | @@ -1151,6 +1152,7 @@ export default { | ... | @@ -1151,6 +1152,7 @@ export default { |
| 1151 | }, | 1152 | }, |
| 1152 | }; | 1153 | }; |
| 1153 | </script> | 1154 | </script> |
| 1155 | + | ||
| 1154 | <style> | 1156 | <style> |
| 1155 | .el-table--striped .el-table__body tr.el-table__row--striped.current-row td, | 1157 | .el-table--striped .el-table__body tr.el-table__row--striped.current-row td, |
| 1156 | .el-table__body tr.current-row > td { | 1158 | .el-table__body tr.current-row > td { | ... | ... |
-
Please register or login to post a comment