|
|
@ -715,6 +715,7 @@ const initOriginWarehouseOrder = async () => { |
|
|
|
details.oldData.push( |
|
|
|
details.oldData.push( |
|
|
|
...val.carsLoadOrderInfoList.map((item, index) => { |
|
|
|
...val.carsLoadOrderInfoList.map((item, index) => { |
|
|
|
item = { ...val, ...item }; |
|
|
|
item = { ...val, ...item }; |
|
|
|
|
|
|
|
item.carsNo = $route.query.carsNo; |
|
|
|
delete item.carsLoadOrderInfoList; |
|
|
|
delete item.carsLoadOrderInfoList; |
|
|
|
delete item.carsLoadOrderInfoListPlan; |
|
|
|
delete item.carsLoadOrderInfoListPlan; |
|
|
|
return item; |
|
|
|
return item; |
|
|
@ -724,6 +725,7 @@ const initOriginWarehouseOrder = async () => { |
|
|
|
details.planData.push( |
|
|
|
details.planData.push( |
|
|
|
...val.carsLoadOrderInfoListPlan.map((item, index) => { |
|
|
|
...val.carsLoadOrderInfoListPlan.map((item, index) => { |
|
|
|
item = { ...val, ...item }; |
|
|
|
item = { ...val, ...item }; |
|
|
|
|
|
|
|
item.carsNo = $route.query.carsNo; |
|
|
|
delete item.carsLoadOrderInfoList; |
|
|
|
delete item.carsLoadOrderInfoList; |
|
|
|
delete item.carsLoadOrderInfoListPlan; |
|
|
|
delete item.carsLoadOrderInfoListPlan; |
|
|
|
return item; |
|
|
|
return item; |
|
|
|