diff --git a/src/views/modules/schedule/searchMaterialOnMachineRecord.vue b/src/views/modules/schedule/searchMaterialOnMachineRecord.vue
index 619838d..cd006f8 100644
--- a/src/views/modules/schedule/searchMaterialOnMachineRecord.vue
+++ b/src/views/modules/schedule/searchMaterialOnMachineRecord.vue
@@ -181,13 +181,6 @@
border
v-loading="dataListLoading"
style="width: 100%;">
-
-
@@ -494,7 +493,7 @@ export default {
align: "center",
columnLabel: "本卷耗用数量",
columnWidth: 100,
- columnHidden: true,
+ columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
@@ -1179,19 +1178,19 @@ export default {
},
- /*添加定制的css类*/
- customerCellClassName({row, column, rowIndex, columnIndex}) {
- if(column.property == 'netIssueQty'){
- return 'customer-number-cell';
- }
- },
-
- /*添加定制的cess样式*/
- customerCellStyle({row, column, rowIndex, columnIndex}) {
- if(column.property == 'netIssueQty'){
- return 'padding: 0px 0px;';
- }
- },
+ // /*添加定制的css类*/
+ // customerCellClassName({row, column, rowIndex, columnIndex}) {
+ // if(column.property == 'netIssueQty'){
+ // return 'customer-number-cell';
+ // }
+ // },
+ //
+ // /*添加定制的cess样式*/
+ // customerCellStyle({row, column, rowIndex, columnIndex}) {
+ // if(column.property == 'netIssueQty'){
+ // return 'padding: 0px 0px;';
+ // }
+ // },
/*检验良品的总数量*/
checkValidApprovedQty(){