添加数据日志,港口、品种、公司资质证书、LNG气源地调试

This commit is contained in:
2025-10-27 16:30:22 +08:00
parent 231ba89c53
commit 1e4c82f206
11 changed files with 1518 additions and 1569 deletions

View File

@ -23,42 +23,6 @@ export const searchFormSchema: FormSchema[] = [
getPopupContainer: () => document.body
}
},
{
field: 'code',
label: '编码',
component: 'Input'
},
{
field: 'unitCode',
label: '数量单位',
component: 'XjrSelect',
componentProps: {
datasourceType: 'dic',
params: { itemId: '1980562721538633730' },
labelField: 'name',
valueField: 'value',
getPopupContainer: () => document.body
}
},
{
field: 'coefficient',
label: '车/数量单位',
component: 'Input'
},
{
field: 'sort',
label: '显示顺序',
component: 'InputNumber',
componentProps: {
style: { width: '100%' }
}
},
{
field: 'note',
label: '备注',
component: 'Input'
}
];