Commit 5bd6314b authored by leimo's avatar leimo

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

isDefault={true} See merge request linkseeks-design/pro-platform!495
parents 763c75c5 98cca7bb
......@@ -161,7 +161,9 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
required(`${BuyerLabel}不能为空`)
]}
label={BuyerLabel} name="member">
<RoleSelect formatFeils={(e) => {
<RoleSelect
isDefault={true}
formatFeils={(e) => {
return {
buyerMemberId: e.memberId,
buyerRoleId: e.roleId,
......@@ -184,7 +186,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
<FormItem
label={DeliveryNameLabel} name="executorVO.consignee">
<Input />
<Input maxLength={16} />
</FormItem>
<FormItem
......@@ -200,7 +202,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
{ pattern: PATTERN_MAPS.phone, message: "手机号是否正确" }
]}
label={DeliveryPhoneLabel} name="executorVO.phone">
<Input />
<Input maxLength={20} />
</FormItem>
</ContentBox>
......@@ -266,7 +268,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
{ max: 20, message: "最长20个字符" }
]}
hidden={isLogistics} label={LogisticsCarNoLabel} name="executorVO.carNumbers">
<Input />
<Input maxLength={20} />
</FormItem>
<FormItem hidden={isLogistics} label={LogisticsCompanyLabel} name="logisticsCompanyInt">
......@@ -279,7 +281,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
]}
hidden={isLogistics}
label={LogisticsNoLabel} name="logisticsNo">
<Input />
<Input maxLength={20} />
</FormItem>
</ContentBox>
......
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