From 920cfed0ba5bac0bfa75f60bae5b7ef9d1616829 Mon Sep 17 00:00:00 2001 From: sychoi Date: Mon, 29 Apr 2024 17:33:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B3=BC=EA=B1=B0=EB=B6=88=EB=9F=89?= =?UTF-8?q?=EC=9D=B4=EB=A0=A5=EC=A1=B0=ED=9A=8C=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ksvc/site/sts_order_prod/popComponent/isDefHst.php | 10 +++++----- .../site/sts_order_prod/popComponent/isFacltBreak.php | 2 +- .../www/ksvc/site/sts_order_prod/reg_prod_result.js | 9 +++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isDefHst.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isDefHst.php index f29417d..69b4c2f 100644 --- a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isDefHst.php +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isDefHst.php @@ -3,13 +3,13 @@
- - + +
- - + +
@@ -21,7 +21,7 @@
-
+
diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacltBreak.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacltBreak.php index a81bd70..a509308 100644 --- a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacltBreak.php +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacltBreak.php @@ -15,7 +15,7 @@
-
+
diff --git a/home_dir/www/ksvc/site/sts_order_prod/reg_prod_result.js b/home_dir/www/ksvc/site/sts_order_prod/reg_prod_result.js index 7c70f5f..25c45a5 100644 --- a/home_dir/www/ksvc/site/sts_order_prod/reg_prod_result.js +++ b/home_dir/www/ksvc/site/sts_order_prod/reg_prod_result.js @@ -122,10 +122,10 @@ class FieldPop { tableField : { isDefHst : [ { field: "DEF_NO", formatter:"rownum", title: "순번", width: 50}, - { field: "DEF_FACLT_CD", title: "설비", width: 100}, - { field: "DEF_CD", title: "불량원인", width: 100}, - { field: "DEF_QTY", title: "불량수량", width: 100}, - { field: "DEF_PRICE", title: "불량단가", width: 100}, + { field: "DEF_FACLT_CD", title: "설비", width: '23%'}, + { field: "DEF_CD", title: "불량원인", width: '23%'}, + { field: "DEF_QTY", title: "불량수량", width: '23%'}, + { field: "DEF_PRICE", title: "불량단가", width: '23%'}, ], @@ -217,6 +217,7 @@ class FieldPop { }, mounted() { + this.showComponent('isWorker'); }, computed: {