1730532197@qq.com

lwj

......@@ -144,14 +144,14 @@
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-col :span="12">
<el-form-item label="航班路线" prop="route">
<el-input :disabled="formdisabled.route" style="width:93%" v-model="form.route" placeholder="请输入航班路线" />
</el-form-item>
</el-col>
<el-row>
<el-col :span="12">
<el-form-item label="航班种类" prop="kindId">
<el-select :disabled="formdisabled.kindId" v-model="form.kindId" placeholder="请选择航班种类">
......@@ -490,7 +490,7 @@
this.reset();
this.open = true;
this.title = "添加航班信息";
this.form.id = -1;
this.form.id = null;
this.form.statusId = this.flightStatuslist[0].id;
this.form.alloctedWeight = 0;
//航班号
......