Selaa lähdekoodia

大木对账修改

wengyuwen 4 vuotta sitten
vanhempi
commit
e37718bff1
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      src/views/finance/contrast/index.vue

+ 6 - 0
src/views/finance/contrast/index.vue

@@ -438,6 +438,7 @@
             v-model="queryParams.fSystemType"
             placeholder="请选择业务类型"
             size="small"
+            :disabled="notChange"
             style="width: 200px"
           >
             <el-option
@@ -2128,6 +2129,7 @@ export default {
           this.DzfeeList = response.data.feeDoList;
           this.fWbuOptions = response.data.feesList;
           this.queryParams = response.data.tFee;
+          this.queryParams.fSystemType = response.data.tFee.fsystemType;
           this.fWbuOptions = response.data.feesList;
           this.fMblnoOptions = response.data.corps;
           this.open = true;
@@ -2151,6 +2153,7 @@ export default {
                 this.DzfeeList = response.data.feeDoList;
                 this.fWbuOptions = response.data.feesList;
                 this.queryParams = response.data.tFee;
+                this.queryParams.fSystemType = response.data.tFee.fsystemType;
                 this.fWbuOptions = response.data.feesList;
                 this.fMblnoOptions = response.data.corps;
                 this.open = true;
@@ -2174,6 +2177,7 @@ export default {
               this.DzfeeList = response.data.feeDoList;
               this.fWbuOptions = response.data.feesList;
               this.queryParams = response.data.tFee;
+              this.queryParams.fSystemType = response.data.tFee.fsystemType;
               this.fWbuOptions = response.data.feesList;
               this.fMblnoOptions = response.data.corps;
               this.open = true;
@@ -2262,6 +2266,7 @@ export default {
           this.DzfeeList = response.data.feeDoList;
           this.fWbuOptions = response.data.feesList;
           this.queryParams = response.data.tFee;
+          this.queryParams.fSystemType = response.data.tFee.fsystemType;
           this.fMblnoOptions = response.data.corps;
           this.open = true;
           this.title = "修改财务数据主";
@@ -2312,6 +2317,7 @@ export default {
               updateFee(formData).then((response) => {
                 console.log(response);
                 this.queryParams = response.data.tFee;
+                this.queryParams.fSystemType = response.data.tFee.fsystemType;
                 this.msgSuccess("新增成功");
                 // this.DzfeeList = []
                 // this.open = false;