Browse Source

前端gjy

gjy 4 năm trước cách đây
mục cha
commit
93cc1cc465

+ 6 - 1
src/views/contractManagement/purchaseContractAdd.vue

@@ -315,7 +315,12 @@
             size="small"
           />
         </ws-form-item>
-        <ws-form-item label="临时库负责人" span="1" prop="packingMethod">
+        <ws-form-item
+          v-show="deptBudgetList.deliverType == 1"
+          label="临时库负责人"
+          span="1"
+          prop="packingMethod"
+        >
           <ws-select
             v-model="deptBudgetList.packingMethod"
             placeholder="请选择临时库负责人"

+ 1 - 1
src/views/contractManagement/purchaseContractEdit.vue

@@ -309,7 +309,7 @@
           label="临时库负责人"
           span="1"
           prop="packingMethod"
-          v-show="deptBudgetList.sellers == '我方自提'"
+          v-show="deptBudgetList.deliverType == 1"
         >
           <ws-select
             v-model="deptBudgetList.packingMethod"