From 65b576755c707d2cee6588f68123e6f537ccfefe Mon Sep 17 00:00:00 2001 From: Marvin Date: Mon, 20 Feb 2023 15:32:38 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E7=BB=B4=E4=BF=AE=E8=B5=84?= =?UTF-8?q?=E6=96=99=E7=BB=9F=E8=AE=A1UI=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Views/REP/REP012.cshtml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/AMESCoreStudio.Web/Views/REP/REP012.cshtml b/AMESCoreStudio.Web/Views/REP/REP012.cshtml index 64577c6f..c8e8fd87 100644 --- a/AMESCoreStudio.Web/Views/REP/REP012.cshtml +++ b/AMESCoreStudio.Web/Views/REP/REP012.cshtml @@ -396,19 +396,19 @@ var tableCols = [[ { field: 'unitNO', - width: 100, - title: '製程單位', + width: 80, + title: '製程', sort: true }, { field: 'lineDesc', - width: 100, + width: 80, title: '線別', sort: true }, { field: 'stationName', - width: 100, + width: 80, title: '站別', sort: true }, @@ -421,12 +421,13 @@ { field: 'itemNO', title: '料號', - width: 200, + width: 160, sort: true }, { field: 'barcodeNo', title: '條碼', + width: 160, sort: true }, { @@ -437,38 +438,37 @@ }, { field: 'reasonNo', - title: '不良原因代碼', - width: 120, + title: '不良代碼', + width: 100, sort: true }, { field: 'ngReasonDesc', - title: '不良原因描述', + title: '不良描述', width: 120, sort: true }, { field: 'repairNo', title: '維修代碼', - width: 120, + width: 100, sort: true }, { field: 'rmaReasonDesc', title: '維修原因描述', - width: 120, sort: true }, { field: 'locationNo', title: '維修位置', - width: 120, + width: 100, sort: true }, { field: 'rrDesc', title: '責任單位', - width: 120, + width: 100, sort: true }, {