|
|
|
@ -2279,7 +2279,7 @@ const onLoad = async (idsArr = []) => {
|
|
|
|
|
handleFindPrice(); |
|
|
|
|
}), |
|
|
|
|
// 获取包件数据 |
|
|
|
|
postFindAdvanceDetailListByAdvanceIds({ waybillId: ids }).then(async res => { |
|
|
|
|
postFindAdvanceDetailListByAdvanceIds({ advanceIds: ids }).then(async res => { |
|
|
|
|
const { code, data } = res.data; |
|
|
|
|
if (code !== 200) return; |
|
|
|
|
details.package.data = data || []; |
|
|
|
|