审批流按钮

This commit is contained in:
‘huanghaiixia’
2026-01-06 17:46:04 +08:00
parent 775e84f610
commit f73ce1a9f1
18 changed files with 1379 additions and 248 deletions

View File

@ -6,72 +6,19 @@ export const formConfig = {
};
export const searchFormSchema: FormSchema[] = [
{
field: 'id',
label: 'id',
component: 'Input',
},
{
field: 'kNo',
label: '合同号',
component: 'Input',
},
{
field: 'kName',
label: '合同名称',
label: '合同号/名称',
component: 'Input',
},
{
field: 'cpName',
label: '客户',
component: 'Input',
},
{
field: 'dateFrom',
label: '有效期开始',
component: 'Input',
},
{
field: 'dateTo',
label: '有效期结束',
component: 'Input',
},
{
field: 'approCode',
label: '状态',
component: 'Input',
},
{
field: 'onlineSign',
label: '交割点',
component: 'Input',
},
{
field: 'cpTableName',
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',
@ -119,7 +66,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'approCode',
dataIndex: 'approName',
title: '状态',
componentType: 'input',
align: 'left',