浏览代码

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 年之前
父节点
当前提交
6c7f140d38

+ 2 - 2
src/main/webapp/app/oper/OPER06010.html

@@ -222,8 +222,8 @@
222
 											<div class="col-xs-4 itp_ip">
222
 											<div class="col-xs-4 itp_ip">
223
 												<div class="col-xs-8 itp_in">
223
 												<div class="col-xs-8 itp_in">
224
 													<select id="ITP_FORM_OPER06010_DETAIL_PROC_DVSN" class="form-control itp_input" name="">
224
 													<select id="ITP_FORM_OPER06010_DETAIL_PROC_DVSN" class="form-control itp_input" name="">
225
-														<option>배송</option>
226
-														<option>수거</option>
225
+														<option>간소화</option>
226
+														<option>절차</option>
227
 													</select>
227
 													</select>
228
 												</div>
228
 												</div>
229
 											</div>
229
 											</div>

+ 1 - 1
src/main/webapp/app/ordmng/ORDMNG01010.html

@@ -93,7 +93,7 @@
93
 										<div class="form-group">
93
 										<div class="form-group">
94
 											<label class="col-xs-2 itp_lb">납품장소</label>
94
 											<label class="col-xs-2 itp_lb">납품장소</label>
95
 											<div class="col-xs-4 itp_ip">
95
 											<div class="col-xs-4 itp_ip">
96
-												<div class="col-xs-3 itp_in fnDlvPlace"></div>
96
+												<div class="col-xs-8 itp_in fnWhsNm"></div>
97
 											</div>
97
 											</div>
98
 											<label class="col-xs-2 itp_lb">발주 총 금액</label>
98
 											<label class="col-xs-2 itp_lb">발주 총 금액</label>
99
 											<div class="col-xs-4 itp_ip fnPodrTotalAmt"></div>
99
 											<div class="col-xs-4 itp_ip fnPodrTotalAmt"></div>

+ 1 - 1
src/main/webapp/app/stinfo/STINFO04010.html

@@ -365,7 +365,7 @@
365
 											<label class="col-xs-2 itp_lb">매장 배송구분</label>
365
 											<label class="col-xs-2 itp_lb">매장 배송구분</label>
366
 											<div class="col-xs-4 itp_ip">
366
 											<div class="col-xs-4 itp_ip">
367
 												<div class="col-xs-8 itp_in">
367
 												<div class="col-xs-8 itp_in">
368
-													<select id="ITP_FORM_OPER06010_DETAIL_PROC_DVSN" class="form-control itp_input" name="">
368
+													<select id="ITP_FORM_OPER06010_DETAIL_DLV_DVSN" class="form-control itp_input" name="">
369
 														<option>공급사배송</option>
369
 														<option>공급사배송</option>
370
 														<option>본사배송</option>
370
 														<option>본사배송</option>
371
 													</select>
371
 													</select>

+ 2 - 1
src/main/webapp/js/app/ordmng/ITP_ORDMNG01010.js

@@ -463,6 +463,7 @@ let viewObj = {
463
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPchPodrUnqNo').text(result.pchPodrUnqNo);
463
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPchPodrUnqNo').text(result.pchPodrUnqNo);
464
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPodrDt').text(result.podrDt);
464
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPodrDt').text(result.podrDt);
465
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPchOdrStCd').text(result.pchOdrStNm);
465
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPchOdrStCd').text(result.pchOdrStNm);
466
+		$('#ITP_FORM_ORDMNG01010_VIEW .fnWhsNm').text(result.whsNm);
466
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPodrTotalAmt').text(result.podrTotalAmt.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','));
467
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPodrTotalAmt').text(result.podrTotalAmt.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','));
467
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPodrMgrNm').text(result.podrMgrNm + ' (' + telNo + ')');
468
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnPodrMgrNm').text(result.podrMgrNm + ' (' + telNo + ')');
468
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnDlvReqDt').text(result.dlvReqDt);
469
 		$('#ITP_FORM_ORDMNG01010_VIEW .fnDlvReqDt').text(result.dlvReqDt);
@@ -490,7 +491,7 @@ let viewObj = {
490
 				data: gridData,
491
 				data: gridData,
491
 				multiselect: true,
492
 				multiselect: true,
492
 				loadComplete: function(data) {
493
 				loadComplete: function(data) {
493
-					console.log(data);
494
+					//console.log(data);
494
 					itp_fn_grid_load_complete(data, ORDMNG01010_VIEW_GRID_ID, true, 'number', 'ORDMNG01010', viewObj.itp_ORDMNG01010_search, viewObj.empty, true, data.gridRecords, true);
495
 					itp_fn_grid_load_complete(data, ORDMNG01010_VIEW_GRID_ID, true, 'number', 'ORDMNG01010', viewObj.itp_ORDMNG01010_search, viewObj.empty, true, data.gridRecords, true);
495
 				}
496
 				}
496
 			};
497
 			};

