div #54

Merged
longbot merged 4 commits from zhuotianyuan/WEB:div into stable 2026-01-28 08:45:42 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 021a444a5c - Show all commits

View File

@ -1258,7 +1258,6 @@ const Shipping: React.FC<{
if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo); if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo);
return { return {
shipmentPlatform: 'freightwaves', shipmentPlatform: 'freightwaves',
courierCompany: 'UNIUNI',
...data, ...data,
// payment_method_id: shipmentInfo?.payment_method_id, // payment_method_id: shipmentInfo?.payment_method_id,
stockPointId: shipmentInfo?.stockPointId, stockPointId: shipmentInfo?.stockPointId,