|
@@ -654,11 +654,11 @@ export default {
|
|
|
const dData = res.data;
|
|
|
this.formData.deliveryId = dData.deliveryId;
|
|
|
this.formData.deliverStorageName = dData.storageStockName;
|
|
|
- dData.orderDetails.forEach(item => {
|
|
|
+ dData.orderDetailSendList.forEach(item => {
|
|
|
item.waitRefundNum = item.sendNum;
|
|
|
item.waitRefundPrice = item.price;
|
|
|
})
|
|
|
- this.goodsList = dData.orderDetails;
|
|
|
+ this.goodsList = dData.orderDetailSendList;
|
|
|
getOrderDetail({ orderId: dData.orderId }).then((res) => {
|
|
|
const oData = res.data;
|
|
|
this.formData.orderId = oData.orderId;
|