计量接口

This commit is contained in:
‘huanghaiixia’
2026-01-20 10:05:13 +08:00
parent 67100fe807
commit 8599ef3c9a
4 changed files with 209 additions and 94 deletions

View File

@ -39,7 +39,7 @@ export const columns: BasicColumn[] = [
title: '计划日期',
componentType: 'input',
align: 'left',
width: 100,
sorter: true,
},
@ -48,7 +48,7 @@ export const columns: BasicColumn[] = [
title: '计量日期',
componentType: 'input',
align: 'left',
width: 100,
sorter: true,
},
{
@ -135,7 +135,7 @@ export const columns: BasicColumn[] = [
title: '客户确认人',
componentType: 'input',
align: 'left',
width: 110,
sorter: true,
},
@ -144,7 +144,7 @@ export const columns: BasicColumn[] = [
title: '客户确认时间',
componentType: 'input',
align: 'left',
width: 150,
sorter: true,
},
@ -153,7 +153,7 @@ export const columns: BasicColumn[] = [
title: '内部确认人',
componentType: 'input',
align: 'left',
width: 110,
sorter: true,
},
@ -162,7 +162,7 @@ export const columns: BasicColumn[] = [
title: '内部确认时间',
componentType: 'input',
align: 'left',
width: 150,
sorter: true,
},
{