fix(订单列表): 将默认发货平台从uniuni改为freightwaves #46

Merged
longbot merged 1 commits from zhuotianyuan/WEB:div into stable 2026-01-21 12:05:55 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1251,7 +1251,7 @@ const [shipmentPlatforms, setShipmentPlatforms] = useState([
let shipmentInfo = localStorage.getItem('shipmentInfo');
if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo);
return {
shipmentPlatform: 'uniuni',
shipmentPlatform: 'freightwaves',
...data,
// payment_method_id: shipmentInfo?.payment_method_id,
stockPointId: shipmentInfo?.stockPointId,