Showing
5 changed files
with
14 additions
and
15 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"> | ... | ... |
| ... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
| 26 | <el-form-item> | 26 | <el-form-item> |
| 27 | <el-button type="primary" icon="el-icon-search" size="mini" @click="findSourceFlightAndFlightDate">查询实际配载航班 | 27 | <el-button type="primary" icon="el-icon-search" size="mini" @click="findSourceFlightAndFlightDate">查询实际配载航班 |
| 28 | </el-button>  | 28 | </el-button>  |
| 29 | - <span style="color: red;">注:原航班+日期查询该日期的航班实际情况</span> | 29 | + <span style="color: #ff4949;">注:原航班+日期查询该日期的航班实际情况</span> |
| 30 | </el-form-item> | 30 | </el-form-item> |
| 31 | <br /> | 31 | <br /> |
| 32 | <el-form-item> | 32 | <el-form-item> |
| ... | @@ -115,8 +115,8 @@ | ... | @@ -115,8 +115,8 @@ |
| 115 | </el-col> | 115 | </el-col> |
| 116 | 116 | ||
| 117 | <el-col :span="24" style="margin-bottom: 5%;"> | 117 | <el-col :span="24" style="margin-bottom: 5%;"> |
| 118 | - <span style="color: red;margin-left: 10%;">提示:配载航班之同请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span><br /> | 118 | + <span style="color: #ff4949;margin-left: 10%;">提示:配载航班之同请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span><br /> |
| 119 | - <span style="color: red;margin-left: 10%;">提示:如果需要设置配载航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1;CZ433-1</span> | 119 | + <span style="color: #ff4949;margin-left: 10%;">提示:如果需要设置配载航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1;CZ433-1</span> |
| 120 | </el-col> | 120 | </el-col> |
| 121 | <el-col :span="24"> | 121 | <el-col :span="24"> |
| 122 | <el-form-item label="配载航班" prop="flightRank"> | 122 | <el-form-item label="配载航班" prop="flightRank"> |
| ... | @@ -386,12 +386,12 @@ | ... | @@ -386,12 +386,12 @@ |
| 386 | // 目的航班弹出框返回 | 386 | // 目的航班弹出框返回 |
| 387 | cancelFlightDate() { | 387 | cancelFlightDate() { |
| 388 | this.openFlightDate = false; | 388 | this.openFlightDate = false; |
| 389 | - this.findSourceFlightAndFlightDate(); | 389 | + this.findSourceFlightRules(); |
| 390 | }, | 390 | }, |
| 391 | // 取消按钮 | 391 | // 取消按钮 |
| 392 | cancel() { | 392 | cancel() { |
| 393 | this.open = false; | 393 | this.open = false; |
| 394 | - this.findSourceFlightAndFlightDate(); | 394 | + this.findSourceFlightRules(); |
| 395 | //this.reset(); | 395 | //this.reset(); |
| 396 | }, | 396 | }, |
| 397 | // 状态字典翻译 | 397 | // 状态字典翻译 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | </el-form-item> | 13 | </el-form-item> |
| 14 | </el-form> | 14 | </el-form> |
| 15 | <div style="font-size: 12px; font-weight: 700"> | 15 | <div style="font-size: 12px; font-weight: 700"> |
| 16 | - 提示:<span style="color: #0000ff">以下为所提交的数据或出错信息</span> | 16 | + 提示:<span style="color: #1890ff">以下为所提交的数据或出错信息</span> |
| 17 | </div> | 17 | </div> |
| 18 | <el-table ref="filterTable" :data="tableData" v-loading="loading" style="width: 100%; margin-top: 20px" size="small" border> | 18 | <el-table ref="filterTable" :data="tableData" v-loading="loading" style="width: 100%; margin-top: 20px" size="small" border> |
| 19 | <el-table-column label="行号" prop="line" fixed width="50" align="center"> | 19 | <el-table-column label="行号" prop="line" fixed width="50" align="center"> | ... | ... |
| ... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
| 34 | </el-form-item> | 34 | </el-form-item> |
| 35 | </el-form> | 35 | </el-form> |
| 36 | <div style="font-size: 12px; font-weight: 700"> | 36 | <div style="font-size: 12px; font-weight: 700"> |
| 37 | - 提示:<span style="color: #0000ff">以下为所提交的数据或出错信息</span> | 37 | + 提示:<span style="color: #1890ff">以下为所提交的数据或出错信息</span> |
| 38 | </div> | 38 | </div> |
| 39 | <el-table | 39 | <el-table |
| 40 | ref="filterTable" | 40 | ref="filterTable" |
| ... | @@ -64,8 +64,7 @@ | ... | @@ -64,8 +64,7 @@ |
| 64 | </el-table> | 64 | </el-table> |
| 65 | </div> | 65 | </div> |
| 66 | </template> | 66 | </template> |
| 67 | - </div> | 67 | + |
| 68 | -</template> | ||
| 69 | <script> | 68 | <script> |
| 70 | import { | 69 | import { |
| 71 | filghtKindData, | 70 | filghtKindData, | ... | ... |
-
Please register or login to post a comment