|
|
@@ -134,14 +134,12 @@
|
|
|
label: '产品编码',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
+ minWidth: 140
|
|
|
},
|
|
|
{
|
|
|
prop: 'brandNo',
|
|
|
label: '牌号',
|
|
|
- align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
+ align: 'center'
|
|
|
},
|
|
|
{
|
|
|
prop: 'model',
|
|
|
@@ -168,7 +166,6 @@
|
|
|
label: '按单按库',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
- minWidth: 110,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
return this.getDictValue('按单按库', _row.orderLibraryType);
|
|
|
}
|
|
|
@@ -178,7 +175,6 @@
|
|
|
label: '交付要求',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
- minWidth: 110,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
return this.getDictValue('交付要求', _row.deliveryRequirements);
|
|
|
}
|
|
|
@@ -188,7 +184,6 @@
|
|
|
label: '订单类型',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
- minWidth: 110,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
return this.getDictValue('订单类型', _row.orderType);
|
|
|
}
|
|
|
@@ -198,7 +193,6 @@
|
|
|
label: '订单来源',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
- minWidth: 110,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
return this.getDictValue('订单来源', _row.orderSource);
|
|
|
}
|
|
|
@@ -208,7 +202,6 @@
|
|
|
label: '生产状态',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
- minWidth: 110,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
return this.getDictValue('生产状态', _row.status);
|
|
|
}
|
|
|
@@ -217,29 +210,25 @@
|
|
|
prop: 'releaseTime',
|
|
|
label: '下达时间',
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'deliveryTime',
|
|
|
label: '交付日期',
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'customerName',
|
|
|
label: '客户名称',
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'salesman',
|
|
|
label: '业务员',
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
...privateColumn
|
|
|
];
|