zksu
/
WEB
forked from yoone/WEB
1
0
Fork 0

创建运单时增加订单号

This commit is contained in:
黄珑 2025-08-13 16:45:58 +08:00
parent b6ba23864a
commit 3c4a53b4bb
1 changed files with 5 additions and 0 deletions

View File

@ -1203,6 +1203,11 @@ const Shipping: React.FC<{
}
}}
>
<ProFormText
label="订单号"
readonly
name={"externalOrderId"}
/>
<ProFormText label="客户备注" readonly name="customer_note" />
<ProFormList
label="后台备注"