|
@@ -1366,7 +1366,8 @@ export default {
|
|
|
businessKey: 'contact_approve',
|
|
businessKey: 'contact_approve',
|
|
|
formCreateUserId: base.createUserId,
|
|
formCreateUserId: base.createUserId,
|
|
|
variables: {
|
|
variables: {
|
|
|
- certificationType: 1
|
|
|
|
|
|
|
+ certificationType: 1,
|
|
|
|
|
+ businessCode:base.code
|
|
|
}
|
|
}
|
|
|
// callBackMethodType : '1',
|
|
// callBackMethodType : '1',
|
|
|
// callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
|
|
// callBackMethod : 'proTargetPlanApproveApiImpl.updatePlanApprovalStatus',
|
|
@@ -1674,8 +1675,11 @@ export default {
|
|
|
this.otherForm = data.other;
|
|
this.otherForm = data.other;
|
|
|
this.tableBankData = data.bankList;
|
|
this.tableBankData = data.bankList;
|
|
|
this.tableLinkData = data.linkList;
|
|
this.tableLinkData = data.linkList;
|
|
|
|
|
+ this.supplyList = data.productList || [];
|
|
|
|
|
+
|
|
|
this.tableCertificateDataAdd({});
|
|
this.tableCertificateDataAdd({});
|
|
|
this.form.qualificationCensorship=this.form.qualificationCensorship||'2'
|
|
this.form.qualificationCensorship=this.form.qualificationCensorship||'2'
|
|
|
|
|
+
|
|
|
// if (data.base.businessLicenseFile && data.base.businessLicenseFile.uid) {
|
|
// if (data.base.businessLicenseFile && data.base.businessLicenseFile.uid) {
|
|
|
// this.$set(this.form, 'businessLicenseFiles', [
|
|
// this.$set(this.form, 'businessLicenseFiles', [
|
|
|
// data.base.businessLicenseFile
|
|
// data.base.businessLicenseFile
|