销售审批

This commit is contained in:
‘huanghaiixia’
2026-01-20 17:32:35 +08:00
parent 8599ef3c9a
commit 3d97ce852e
14 changed files with 345 additions and 182 deletions

View File

@ -45,7 +45,7 @@ export const columns: BasicColumn[] = [
title: '版本号',
componentType: 'input',
align: 'left',
width: 80,
sorter: true,
},
@ -54,12 +54,12 @@ export const columns: BasicColumn[] = [
title: '计划日期',
componentType: 'input',
align: 'left',
width: 100,
sorter: true,
},
{
dataIndex: 'cuCode',
dataIndex: 'cuName',
title: '客户',
componentType: 'input',
align: 'left',
@ -68,7 +68,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'demandId',
dataIndex: 'poinDelyName',
title: '下载点',
componentType: 'input',
align: 'left',
@ -140,7 +140,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'lastVerSign',
dataIndex: 'kName',
title: '销售合同',
componentType: 'input',
align: 'left',
@ -149,7 +149,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'alterSign',
dataIndex: 'alterName',
title: '变更',
componentType: 'input',
align: 'left',