管道气采购

This commit is contained in:
‘huanghaiixia’
2025-12-31 17:21:39 +08:00
parent 6671292fd4
commit 32b58d7c79
9 changed files with 1021 additions and 110 deletions

View File

@ -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: '合同号',