ソースを参照

知会内容修改

yuanmingze 2 ヶ月 前
コミット
7cd3575a6e

BIN
dist.zip


+ 3 - 2
src/views/paymentVoucherNotification/distributeVoucher/components/createDialig.vue

@@ -243,7 +243,8 @@ export default {
       const res = await redemptionPkgListApi(this.setp);
       this.redemptionPkgList = res.data.data;
     },
-    show(type) {
+    // 创建知会
+    createFn(type) {
       this.type = type;
       this.title = '新增';
       this.formDisabled = false;
@@ -269,7 +270,6 @@ export default {
       this.form.pkgScore = row.packageScore;
       this.setp = row.step;
       this.form.availRdpScore = row.availRdpScore;
-
       this.form.supervisionDeductScore = row.supervisionDeductScore;
       this.form.passedByNode6ScoreSum = row.passedByNode6ScoreSum;
       this.form.currentRedemptionScore = row.currentRedemptionScore;
@@ -331,6 +331,7 @@ export default {
         this.$refs.table1.initInfo(this.detailInfo);
       }
     },
+    //  提交创建知会
     async submitInfo() {
       const items = this.$refs.table1.returnInfo();
       const obj = {

+ 1 - 1
src/views/paymentVoucherNotification/distributeVoucher/index.vue

@@ -235,7 +235,7 @@ export default {
     },
 
     createFn() {
-      this.$refs.createDialigRef.show('1');
+      this.$refs.createDialigRef.createFn('1');
     },
     detailFn(row) {
       let type;