|
|
@ -2026,6 +2026,7 @@ const onLoad = async (idsArr = []) => { |
|
|
|
details.query.payWay = data.payWayList.find(val => val.dictValue === '到付').dictKey || '2'; |
|
|
|
details.query.payWay = data.payWayList.find(val => val.dictValue === '到付').dictKey || '2'; |
|
|
|
} |
|
|
|
} |
|
|
|
details.query.transportType = details.query.transportType || '1'; |
|
|
|
details.query.transportType = details.query.transportType || '1'; |
|
|
|
|
|
|
|
details.query.deliveryWay = details.defaultDeliveryWay || '1' |
|
|
|
|
|
|
|
|
|
|
|
handleFindPrice(); |
|
|
|
handleFindPrice(); |
|
|
|
} catch (error) { |
|
|
|
} catch (error) { |
|
|
|