Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -8,6 +8,11 @@ | ... | @@ -8,6 +8,11 @@ |
| 8 | <el-input v-model="selectionData.goodsStation" placeholder="请输入货站名称" maxlength="50" clearable /> | 8 | <el-input v-model="selectionData.goodsStation" placeholder="请输入货站名称" maxlength="50" clearable /> |
| 9 | </el-form-item> | 9 | </el-form-item> |
| 10 | </el-col> | 10 | </el-col> |
| 11 | + <el-col :span="6"> | ||
| 12 | + <el-form-item label="航班"> | ||
| 13 | + <el-input v-model="selectionData.fltNo" placeholder="请输入货站名称" maxlength="20" clearable /> | ||
| 14 | + </el-form-item> | ||
| 15 | + </el-col> | ||
| 11 | </el-row> | 16 | </el-row> |
| 12 | </el-form> | 17 | </el-form> |
| 13 | <div style="display:flex;padding:10px 20px"> | 18 | <div style="display:flex;padding:10px 20px"> | ... | ... |
-
Please register or login to post a comment