|
|
@@ -1113,7 +1113,9 @@ export default {
|
|
|
let obj = {
|
|
|
...this.form
|
|
|
};
|
|
|
- finstlbillsAdd(obj);
|
|
|
+ finstlbillsAdd(obj).then(res => {
|
|
|
+ this.form.version = res.data.data.version;
|
|
|
+ });
|
|
|
this.finstlbillslistAccBillV1fun();
|
|
|
}
|
|
|
},
|
|
|
@@ -1372,16 +1374,16 @@ export default {
|
|
|
this.form.corpId = row.id;
|
|
|
this.form.corpEnName = row.enName;
|
|
|
this.form.corpArgreementNo = row.enName;
|
|
|
- this.form.affiliatedCompanyId=row.corpId;
|
|
|
- this.form.affiliatedCompanyName=row.corpName;
|
|
|
+ this.form.affiliatedCompanyId = row.corpId;
|
|
|
+ this.form.affiliatedCompanyName = row.corpName;
|
|
|
this.form.uscc = row.uscc;
|
|
|
} else {
|
|
|
this.form.corpId = null;
|
|
|
this.form.corpEnName = null;
|
|
|
this.form.corpCnName = null;
|
|
|
this.form.corpArgreementNo = null;
|
|
|
- this.form.affiliatedCompanyId=null;
|
|
|
- this.form.affiliatedCompanyName=null;
|
|
|
+ this.form.affiliatedCompanyId = null;
|
|
|
+ this.form.affiliatedCompanyName = null;
|
|
|
this.form.uscc = null;
|
|
|
this.form.bankId = null;
|
|
|
this.form.bankAccountName = null;
|
|
|
@@ -1590,6 +1592,7 @@ export default {
|
|
|
...this.form
|
|
|
};
|
|
|
finstlbillsAdd(obj).then(res => {
|
|
|
+ this.form.version = res.data.data.version;
|
|
|
this.finstlbillslistAccBillV1fun();
|
|
|
});
|
|
|
},
|