wengyuwen 4 år sedan
förälder
incheckning
bb52c5b5e3
1 ändrade filer med 16 tillägg och 4 borttagningar
  1. 16 4
      src/views/finance/contrast/index.vue

+ 16 - 4
src/views/finance/contrast/index.vue

@@ -333,7 +333,7 @@
         <el-table-column label="数量" align="center" prop="fQty" />
         <el-table-column label="单价" align="center" prop="fUnitprice" />
         <el-table-column label="本次金额" align="center" prop="fAmt" />
-        <el-table-column label="业务类型" align="center" prop="fAmt" />
+        <el-table-column label="作业类型" align="center" prop="fBusinessType" />
 
         <el-table-column label="业务类型" align="center" prop="fBilltype">
           <template slot-scope="scope">
@@ -910,6 +910,11 @@ export default {
     },
     //财务主取消
     signOut(){
+      if(this.DzfeeList.length == 0){
+        this.doNot = false
+      }else{
+        this.doNot = true
+      }
       this.innerVisible = false
       this.feeList = []
     },
@@ -1578,6 +1583,7 @@ export default {
             this.fWbuOptions = response.data.feesList
             this.fMblnoOptions = response.data.corps
             this.open = true
+            this.open = true
           })
         }
       })
@@ -1604,10 +1610,10 @@ export default {
         this.fMblnoOptions = response.data.corps
         this.open = true;
         this.title = "修改财务数据主";
-        if(this.queryParams.fCorpid === null){
-          this.doNot = false
-        }else{
+        if(this.DzfeeList){
           this.doNot = true
+        }else{
+          this.doNot = false
         }
       });
     },
@@ -1749,6 +1755,12 @@ export default {
         this.queryParams.fAmtcr = this.DzfeeList[item].fAmt
         this.queryParams.fAmtdr = this.DzfeeList[item].fAmtdr
       }
+      if(this.DzfeeList == 0){
+        console.log("111")
+        this.doNot = false
+      }else{
+        this.doNot = true
+      }
     },
   },
 };