|
@@ -301,9 +301,9 @@ const openModal = () => {
|
|
if (res && res.length > 0) {
|
|
if (res && res.length > 0) {
|
|
shipmentList.value = res.map((item) => {
|
|
shipmentList.value = res.map((item) => {
|
|
return {
|
|
return {
|
|
- ...item,
|
|
|
|
label: item.contractCode,
|
|
label: item.contractCode,
|
|
value: item.contractId,
|
|
value: item.contractId,
|
|
|
|
+ packDetailIds: item.packDetailIds,
|
|
};
|
|
};
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|