fix(订单列表): 将默认发货平台从uniuni改为freightwaves
This commit is contained in:
parent
82e0df6d43
commit
84ec4f5895
|
|
@ -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