|
@@ -337,7 +337,7 @@
|
|
|
>拆批</el-link
|
|
>拆批</el-link
|
|
|
>
|
|
>
|
|
|
|
|
|
|
|
- <el-link
|
|
|
|
|
|
|
+ <!-- <el-link
|
|
|
type="text"
|
|
type="text"
|
|
|
style="color: orange"
|
|
style="color: orange"
|
|
|
@click="openLoss(row, $index)"
|
|
@click="openLoss(row, $index)"
|
|
@@ -348,7 +348,7 @@
|
|
|
item.currentTaskDiagram.taskId != '-1'
|
|
item.currentTaskDiagram.taskId != '-1'
|
|
|
"
|
|
"
|
|
|
>损耗</el-link
|
|
>损耗</el-link
|
|
|
- >
|
|
|
|
|
|
|
+ > -->
|
|
|
|
|
|
|
|
<el-link
|
|
<el-link
|
|
|
type="success"
|
|
type="success"
|
|
@@ -1066,34 +1066,34 @@
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
showOverflowTooltip: true
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- minWidth: 160,
|
|
|
|
|
- prop: 'extInfo.packageDisposition',
|
|
|
|
|
- slot: 'packageDisposition',
|
|
|
|
|
- label: '包装规格',
|
|
|
|
|
- align: 'center',
|
|
|
|
|
- showOverflowTooltip: true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- minWidth: 160,
|
|
|
|
|
- prop: 'packageQuantity',
|
|
|
|
|
- slot: 'packageQuantity',
|
|
|
|
|
- label: '包装数量',
|
|
|
|
|
- align: 'center',
|
|
|
|
|
- showOverflowTooltip: true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- minWidth: 100,
|
|
|
|
|
- prop: 'extInfo.isLoss',
|
|
|
|
|
- label: '是否损耗',
|
|
|
|
|
- align: 'center',
|
|
|
|
|
- showOverflowTooltip: true,
|
|
|
|
|
- formatter: (row) => {
|
|
|
|
|
- return row.extInfo.isLoss && row.extInfo.isLoss == 1
|
|
|
|
|
- ? '是'
|
|
|
|
|
- : '否';
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // minWidth: 160,
|
|
|
|
|
+ // prop: 'extInfo.packageDisposition',
|
|
|
|
|
+ // slot: 'packageDisposition',
|
|
|
|
|
+ // label: '包装规格',
|
|
|
|
|
+ // align: 'center',
|
|
|
|
|
+ // showOverflowTooltip: true
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // minWidth: 160,
|
|
|
|
|
+ // prop: 'packageQuantity',
|
|
|
|
|
+ // slot: 'packageQuantity',
|
|
|
|
|
+ // label: '包装数量',
|
|
|
|
|
+ // align: 'center',
|
|
|
|
|
+ // showOverflowTooltip: true
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // minWidth: 100,
|
|
|
|
|
+ // prop: 'extInfo.isLoss',
|
|
|
|
|
+ // label: '是否损耗',
|
|
|
|
|
+ // align: 'center',
|
|
|
|
|
+ // showOverflowTooltip: true,
|
|
|
|
|
+ // formatter: (row) => {
|
|
|
|
|
+ // return row.extInfo.isLoss && row.extInfo.isLoss == 1
|
|
|
|
|
+ // ? '是'
|
|
|
|
|
+ // : '否';
|
|
|
|
|
+ // }
|
|
|
|
|
+ // },
|
|
|
{
|
|
{
|
|
|
columnKey: 'action',
|
|
columnKey: 'action',
|
|
|
label: '操作',
|
|
label: '操作',
|