+ 1 - 1
src/main/webapp/mobile/app/main.html

@@ -138,7 +138,7 @@
138
 
138
 
139
 	<div id="ITP_CONTAINER" class="fix">
139
 	<div id="ITP_CONTAINER" class="fix">
140
 		<div class="itp_mobile_contents"> 
140
 		<div class="itp_mobile_contents"> 
141
-			<div id="ITP_MAIN_CONTAINER" class="itp_main_box" >
141
+			<div id="ITP_MAIN_CONTAINER" class="itp_main_box" style="display:none;">
142
 				<div class="itp_note_header">
142
 				<div class="itp_note_header">
143
 					<h1>공지사항</h1>
143
 					<h1>공지사항</h1>
144
 				</div>				
144
 				</div>				

+ 112 - 0
src/main/webapp/mobile/app/mpomng/MPOMNG04011.html

@@ -0,0 +1,112 @@
1
+<section id="ITP_MOBILE_MPOMNG04011">
2
+	<div id="ITP_AJAX_MPOMNG04011_VIEW_CONTAINER">
3
+	  <form id="ITP_FORM_MPOMNG04011_DETAIL" class="put_btn form-horizontal" onsubmit="return false;">
4
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_VIEW_CD" name="viewCd" value="C">
5
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_BRAND_ID" name="brandId" value="">
6
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_STORE_ID" name="storeId" value="">
7
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_LOAN_DVSN" name="loanDvsn" value="">
8
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_LOAN_MGNT_UNQ_NO" name="loanMgntUnqNo" value="">
9
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_PCH_REQ_DVSN" name="pchReqDvsn" value="">
10
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_PCH_REQ_ST_CD" name="pchReqStCd" value="">
11
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_PCH_REQ_UNQ_NO" name="pchReqUnqNo" value="">
12
+		<input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_MALL_ID" name="mallId" value="">
13
+		<div class="content">
14
+			<div class="content_fix">
15
+				<div class="line header">
16
+				  <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">구매발주처리</div>
17
+				</div>
18
+			  <div class="line">
19
+				<label>납기요청일</label>
20
+				<input type="text" id="ITP_FORM_MPOMNG04011_DETAIL_DLV_REQ_DT" name="dlvReqDt" class="itp_input date" data-check-required="empty" readonly>
21
+			  </div>
22
+			  <div class="line">
23
+				<label>납품장소</label>
24
+				  <div class="float_left">
25
+					  <input type="text" id="ITP_FORM_MPOMNG04011_DETAIL_WHS_NM" class="" name="whsNm" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="납품장소" placeholder="" readonly />
26
+					  <input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_WHS_ID" class="form-control itp_input" name="whsId" value="" />
27
+					  <input type="hidden" id="ITP_FORM_MPOMNG04011_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
28
+					  <div class="itp_input_btn">
29
+						   <button id="ITP_BTN_MPOMNG04011_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MPOMNG04011_WHS_AREA"><img src="../img/search.png" alt=""></button>
30
+						 </div>
31
+				  </div>
32
+				  <div class="float_right_btn">
33
+					<!-- <button id="ITP_BTN_MPOMNG04011_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MPOMNG04011_WHS_AREA"><img src="../img/search.png" alt=""></button> -->
34
+					<button id="ITP_BTN_MPOMNG04011_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
35
+				  </div>
36
+			  </div>
37
+			  <div class="line">
38
+				  <label>구매요청번호</label>
39
+				  <div class="float_left name">
40
+					<input id="ITP_FORM_MPOMNG04011_PCH_REQ_UNQ_NO" name="pchReqUnqNo" type="text">
41
+				  </div>
42
+			  </div>
43
+			  <div class="line">
44
+				  <div class="search">
45
+					<button id="ITP_BTN_MPOMNG04011_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
46
+				  </div>
47
+				</div>
48
+				<div class="table_header">
49
+				<h1><발주 대상 내역></h1>
50
+			  </div>
51
+		  </div>
52
+		</div>
53
+		<div id="ITP_LIST_MPOMNG04011_ITEM_AREA" class="scroll_area row-1">
54
+		  <ul id="ITP_LIST_MPOMNG04011_DETAIL_ROWS" class="mb_0 panel-group"></ul>
55
+		   <!--   검색된 데이터가 없습니다  -->
56
+		   <div class="itp_non_data" style="display:none;">
57
+			  <div>검색된 데이터가 없습니다.</div>
58
+		   </div>
59
+		  <div id="ITP_LIST_MPOMNG04011_DETAIL_ROWCOPY" style="display: block;">
60
+			<li class="history_list7 item-row">
61
+				<div class="left">
62
+				  <div class="nomal">
63
+					<label class="col_6">구매요청번호</label>
64
+					<span>:</span>
65
+					<div class="btn fnPodrDt"></div>
66
+						<button style="margin-right: 5px;width: 90px;font-size: 12pt;height: 45px;" id="ITP_BTN_MPOMNG04011_DETAIL_REQ_ORDER" class="btn-primary REQ">발주처리</button>
67
+				  </div>
68
+				</div>
69
+				<div class="left">
70
+				  <div class="nomal">
71
+					<label class="col_6">납품장소</label>
72
+					<span>:</span>
73
+					<div class="non_btn fnLocationNm"></div>
74
+				  </div>
75
+				</div>
76
+				<div id="ITP_LIST_MPOMNG04011_ITEM_AREA" class="scroll_area row-1" style="height:auto;">
77
+				  <ul id="ITP_LIST_MPOMNG04011_DETAIL_ROWS" class="mb_0 panel-group"></ul>
78
+					<li class="podr_list">
79
+						<div class="left">
80
+						  <div class="nomal">
81
+							<label class="col_4">품목명</label>
82
+							<span>:</span>
83
+							<div class="non_btn fnLocationNm"></div>
84
+							<label class="col_4">구매수량</label>
85
+							<span>:</span>
86
+							<div class="non_btn fnLocationNm"></div>
87
+						  </div>
88
+						</div>
89
+						<div class="left">
90
+						  <div class="nomal">
91
+							<label class="col_4">단가</label>
92
+							<span>:</span>
93
+							<div class="non_btn fnLocationNm"></div>
94
+							<label class="col_4">구매금액</label>
95
+							<span>:</span>
96
+							<div class="non_btn fnLocationNm"></div>
97
+						  </div>
98
+						</div>
99
+					</li>
100
+				</div>
101
+			  </li>
102
+		  </div>
103
+		</div>
104
+		<div class="button_bar">
105
+		  <button id="ITP_BTN_MPOMNG04011_DETAIL_REQ_ORDER" data-call-popup="ITP_POP_MPOMNG04011_REQ_AREA" class="col_3 btn-m-orange REQ">구매요청</button>
106
+		  <button id="ITP_BTN_MPOMNG04011_DETAIL_TEMP_SAVE" data-call-popup="ITP_POP_MPOMNG04011_REQ_AREA" class="col_3 btn-w-gray TSA">임시저장</button>
107
+		  <button id="ITP_BTN_MPOMNG04011_DETAIL_CANCEL" class="col_3 btn-gray CLB">취소</button>
108
+		</div>
109
+	  </form>
110
+	</div>
111
+	<div id="ITP_MOBILE_JS"></div>
112
+  </section>

+ 3 - 1
src/main/webapp/mobile/css/style.css

@@ -114,7 +114,7 @@ section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14pt; color:gr
114
 section .popup2 .pop .popup_scroll li .scroll_left .wichi{font-size:14pt; color:gray;}
114
 section .popup2 .pop .popup_scroll li .scroll_left .wichi{font-size:14pt; color:gray;}
115
 section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14pt; color:#b88278;}
115
 section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14pt; color:#b88278;}
116
 section .popup2 .pop .popup_scroll li .scroll_right {float: right; width:50px;}
116
 section .popup2 .pop .popup_scroll li .scroll_right {float: right; width:50px;}
117
-section .popup2 .pop .popup_scroll li .scroll_right input[type=checkbox]{width:27px; margin:18px 11px 0 11px;}
117
+section .popup2 .pop .popup_scroll li .scroll_right input[type=checkbox]{width:27px; margin:21px 11px 0 11px;}
118
 section .popup2 .pop .popup_scroll li .scroll_right button {width: 50px; height: 38px; padding: 0; background:#8f9fc6; border:1px solid #cacfe3; color:#eee; border-radius: 10px; font-size: 14px; margin:16px 0px;}
118
 section .popup2 .pop .popup_scroll li .scroll_right button {width: 50px; height: 38px; padding: 0; background:#8f9fc6; border:1px solid #cacfe3; color:#eee; border-radius: 10px; font-size: 14px; margin:16px 0px;}
119
 section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#708cd1;}
119
 section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#708cd1;}
120
 section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:21px; width:91px; height:27px;}
120
 section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:21px; width:91px; height:27px;}
@@ -582,6 +582,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
582
 .scroll_area li .left .nomal div.full{width:calc(100% - 90px);}
582
 .scroll_area li .left .nomal div.full{width:calc(100% - 90px);}
583
 .scroll_area li .left .nomal div.full_s{width:calc(100% - 45px);}
583
 .scroll_area li .left .nomal div.full_s{width:calc(100% - 45px);}
584
 .scroll_area li .left .nomal div.auto{width:auto;}
584
 .scroll_area li .left .nomal div.auto{width:auto;}
585
+.scroll_area li .left .nomal div.btn {flex:1;}
586
+.scroll_area li .left .nomal div.non_btn {width:calc(100% - 192px);}
585
 
587
 
586
 
588
 
587
 .scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; width:110px; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
589
 .scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; width:110px; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}