海运出口详情bug

szh-new
lijingjia 4 months ago
parent 4dd6175fab
commit fce460b945

@ -1235,6 +1235,7 @@ export const mailingInfoFormSchemaR: FormSchema[] = [
colProps: { span: 6 }, colProps: { span: 6 },
componentProps: { componentProps: {
allowClear: true, allowClear: true,
valueFormat: 'YYYY-MM-DD'
}, },
}, },
{ {
@ -1546,6 +1547,7 @@ export const mailingInfoFormSchemaR: FormSchema[] = [
colProps: { span: 6 }, colProps: { span: 6 },
componentProps: { componentProps: {
allowClear: true, allowClear: true,
valueFormat: 'YYYY-MM-DD'
}, },
}, },
{ {
@ -1558,6 +1560,7 @@ export const mailingInfoFormSchemaR: FormSchema[] = [
colProps: { span: 6 }, colProps: { span: 6 },
componentProps: { componentProps: {
allowClear: true, allowClear: true,
valueFormat: 'YYYY-MM-DD'
}, },
}, },
{ {
@ -1570,6 +1573,7 @@ export const mailingInfoFormSchemaR: FormSchema[] = [
colProps: { span: 12 }, colProps: { span: 12 },
componentProps: { componentProps: {
allowClear: true, allowClear: true,
valueFormat: 'YYYY-MM-DD'
}, },
}, },
{ {
@ -2454,6 +2458,7 @@ export const otherInfoFormSchema: FormSchema[] = [
colProps: { span: 4 }, colProps: { span: 4 },
componentProps: { componentProps: {
allowClear: true, allowClear: true,
valueFormat: 'YYYY-MM-DD'
}, },
}, },
{ {

Loading…
Cancel
Save