创建运单时增加订单号 #7
|
|
@ -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="后台备注"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue