From b86ad73742da30a49d75de2dd1af5b708ec6f98e Mon Sep 17 00:00:00 2001 From: sychoi Date: Mon, 29 Apr 2024 17:12:41 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=98=84=EC=9E=A5=EC=9E=91?= =?UTF-8?q?=EC=97=85=EC=9E=90=20=ED=8C=9D=EC=97=85=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `popupComponent 폴더에 각 테이블 컴포넌트 분리` --- .../sts_order_prod/popComponent/isDef.php | 66 +++ .../sts_order_prod/popComponent/isDefHst.php | 41 ++ .../popComponent/isFacility.php | 23 + .../popComponent/isFacltBreak.php | 44 ++ .../sts_order_prod/popComponent/isInsp.php | 75 ++++ .../sts_order_prod/popComponent/isNoRun.php | 46 ++ .../sts_order_prod/popComponent/isProd.php | 54 +++ .../sts_order_prod/popComponent/isRun.php | 38 ++ .../sts_order_prod/popComponent/isWorker.php | 41 ++ .../site/sts_order_prod/reg_prod_result.js | 7 + .../site/sts_order_prod/reg_prod_result.php | 414 +----------------- 11 files changed, 455 insertions(+), 394 deletions(-) create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isDef.php create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isDefHst.php create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacility.php create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacltBreak.php create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isInsp.php create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isNoRun.php create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isProd.php create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isRun.php create mode 100644 home_dir/www/ksvc/site/sts_order_prod/popComponent/isWorker.php diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isDef.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isDef.php new file mode 100644 index 0000000..8c157f1 --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isDef.php @@ -0,0 +1,66 @@ + +
+ +
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+ + + + +
+
+
+
+ + + +
+ + + +
+ + +
+
+
+
+
+ +
+ 확인 +
+ +
+ 취소 +
+ +
+
+ +
+ \ No newline at end of file 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 new file mode 100644 index 0000000..f29417d --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isDefHst.php @@ -0,0 +1,41 @@ + +
+
+ +
+ + +
+ +
+ + +
+ +
+
+ + + +
+ + +
+
+
+
+
+ +
+ 확인 +
+ +
+ 취소 +
+ +
+
+ +
+ \ No newline at end of file diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacility.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacility.php new file mode 100644 index 0000000..570ed74 --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacility.php @@ -0,0 +1,23 @@ + +
+ + +
+
+
+
+
+ +
+ 확인 +
+ +
+ 취소 +
+ +
+
+ +
+ \ No newline at end of file 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 new file mode 100644 index 0000000..a81bd70 --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isFacltBreak.php @@ -0,0 +1,44 @@ + +
+ + +
+
+
+ + +
+
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+ +
+ 확인 +
+ +
+ 취소 +
+ +
+
+ +
+ + + +
+ \ No newline at end of file diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isInsp.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isInsp.php new file mode 100644 index 0000000..cdb440f --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isInsp.php @@ -0,0 +1,75 @@ + +
+ + + + +
+ +
+
+
+ + +
+ +
+ +
+ + +
+
+ + +
+ +
+ +
+
+ +
+ 확인 +
+
+ 취소 +
+ +
+
+ +
+ + +
+ + +
+ +
+
+
+ +
+
+ +
+ 확인 +
+
+ 취소 +
+ +
+
+ +
+ + + +
+ \ No newline at end of file diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isNoRun.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isNoRun.php new file mode 100644 index 0000000..5f795d0 --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isNoRun.php @@ -0,0 +1,46 @@ + +
+ +
+
+
+ + +
+
+ +
+ + +
+
+ +
+ + + + +
+
+
+ +
+
+ +
+ 확인 +
+ +
+ 취소 +
+ +
+
+ +
+ + + +
+ \ No newline at end of file diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isProd.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isProd.php new file mode 100644 index 0000000..6834602 --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isProd.php @@ -0,0 +1,54 @@ + +
+ +
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+ + + +
+ + + +
+ + +
+
+
+
+
+ +
+ 확인 +
+ +
+ 취소 +
+ +
+
+ +
+ \ No newline at end of file diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isRun.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isRun.php new file mode 100644 index 0000000..6c9ddf9 --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isRun.php @@ -0,0 +1,38 @@ + +
+ + +
+
+
+ + +
+
+ +
+ + +
+
+ +
+
+ +
+ 확인 +
+ +
+ 취소 +
+ +
+
+ +
+ + + +
+ \ No newline at end of file diff --git a/home_dir/www/ksvc/site/sts_order_prod/popComponent/isWorker.php b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isWorker.php new file mode 100644 index 0000000..f29417d --- /dev/null +++ b/home_dir/www/ksvc/site/sts_order_prod/popComponent/isWorker.php @@ -0,0 +1,41 @@ + +
+
+ +
+ + +
+ +
+ + +
+ +
+
+ + + +
+ + +
+
+
+
+
+ +
+ 확인 +
+ +
+ 취소 +
+ +
+
+ +
+ \ No newline at end of file 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 0f86e89..7c70f5f 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 @@ -97,6 +97,7 @@ class FieldPop { }, isComponent : { + isDefHst : false, isWorker : false, isFacility : false, isFacltBreak : false, @@ -120,6 +121,12 @@ 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}, + ], isWorker : [ diff --git a/home_dir/www/ksvc/site/sts_order_prod/reg_prod_result.php b/home_dir/www/ksvc/site/sts_order_prod/reg_prod_result.php index 2b6f236..dace372 100644 --- a/home_dir/www/ksvc/site/sts_order_prod/reg_prod_result.php +++ b/home_dir/www/ksvc/site/sts_order_prod/reg_prod_result.php @@ -158,414 +158,40 @@ include_once "{$_SERVER['DOCUMENT_ROOT']}/common.inc.php";
+
+ +
+
- -
-
- -
- - -
- -
- - -
- -
-
- - - -
- - -
-
-
-
-
- -
- 확인 -
- -
- 취소 -
- -
-
- -
- +
- +
- -
- - -
-
-
-
-
- -
- 확인 -
- -
- 취소 -
- -
-
- -
- +
- +
- - -
- - -
-
-
- - -
-
- -
- - -
- -
- - -
- -
- -
-
- -
- 확인 -
- -
- 취소 -
- -
-
- -
- - - -
- - +
- +
- -
- - -
-
-
- - -
-
- -
- - -
-
- -
-
- -
- 확인 -
- -
- 취소 -
- -
-
- -
- - - -
- +
- +
- -
- -
-
-
- - -
-
- -
- - -
-
- -
- - - - -
-
-
- -
-
- -
- 확인 -
- -
- 취소 -
- -
-
- -
- - - -
- +
+
- -
- -
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
- - - -
- - - -
- - -
-
-
-
-
- -
- 확인 -
- -
- 취소 -
- -
-
- -
- +
-
- -
- -
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - -
- - - - -
-
-
-
- - - -
- - - -
- - -
-
-
-
-
- -
- 확인 -
- -
- 취소 -
- -
-
- -
- + +
+
+
- -
- -
    -
  • 실적
  • -
  • 파일
  • -
- - -
- -
-
-
- - -
- -
- -
- - -
-
- - -
- -
- -
-
- -
- 확인 -
-
- 취소 -
- -
-
- -
- - -
- - -
- -
-
-
- -
-
- -
- 확인 -
-
- 취소 -
- -
-
- -
- - - -
- +