From 1acabfb26bb2b9341fa8d467d446cd6a7771a037 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 23 Mar 2026 10:27:57 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-23=201=E3=80=81=E7=BB=93=E6=9D=9F?= =?UTF-8?q?=E5=8D=B7=E4=BC=98=E5=8C=96=202=E3=80=81=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E6=9D=90=E6=96=99=E4=B8=8A=E6=9C=BA=E8=AE=B0=E5=BD=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../searchMaterialOnMachineRecord.vue | 22 +++++--------- .../modules/yieldReport/com_finish_roll.vue | 29 +++++++++---------- 2 files changed, 22 insertions(+), 29 deletions(-) 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(){