创建运单时增加订单号 #7

Merged
longbot merged 1 commits from longbot/WEB:Feature-add-shipment into main 2025-08-13 08:47:50 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 3c4a53b4bb - Show all commits

View File

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