ソースを参照

Merge branch 'master' of git.echepei.com:zhujiawei/Warehouse_management_ui into master

qukaidi 4 年 前
コミット
ef5277d8ff
1 ファイル変更6 行追加0 行削除
  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
@@ -2132,6 +2133,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;
@@ -2155,6 +2157,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;
@@ -2178,6 +2181,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;
@@ -2266,6 +2270,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 = "修改财务数据主";
@@ -2316,6 +2321,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;