管道气采购
This commit is contained in:
@ -6,19 +6,10 @@ export const formConfig = {
|
||||
};
|
||||
|
||||
export const searchFormSchema: FormSchema[] = [
|
||||
{
|
||||
field: 'id',
|
||||
label: 'id',
|
||||
component: 'Input',
|
||||
},
|
||||
|
||||
{
|
||||
field: 'kNo',
|
||||
label: '合同号',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'kName',
|
||||
label: '合同名称',
|
||||
label: '合同号/合同名称',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
@ -26,53 +17,9 @@ export const searchFormSchema: FormSchema[] = [
|
||||
label: '供应商',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'dateFrom',
|
||||
label: '有效期开始',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'dateTo',
|
||||
label: '有效期结束',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'approCode',
|
||||
label: '状态',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'cpTableName',
|
||||
label: '上载点',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'onlineSign',
|
||||
label: '是否托运',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'comId',
|
||||
label: '合同主体',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'note',
|
||||
label: '备注',
|
||||
component: 'Input',
|
||||
},
|
||||
];
|
||||
|
||||
export const columns: BasicColumn[] = [
|
||||
{
|
||||
dataIndex: 'id',
|
||||
title: 'id',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'kNo',
|
||||
title: '合同号',
|
||||
|
||||
Reference in New Issue
Block a user