|
@@ -571,7 +571,7 @@
|
|
|
|
|
|
|
|
this.form.companyBankAccount = bankList[0]?.accountNo;
|
|
this.form.companyBankAccount = bankList[0]?.accountNo;
|
|
|
this.form.companyBankBranchNo = bankList[0]?.bankName;
|
|
this.form.companyBankBranchNo = bankList[0]?.bankName;
|
|
|
- // this.enterpriseChange(data.partbName);
|
|
|
|
|
|
|
+ this.enterpriseChange(data.partbName);
|
|
|
} else {
|
|
} else {
|
|
|
this.form.receiverName = base.name;
|
|
this.form.receiverName = base.name;
|
|
|
this.form.receiverAddress = other?.addressName + other?.address;
|
|
this.form.receiverAddress = other?.addressName + other?.address;
|
|
@@ -581,6 +581,8 @@
|
|
|
this.form.salesCompanyUsc = base.unifiedSocialCreditCode;
|
|
this.form.salesCompanyUsc = base.unifiedSocialCreditCode;
|
|
|
this.form.salesCompanyBankAccount = bankList[0]?.accountNo;
|
|
this.form.salesCompanyBankAccount = bankList[0]?.accountNo;
|
|
|
this.form.salesCompanyBankBranchNo = bankList[0]?.bankName;
|
|
this.form.salesCompanyBankBranchNo = bankList[0]?.bankName;
|
|
|
|
|
+ this.enterpriseChange(data.partaName);
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
//订单回调
|
|
//订单回调
|