|
|
@@ -560,6 +560,16 @@ export default {
|
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 130
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'isInspection',
|
|
|
+ label: '是否来料检',
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 130,
|
|
|
+ formatter: (_row, _column, cellValue) => {
|
|
|
+ return cellValue == 1 ? '是' : '否';
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'payAmount',
|
|
|
label: '金额(元)',
|