浏览代码

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

mxx 4 年之前
父节点
当前提交
d3fcc07276

+ 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

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