加工 管输

This commit is contained in:
‘huanghaiixia’
2026-02-26 17:49:50 +08:00
parent f7d9075c75
commit b56418cd38
9 changed files with 304 additions and 141 deletions

View File

@ -167,7 +167,7 @@ export const formProps: FormProps = {
label: '客户组编码',
type: 'input',
component: 'Input',
colProps: { span: 12 },
colProps: { span: 24 },
defaultValue: '',
componentProps: {
width: '100%',
@ -201,7 +201,7 @@ export const formProps: FormProps = {
label: '类型',
type: 'select',
component: 'XjrSelect',
colProps: { span: 12 },
colProps: { span: 8 },
componentProps: {
width: '100%',
span: '',
@ -247,7 +247,7 @@ export const formProps: FormProps = {
type: 'slot',
slotName: 'dateFrom',
component: 'DatePicker',
colProps: { span: 12 },
colProps: { span: 8 },
defaultValue: '',
componentProps: {
span: '',
@ -277,7 +277,7 @@ export const formProps: FormProps = {
type: 'slot',
slotName: 'dateTo',
component: 'DatePicker',
colProps: { span: 12 },
colProps: { span: 8 },
defaultValue: '',
componentProps: {
span: '',