main #56

Merged
longbot merged 4 commits from zhuotianyuan/WEB:main into main 2026-01-30 07:23:52 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 8190dc92eb - Show all commits

View File

@ -1386,7 +1386,7 @@ const Shipping: React.FC<{
{ label: 'tms.freightwaves', value: 'freightwaves' },
]);
const [courierCompany, setCourierCompany] = useState([
{ label: '最佳物流', value: '最优物流' },
{ label: '最佳物流', value: '' },
{ label: 'UNIUNI', value: 'UNIUNI' },
{ label: 'PuroYYZ', value: 'PuroYYZ' },
{ label: 'CPYYZ', value: 'CPYYZ' },
@ -1445,7 +1445,7 @@ const Shipping: React.FC<{
if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo);
const a = {
shipmentPlatform: 'uniuni',
courierCompany: '最优物流',
courierCompany: '',
...data,
// payment_method_id: shipmentInfo?.payment_method_id,
stockPointId: shipmentInfo?.stockPointId,