ccjgmwz 3 năm trước cách đây
mục cha
commit
3b0ffa2ae0

+ 2 - 1
src/views/warehouse/warehouseManagementNoWeightOut.vue

@@ -191,7 +191,8 @@
               </ws-form-item>
               <ws-form-item label="车牌号" span="1" prop="carNo" v-if="
               dataList.outType == '汽运' ||
-              dataList.outType == '集装箱船'
+              dataList.outType == '集装箱船' ||
+              dataList.outType == '散船'
             ">
                 <ws-input v-if="!carstatus || carjudge" v-model="dataList.carNo" placeholder="请输入车牌号" maxlength="7"
                   size="small" />

+ 1 - 1
src/views/warehouse/warehouseManagementTare.vue

@@ -182,7 +182,7 @@
               </ws-form-item>
 
               <ws-form-item label="车牌号" span="1" prop="carNo"
-                v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'">
+                v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船' || deptBudgetList.outType == '散船'">
                 <ws-input v-if="!carstatus || carjudge" v-model="deptBudgetList.carNo" placeholder="请输入车牌号"
                   maxlength="7" size="small" />
                 <el-select v-else filterable clearable :filter-method="dataFilter2" v-model="deptBudgetList.carNo"