lng计量业务

This commit is contained in:
‘huanghaiixia’
2026-03-17 17:31:26 +08:00
parent d7bdcc480c
commit 747db05c6f
10 changed files with 108 additions and 522 deletions

View File

@ -63,7 +63,7 @@ export const columns: BasicColumn[] = [
title: '计划日期',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -72,7 +72,7 @@ export const columns: BasicColumn[] = [
title: '客户简称',
componentType: 'input',
align: 'left',
width: 150,
sorter: true,
},
@ -81,7 +81,7 @@ export const columns: BasicColumn[] = [
title: '气源地',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -90,7 +90,7 @@ export const columns: BasicColumn[] = [
title: '车头号',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -99,7 +99,7 @@ export const columns: BasicColumn[] = [
title: '挂车号',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -108,7 +108,7 @@ export const columns: BasicColumn[] = [
title: '装车量(吨)',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -117,7 +117,7 @@ export const columns: BasicColumn[] = [
title: '装车量(吉焦)',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -126,7 +126,7 @@ export const columns: BasicColumn[] = [
title: '装车量(方)',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -135,7 +135,7 @@ export const columns: BasicColumn[] = [
title: '进厂皮重时间',
componentType: 'input',
align: 'left',
width: 180,
sorter: true,
},
@ -144,7 +144,7 @@ export const columns: BasicColumn[] = [
title: '出厂毛重时间',
componentType: 'input',
align: 'left',
width: 180,
sorter: true,
},
@ -153,7 +153,7 @@ export const columns: BasicColumn[] = [
title: '客户确认人',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -162,7 +162,7 @@ export const columns: BasicColumn[] = [
title: '客户确认时间',
componentType: 'input',
align: 'left',
width: 180,
sorter: true,
},
@ -171,7 +171,7 @@ export const columns: BasicColumn[] = [
title: '内部确认人',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
@ -180,7 +180,7 @@ export const columns: BasicColumn[] = [
title: '内部确认时间',
componentType: 'input',
align: 'left',
width: 180,
sorter: true,
},
@ -189,7 +189,7 @@ export const columns: BasicColumn[] = [
title: '销售合同',
componentType: 'input',
align: 'left',
width: 180,
sorter: true,
},
@ -198,7 +198,7 @@ export const columns: BasicColumn[] = [
title: '供应商',
componentType: 'input',
align: 'left',
width: 180,
sorter: true,
},
@ -207,7 +207,7 @@ export const columns: BasicColumn[] = [
title: '附件',
componentType: 'input',
align: 'left',
width: 200,
sorter: true,
},
@ -216,7 +216,7 @@ export const columns: BasicColumn[] = [
title: '状态',
componentType: 'input',
align: 'left',
width: 100,
sorter: true,
},
@ -225,7 +225,7 @@ export const columns: BasicColumn[] = [
title: '驳回意见',
componentType: 'input',
align: 'left',
width: 130,
sorter: true,
},
];