fix(订单列表): 将默认发货平台从uniuni改为freightwaves #46
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue