Commit c15e5608 authored by 前端-彭佳文's avatar 前端-彭佳文

Merge branch 'v2-220418-order' into 'v2-220418'

V2 220418 order See merge request linkseeks-design/pro-platform!443
parents 0651441e a509d222
......@@ -107,7 +107,7 @@ function RoleSelect(props: RoleSelectProps) {
<Drawer
visible={visible}
title="选择采购会员"
title="选择会员"
onClose={closeDrawer}
width="50vw"
footer={
......
......@@ -109,6 +109,7 @@ const DeliveryNoticeManagementAwaitSRMDetails: React.FC<PropsType> = ({ type, id
roleType: 2
}
const receivingAddress = {
planNo: planData.planNo,
provinceName: data.provinceName,
cityName: data.cityName,
districtName: data.districtName,
......@@ -228,6 +229,7 @@ const DeliveryNoticeManagementAwaitSRMDetails: React.FC<PropsType> = ({ type, id
>
<Form labelAlign='left' form={form}>
<BaseInfo className='mt-0' title={base_info.name} id={base_info.key}>
<Form.Item hidden name='planNo'><Input /></Form.Item>
<Form.Item
{...formItemLayout}
name='digest'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment