采购计量

This commit is contained in:
‘huanghaiixia’
2026-01-14 17:44:36 +08:00
parent e87d2e18b4
commit 129d138061
8 changed files with 177 additions and 45 deletions

View File

@ -53,7 +53,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'suCode',
dataIndex: 'cuSname',
title: '供应商简称',
componentType: 'input',
align: 'left',
@ -62,7 +62,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'pointUpCode',
dataIndex: 'pointUpName',
title: '上载点',
componentType: 'input',
align: 'left',
@ -71,7 +71,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'pointDelyCode',
dataIndex: 'pointDelyName',
title: '下载点',
componentType: 'input',
align: 'left',
@ -84,7 +84,7 @@ export const columns: BasicColumn[] = [
title: '批复量(吉焦)',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -93,7 +93,7 @@ export const columns: BasicColumn[] = [
title: '批复量(方)',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -102,7 +102,7 @@ export const columns: BasicColumn[] = [
title: '完成量(吉焦)',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -111,7 +111,7 @@ export const columns: BasicColumn[] = [
title: '完成量(方)',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -120,12 +120,12 @@ export const columns: BasicColumn[] = [
title: '比值(方/吉焦)',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
{
dataIndex: 'cfmCuUserId',
dataIndex: 'cfmCuUserName',
title: '客户确认人',
componentType: 'input',
align: 'left',
@ -143,7 +143,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'cfmEmpId',
dataIndex: 'cfmEmpName',
title: '内部确认人',
componentType: 'input',
align: 'left',
@ -161,7 +161,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'kpId',
dataIndex: 'kpName',
title: '采购合同',
componentType: 'input',
align: 'left',
@ -170,7 +170,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'fileList',
dataIndex: 'lngFileUploadList',
title: '附件',
componentType: 'input',
align: 'left',
@ -179,11 +179,11 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'createDate',
dataIndex: 'statusName',
title: '状态',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},