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