Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -144,14 +144,14 @@ | ... | @@ -144,14 +144,14 @@ |
| 144 | </el-date-picker> | 144 | </el-date-picker> |
| 145 | </el-form-item> | 145 | </el-form-item> |
| 146 | </el-col> | 146 | </el-col> |
| 147 | - </el-row> | 147 | + |
| 148 | 148 | ||
| 149 | <el-col :span="12"> | 149 | <el-col :span="12"> |
| 150 | <el-form-item label="航班路线" prop="route"> | 150 | <el-form-item label="航班路线" prop="route"> |
| 151 | <el-input :disabled="formdisabled.route" style="width:93%" v-model="form.route" placeholder="请输入航班路线" /> | 151 | <el-input :disabled="formdisabled.route" style="width:93%" v-model="form.route" placeholder="请输入航班路线" /> |
| 152 | </el-form-item> | 152 | </el-form-item> |
| 153 | </el-col> | 153 | </el-col> |
| 154 | - <el-row> | 154 | + |
| 155 | <el-col :span="12"> | 155 | <el-col :span="12"> |
| 156 | <el-form-item label="航班种类" prop="kindId"> | 156 | <el-form-item label="航班种类" prop="kindId"> |
| 157 | <el-select :disabled="formdisabled.kindId" v-model="form.kindId" placeholder="请选择航班种类"> | 157 | <el-select :disabled="formdisabled.kindId" v-model="form.kindId" placeholder="请选择航班种类"> |
| ... | @@ -490,7 +490,7 @@ | ... | @@ -490,7 +490,7 @@ |
| 490 | this.reset(); | 490 | this.reset(); |
| 491 | this.open = true; | 491 | this.open = true; |
| 492 | this.title = "添加航班信息"; | 492 | this.title = "添加航班信息"; |
| 493 | - this.form.id = -1; | 493 | + this.form.id = null; |
| 494 | this.form.statusId = this.flightStatuslist[0].id; | 494 | this.form.statusId = this.flightStatuslist[0].id; |
| 495 | this.form.alloctedWeight = 0; | 495 | this.form.alloctedWeight = 0; |
| 496 | //航班号 | 496 | //航班号 | ... | ... |
-
Please register or login to post a comment