创建运单时增加订单号
This commit is contained in:
parent
b6ba23864a
commit
3c4a53b4bb
|
|
@ -1203,6 +1203,11 @@ const Shipping: React.FC<{
|
|||
}
|
||||
}}
|
||||
>
|
||||
<ProFormText
|
||||
label="订单号"
|
||||
readonly
|
||||
name={"externalOrderId"}
|
||||
/>
|
||||
<ProFormText label="客户备注" readonly name="customer_note" />
|
||||
<ProFormList
|
||||
label="后台备注"
|
||||
|
|
|
|||
Loading…
Reference in New Issue