|
@@ -577,11 +577,11 @@
|
|
|
if (!validate) return;
|
|
if (!validate) return;
|
|
|
let params = {
|
|
let params = {
|
|
|
detailList: this.form.detailList.map((i) => {
|
|
detailList: this.form.detailList.map((i) => {
|
|
|
- i['orderNo`'] = i.orderNo || this.form.orderNo;
|
|
|
|
|
|
|
+ i['orderNo'] = i.orderNo || this.form.orderNo;
|
|
|
i['returnRecordId`'] =
|
|
i['returnRecordId`'] =
|
|
|
i.returnRecordId || this.form.returnRecordId;
|
|
i.returnRecordId || this.form.returnRecordId;
|
|
|
- i['sendNo`'] = i.sendNo || this.form.sendNo;
|
|
|
|
|
- i['orderId`'] = i.orderId || this.form.orderId;
|
|
|
|
|
|
|
+ i['sendNo'] = i.sendNo || this.form.sendNo;
|
|
|
|
|
+ i['orderId'] = i.orderId || this.form.orderId;
|
|
|
|
|
|
|
|
return i;
|
|
return i;
|
|
|
}),
|
|
}),
|