This commit is contained in:
‘huanghaiixia’
2026-01-19 17:55:47 +08:00
parent e97ba3bcfb
commit 3c71f0be6f
5 changed files with 201 additions and 132 deletions

View File

@ -51,10 +51,25 @@ export const columns: BasicColumn[] = [
sorter: true,
},
{
dataIndex: 'cuSname',
title: '供应商简称',
title: '客户',
componentType: 'input',
align: 'left',
sorter: true,
},
{
dataIndex: 'pointDelyName',
title: '下载点',
componentType: 'input',
align: 'left',
sorter: true,
},
{
dataIndex: 'suSname',
title: '供应商',
componentType: 'input',
align: 'left',
@ -70,15 +85,6 @@ export const columns: BasicColumn[] = [
sorter: true,
},
{
dataIndex: 'pointDelyName',
title: '下载点',
componentType: 'input',
align: 'left',
sorter: true,
},
{
dataIndex: 'qtySalesGj',
title: '批复量(吉焦)',
@ -159,7 +165,14 @@ export const columns: BasicColumn[] = [
sorter: true,
},
{
dataIndex: 'ksNmae',
title: '销售合同',
componentType: 'input',
align: 'left',
sorter: true,
},
{
dataIndex: 'kpName',
title: '采购合同',