采购计量参数

This commit is contained in:
‘huanghaiixia’
2026-03-13 14:47:53 +08:00
parent 63e3249987
commit b0b66f4a33
6 changed files with 31 additions and 13 deletions

View File

@ -70,11 +70,11 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'cuName',
dataIndex: 'cuSname',
title: '客户',
componentType: 'input',
align: 'left',
width: 200,
width: 150,
sorter: true,
},
@ -83,12 +83,12 @@ export const columns: BasicColumn[] = [
title: '下载点',
componentType: 'input',
align: 'left',
width: 150,
width: 130,
sorter: true,
},
{
dataIndex: 'suName',
dataIndex: 'suSname',
title: '供应商',
componentType: 'input',
align: 'left',
@ -101,7 +101,7 @@ export const columns: BasicColumn[] = [
title: '上载点',
componentType: 'input',
align: 'left',
width: 150,
width: 130,
sorter: true,
},