gjy 2 年之前
父節點
當前提交
f89048da54
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/profitable/cashout.vue

+ 2 - 1
src/views/profitable/cashout.vue

@@ -334,6 +334,7 @@
       },
       selectware(e,index){
         var arr=[]
+        this.feeDetailsDistributions[index].orderId=''
         this.datelist[index]=[]
         getwarehousingorder({contractNo:this.deptBudgetList.contractNo,warehouseName:this.feeDetailsDistributions[index].warehouseName,receiptDocDate:this.feeDetailsDistributions[index].receiptDocDate}).toPromise()
           .then(response => {
@@ -414,6 +415,7 @@
         // console.log(this.feeDetailsDistributions)
       },
       receiptDocDatechange(e,index){
+        this.feeDetailsDistributions[index].orderId=''
         var arr=[]
         this.goodsourcelist[index]=[]
         getwarehousingorder({warehouseName:this.deptBudgetList.warehouseName,receiptDocDate:e}).toPromise()
@@ -722,7 +724,6 @@
           .then(() => {
         addexenseinfo(this.deptBudgetList).toPromise()
           .then(response => {
-            console.log(response)
             if(response=='合同请款金额超出总粮款!'){
               this.$message({
               message: '合同请款金额超出总粮款!',