jinhui.wang

代码修正

......@@ -139,7 +139,7 @@ export default {
this.formData.ids = arr;
if (this.formData.fltNo && this.formData.fltDate) {
allocationFlight(this.formData).then((res) => {
//code 200 配舱成功 601 重量已满需要确认 其余code直接输出msg
//code 200 配舱成功 202 重量已满需要确认 其余code直接输出msg
if (res.code === 200) {
this.$message({
message: "货物配舱成功",
......
......@@ -173,7 +173,7 @@
</el-form-item>
<el-form-item label="申报类别">
<el-card shadow="never" style="width: 70%">
<el-card shadow="never" style="width: 80%">
<el-checkbox-group v-model="form.typeOfGoods">
<el-row>
<el-col :span="2" v-for="item in cargoType" :key="item.id">
......@@ -189,7 +189,7 @@
</el-form-item>
<el-form-item label="货物类型">
<el-card shadow="never" style="width: 70%">
<el-card shadow="never" style="width: 80%">
<el-checkbox-group v-model="form.declarationCategory">
<el-row>
<el-col :span="3" v-for="item in cargoStatus" :key="item.id">
......@@ -205,7 +205,7 @@
</el-form-item>
<el-form-item label="Service Code">
<el-card shadow="never" style="width: 70%">
<el-card shadow="never" style="width: 80%">
<el-checkbox-group v-model="form.serviceCode">
<el-row>
<el-col :span="2" v-for="item in serviceCode" :key="item.id">
......@@ -220,7 +220,7 @@
</el-form-item>
<el-form-item label="Handling Code">
<el-card shadow="never" style="width: 70%">
<el-card shadow="never" style="width: 80%">
<el-checkbox-group v-model="form.handlingCode">
<el-row>
<el-col :span="3" v-for="item in handlingCode" :key="item.id">
......@@ -235,7 +235,7 @@
</el-form-item>
<el-form-item label="Sub Category">
<el-card shadow="never" style="width: 70%">
<el-card shadow="never" style="width: 80%">
<el-checkbox-group v-model="form.subCategory">
<el-row>
<el-col :span="3" v-for="item in subCategory" :key="item.id">
......
......@@ -55,7 +55,7 @@
@click="findSourceFlightAndFlightDate"
>查询实际配载航班 </el-button
>&#12288;
<span style="color: ff4949"
<span style="color: #ff4949"
>注:ACCS原航班+日期查询该日期的航班实际情况</span
>
</el-form-item>
......@@ -277,10 +277,10 @@
</el-col>
<el-col :span="24" style="margin-bottom: 5%">
<span style="color: ff4949; margin-left: 10%"
<span style="color:#ff4949; margin-left: 10%"
>提示:配载航班之同请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span
><br />
<span style="color: ff4949; margin-left: 10%"
<span style="color:#ff4949; margin-left: 10%"
>提示:如果需要设置配载航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1;CZ433-1</span
>
</el-col>
......@@ -567,12 +567,12 @@ export default {
// 目的航班弹出框返回
cancelFlightDate() {
this.openFlightDate = false;
this.findSourceFlightAndFlightDate();
this.findSourceFlightRules();
},
// 取消按钮
cancel() {
this.open = false;
this.findSourceFlightAndFlightDate();
this.findSourceFlightRules();
//this.reset();
},
// 状态字典翻译
......
......@@ -171,6 +171,7 @@ export default {
},
};
</script>
<style rel="stylesheet/scss" lang="scss">
.upload-demo {
float: right;
......
......@@ -593,6 +593,7 @@
</el-dialog>
</div>
</template>
<script>
import {
delFlight,
......@@ -1151,6 +1152,7 @@ export default {
},
};
</script>
<style>
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
.el-table__body tr.current-row > td {
......