|
|
@@ -259,27 +259,34 @@
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'executeDeptName',
|
|
|
- label: '下发数量',
|
|
|
- showOverflowTooltip: true,
|
|
|
- align: 'center',
|
|
|
- minWidth: 110
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'executeDeptName',
|
|
|
+ // label: '下发数量',
|
|
|
+ // showOverflowTooltip: true,
|
|
|
+ // align: 'center',
|
|
|
+ // minWidth: 110
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
- prop: 'executeUserName',
|
|
|
+ prop: 'measureUnit',
|
|
|
minWidth: 110,
|
|
|
label: '计量单位',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
+ {
|
|
|
prop: 'processingType',
|
|
|
minWidth: 110,
|
|
|
label: '加工类型',
|
|
|
align: 'center',
|
|
|
+ formatter: (row) => {
|
|
|
+ return row.processingType == 2
|
|
|
+ ? '加工'
|
|
|
+ : row.processingType == 3
|
|
|
+ ? '装配'
|
|
|
+ : '';
|
|
|
+ },
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|