千分位

This commit is contained in:
‘huanghaiixia’
2026-02-02 17:52:11 +08:00
parent 58d7079f1d
commit fae05a1342
14 changed files with 250 additions and 86 deletions

View File

@ -28,12 +28,26 @@ export const columns: BasicColumn[] = [
width: 100,
sorter: true,
},
{
dataIndex: 'cuSname',
title: '客户名称',
componentType: 'input',
align: 'left',
sorter: true,
},
{
dataIndex: 'comName,',
title: '交易主体',
componentType: 'input',
align: 'left',
sorter: true,
},
{
dataIndex: 'daysSign',
title: '当日/次日',
componentType: 'input',
align: 'left',
width: 100,
sorter: true,
},
{
@ -45,11 +59,19 @@ export const columns: BasicColumn[] = [
sorter: true,
},
{
dataIndex: 'qtyGjAll',
title: '全部上报量(吉焦)',
componentType: 'input',
align: 'left',
sorter: true,
},
{
dataIndex: 'qtyGjGd',
title: '待管道审批量(吉焦)',
componentType: 'input',
align: 'left',
width: 170,
sorter: true,
},
@ -67,7 +89,7 @@ export const columns: BasicColumn[] = [
title: '管道已审批量(吉焦)',
componentType: 'input',
align: 'left',
width: 170,
sorter: true,
},