浏览代码

成本编辑

zxz 3 年之前
父节点
当前提交
46371c3973

+ 6 - 0
src/views/warehouse/warehouseManagementGross.vue

@@ -2471,6 +2471,12 @@ export default {
           } else {
             this.isSelectType = true
           }
+          if(this.outContractNo[i].priceType=='随行就市'){
+            this.isGetCost = false
+             this.deptBudgetList.cost = this.deptBudgetList.cost
+          }else{
+            this.isGetCost = true
+          }
           if (this.outContractNo[i].deliverType == '1') {
             this.carstatus = true
           } else {

+ 6 - 0
src/views/warehouse/warehouseManagementPerfectput.vue

@@ -710,6 +710,12 @@ export default {
           }else{
             this.isSelectType = true
           }
+          if(this.outContractNo[i].priceType=='随行就市'){
+            this.isGetCost = false
+             this.dataList.cost = this.dataList.cost
+          }else{
+            this.isGetCost = true
+          }
           if(this.outContractNo[i].tranCarInfoList){
             this.options2=this.outContractNo[i].tranCarInfoList
             this.tranCarInfoList=this.outContractNo[i].tranCarInfoList