批量审核
This commit is contained in:
@ -156,18 +156,19 @@ tabs = {
|
|||||||
},
|
},
|
||||||
} as SFSelectWidgetSchema,
|
} as SFSelectWidgetSchema,
|
||||||
},
|
},
|
||||||
createTime: {
|
serviceType: {
|
||||||
title: '创建时间',
|
title: '服务类型',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'date',
|
widget: 'dict-select',
|
||||||
mode: 'range',
|
containsAllLable: true,
|
||||||
format: 'yyyy-MM-dd',
|
params: { dictKey: 'service:type' },
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
_$expand: (value: boolean) => value,
|
_$expand: (value: boolean) => value
|
||||||
},
|
}
|
||||||
} as SFDateWidgetSchema,
|
} as SFSelectWidgetSchema
|
||||||
},
|
},
|
||||||
|
|
||||||
riskStatus: {
|
riskStatus: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '是否风险单',
|
title: '是否风险单',
|
||||||
@ -184,7 +185,7 @@ tabs = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
enterpriseInfoName: {
|
enterpriseInfoId: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '网络货运人',
|
title: '网络货运人',
|
||||||
ui: {
|
ui: {
|
||||||
@ -197,50 +198,17 @@ tabs = {
|
|||||||
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
|
asyncData: () => this.shipperservice.getNetworkFreightForwarder(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
settlementBasis: {
|
createTime: {
|
||||||
title: '结算依据',
|
title: '创建时间',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'dict-select',
|
widget: 'date',
|
||||||
containsAllLable: true,
|
mode: 'range',
|
||||||
params: { dictKey: 'goodresource:settlement:type' },
|
format: 'yyyy-MM-dd',
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
_$expand: (value: boolean) => value,
|
_$expand: (value: boolean) => value,
|
||||||
},
|
},
|
||||||
} as SFSelectWidgetSchema,
|
} as SFDateWidgetSchema,
|
||||||
},
|
|
||||||
goodsNameId: {
|
|
||||||
type: 'string',
|
|
||||||
title: '货物名称',
|
|
||||||
ui: {
|
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
errors: { required: '请选择货物类型' },
|
|
||||||
visibleIf: {
|
|
||||||
_$expand: (value: boolean) => value
|
|
||||||
},
|
|
||||||
asyncData: () =>
|
|
||||||
this.shipperservice.loadConfigByKey('goods.name.config.type').pipe(
|
|
||||||
map((data: any) => {
|
|
||||||
return data[0].children?.map((m: any) => {
|
|
||||||
return { label: m.name, value: m.id };
|
|
||||||
});
|
|
||||||
})
|
|
||||||
),
|
|
||||||
} as SFSelectWidgetSchema
|
|
||||||
},
|
|
||||||
serviceType: {
|
|
||||||
title: '服务类型',
|
|
||||||
type: 'string',
|
|
||||||
default: '',
|
|
||||||
ui: {
|
|
||||||
widget: 'dict-select',
|
|
||||||
params: { dictKey: 'service:type' },
|
|
||||||
containAllLable:true,
|
|
||||||
visibleIf: {
|
|
||||||
_$expand: (value: boolean) => value,
|
|
||||||
},
|
|
||||||
} as SFSelectWidgetSchema,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
type: 'object',
|
type: 'object',
|
||||||
|
|||||||
Reference in New Issue
Block a user