|
@@ -526,12 +526,11 @@ export default {
|
|
|
supplierNo,
|
|
|
companyNo,
|
|
|
sequenceNo,
|
|
|
- khName,
|
|
|
+ knName,
|
|
|
tax,
|
|
|
- reteid,
|
|
|
+ rateid,
|
|
|
} = res.data;
|
|
|
-
|
|
|
- this.searchName1 = khName;
|
|
|
+ this.searchName1 = knName;
|
|
|
this.searchName2 = supperinfo;
|
|
|
this.searchName3 = supplier;
|
|
|
this.searchName4 = tax;
|
|
@@ -543,7 +542,7 @@ export default {
|
|
|
department: department,
|
|
|
qrdType: qrdType,
|
|
|
good_total: good_total * 1,
|
|
|
- sequenceNo: sequenceNo,//单据号
|
|
|
+ sequenceNo: sequenceNo, //单据号
|
|
|
poNo: poNo,
|
|
|
contactor: contactor,
|
|
|
mobile: mobile,
|
|
@@ -553,7 +552,7 @@ export default {
|
|
|
goodPice: goodPice * 1,
|
|
|
goodNum: goodNum * 1,
|
|
|
cgd_tax: cgd_tax * 1,
|
|
|
- tax: [reteid],
|
|
|
+ tax: [rateid],
|
|
|
};
|
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
await this.logout();
|
|
@@ -622,7 +621,7 @@ export default {
|
|
|
obj.tax = obj.tax[0];
|
|
|
obj.buyer = obj.sale_name;
|
|
|
obj.buy_depart = obj.department;
|
|
|
- obj.id=this.id
|
|
|
+ obj.id = this.id;
|
|
|
for (let key in obj) {
|
|
|
obj[key] = obj[key] + "";
|
|
|
}
|