作者 xudada

分单电报-FHL增加版本4选择

@@ -1083,6 +1083,18 @@ Handling Information @@ -1083,6 +1083,18 @@ Handling Information
1083 </el-form-item> 1083 </el-form-item>
1084 </el-col> 1084 </el-col>
1085 <el-col style="margin-left: 30px" :span="2"> 1085 <el-col style="margin-left: 30px" :span="2">
  1086 + <el-form-item>
  1087 + <el-select v-model="addForm.fhl.ver" placeholder="请选择">
  1088 + <el-option
  1089 + v-for="item in vers"
  1090 + :key="item.value"
  1091 + :label="item.label"
  1092 + :value="item.value">
  1093 + </el-option>
  1094 + </el-select>
  1095 + </el-form-item>
  1096 + </el-col>
  1097 + <el-col style="margin-left: 30px" :span="2">
1086 <el-button type="warning" plain @click="cancleBtn">清空</el-button> 1098 <el-button type="warning" plain @click="cancleBtn">清空</el-button>
1087 </el-col> 1099 </el-col>
1088 </el-row> 1100 </el-row>
@@ -2380,6 +2392,7 @@ Handling Information @@ -2380,6 +2392,7 @@ Handling Information
2380 quantity_picecs:'', 2392 quantity_picecs:'',
2381 origin:'', 2393 origin:'',
2382 destination:'', 2394 destination:'',
  2395 + ver:'5'
2383 }, 2396 },
2384 shp:{ 2397 shp:{
2385 shp_detail_identifier:'TE', 2398 shp_detail_identifier:'TE',
@@ -2428,6 +2441,13 @@ Handling Information @@ -2428,6 +2441,13 @@ Handling Information
2428 }, 2441 },
2429 oci:[], 2442 oci:[],
2430 }, 2443 },
  2444 + vers:[{
  2445 + value: '4',
  2446 + label: '版本4'
  2447 + }, {
  2448 + value: '5',
  2449 + label: '版本5'
  2450 + }],
2431 shp_aeo:{ 2451 shp_aeo:{
2432 oci_country_code: "", 2452 oci_country_code: "",
2433 oci_customs: "T", 2453 oci_customs: "T",