소스 검색

발주관리-입고처리, 반품관리-반품처리, 반품현황 수정

yhl88 2 년 전
부모
커밋
f30d9ba689

+ 2 - 2
src/main/webapp/app/pomng/POMNG06010.html

@@ -39,7 +39,7 @@
39 39
 										</div>
40 40
 									</div>
41 41
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
42
-										<div class="col-xs-2 itp_ip itp_noMar">
42
+										<div class="col-xs-2 itp_ip itp_noMar" id="ITP_FORM_POMNG06010_SEARCH_SPPLY_DIV">
43 43
 											<div class="input-group">
44 44
 											<input type="text" id="ITP_FORM_POMNG06010_SEARCH_SPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly/>
45 45
 											<input type="hidden" id="ITP_FORM_POMNG06010_SEARCH_SPPLY_ID" class="form-control itp_input" name="sspplyId" placeholder="공급업체" />
@@ -49,7 +49,7 @@
49 49
 												</span>
50 50
 											</div>
51 51
 										</div>
52
-										<div class="col-xs-3 itp_ip itp_noMar">
52
+										<div class="col-xs-3 itp_ip itp_noMar" id="ITP_FORM_POMNG06010_SEARCH_DLV_STTMT_UNQ_NO_DIV">
53 53
 											<input type="text" id="ITP_FORM_POMNG06010_SEARCH_DLV_STTMT_UNQ_NO" class="form-control itp_input" name="sdlvSttmtUnqNo" placeholder="납품서번호" />
54 54
 										</div>
55 55
 										<div class="col-xs-3 itp_ip itp_noMar">

+ 2 - 2
src/main/webapp/app/rtnmng/RTNMNG05010.html

@@ -41,7 +41,7 @@
41 41
 										</div>
42 42
 									</div>
43 43
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
44
-										<div class="col-xs-3 itp_ip itp_noMar" style="width: 252px;">
44
+										<div class="col-xs-3 itp_ip itp_noMar" style="width: 252px;" id="ITP_FORM_RTNMNG05010_SEARCH_SSPPLY_DIV">
45 45
 											<div class="input-group">
46 46
 												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_SSPPLY_NM" class="form-control itp_input" placeholder="공급업체" readonly="readonly" />
47 47
 												<span class="input-group-btn">
@@ -50,7 +50,7 @@
50 50
 												</span>
51 51
 											</div>
52 52
 										</div>
53
-										<div class="col-xs-5 itp_ip itp_noMar" style="margin-left: 4px; width: 475px;">
53
+										<div class="col-xs-5 itp_ip itp_noMar" style="margin-left: 4px; width: 475px;" id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM_DIV">
54 54
 											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
55 55
 										</div>
56 56
 									</div>

+ 7 - 0
src/main/webapp/js/app/pomng/ITP_POMNG06010.js

@@ -227,6 +227,13 @@ let listObj = {
227 227
 		$('#ITP_FORM_POMNG06010_SEARCH_TO_DT').datepicker('setDate', toDate);
228 228
 
229 229
 		$('#ITP_BTN_POMNG06010_EXCEL').show();
230
+		
231
+		let authTpCd = fn_make_user_info.get('authTpCd');
232
+		if (authTpCd == 50) {
233
+			$('#ITP_FORM_POMNG06010_SEARCH_SPPLY_DIV').hide();
234
+			$('#ITP_FORM_POMNG06010_SEARCH_DLV_STTMT_UNQ_NO_DIV').attr('class', 'col-xs-2 itp_ip itp_noMar');
235
+		}
236
+		
230 237
 	},
231 238
 	itp_POMNG06010_search: false,
232 239
 	setBrand: function() {

+ 6 - 0
src/main/webapp/js/app/rtnmng/ITP_RTNMNG05010.js

@@ -242,6 +242,12 @@ let listObj = {
242 242
 		$('#ITP_BTN_RTNMNG05010_SEARCH_DEL_SWHS_NM').show();
243 243
 		
244 244
 		$('#ITP_BTN_RTNMNG05010_EXCEL').show();
245
+		
246
+		let authTpCd = fn_make_user_info.get('authTpCd');
247
+		if (authTpCd == 50) {
248
+			$('#ITP_FORM_RTNMNG05010_SEARCH_SSPPLY_DIV').hide();
249
+			$('#ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM_DIV').attr('style', 'width: 430px;');
250
+		}
245 251
 	},
246 252
 	itp_RTNMNG05010_search: false,
247 253
 	setBrand: function() {

+ 1 - 1
src/main/webapp/js/app/rtnmng/ITP_RTNMNG06010.js

@@ -101,7 +101,7 @@ const gridColModel = {
101 101
 		{
102 102
 			index: 'PICK_MGR_NM', name: 'pickMgrNm',
103 103
 			label: '수거담당자명', 
104
-			width: '11', fixed: false, align: 'left',
104
+			width: '11', fixed: false, align: 'center',
105 105
 			sortable: false, hidden: false
106 106
 		},
107 107
 		{