客户评价
This commit is contained in:
@ -11,44 +11,30 @@ export const searchFormSchema: FormSchema[] = [
|
||||
label: '供应商名称',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'suSname',
|
||||
label: '供应商简称',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'natureCode',
|
||||
label: '企业性质',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'typeCode',
|
||||
label: '供应商类型',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'classCode',
|
||||
label: '供应商分类',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'dI',
|
||||
label: '国内/国外',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'valid',
|
||||
label: '有效',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'approCode',
|
||||
label: '审批状态',
|
||||
component: 'Input',
|
||||
component: 'XjrSelect',
|
||||
componentProps: {
|
||||
datasourceType: 'dic',
|
||||
params: { itemId: '1990669393069129729' },
|
||||
labelField: 'name',
|
||||
valueField: 'value',
|
||||
|
||||
getPopupContainer: () => document.body,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export const columns: BasicColumn[] = [
|
||||
{
|
||||
dataIndex: 'suCode',
|
||||
title: '供应商编码',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
dataIndex: 'suName',
|
||||
title: '供应商名称',
|
||||
|
||||
Reference in New Issue
Block a user