fix: 修正从 resShipmentOrder 获取 shipOrderId 的方式 #72
|
|
@ -380,8 +380,8 @@ export class LogisticsService {
|
|||
unique_id = resShipmentOrder.data.uni_order_sn;
|
||||
state = resShipmentOrder.data.uni_status_code;
|
||||
} else {
|
||||
co = resShipmentOrder.data?.shipOrderId;
|
||||
unique_id = resShipmentOrder.data?.shipOrderId;
|
||||
co = resShipmentOrder.shipOrderId;
|
||||
unique_id = resShipmentOrder.shipOrderId;
|
||||
state = ErpOrderStatus.COMPLETED;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue