Browse Source

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

juney 2 years ago
parent
commit
c6901726ce

+ 1 - 1
src/main/webapp/app/pomng/POMNG03011.html

@@ -2,7 +2,7 @@
2 2
 	<div class="itp_cont">
3 3
 		<article class="itp_detail">
4 4
 			<div class="itp_det_head fix">
5
-				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>본사발주처리</strong></h2>
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>발주간소화처리</strong></h2>
6 6
 				<div class="pull-right itp_cicon">
7 7
 					<button type="button" id="ITP_BTN_POMNG03011_PO" class="btn btn-primary btn-sm SEB"><i class="glyphicon "></i> &nbsp;&nbsp;발주전송&nbsp;&nbsp;</button>
8 8
 					<button type="button" id="ITP_BTN_POMNG03011_SEB" class="btn btn-primary btn-sm PO"><i class="glyphicon "></i> &nbsp;&nbsp;조회&nbsp;&nbsp;</button>

+ 1 - 1
src/main/webapp/app/popup/biz/BIZPOP_STINFO_BACK_OFFICE.html

@@ -28,7 +28,7 @@
28 28
 								<div class="form-group">
29 29
 									<label class="col-xs-4 itp_lb long">사업자번호</label>
30 30
 									<div class="col-xs-7 itp_ip">
31
-										<input type="text" name="bizNo" id="ITP_FORM_BIZPOP_STINFO_BACK_OFFICE_BIZ_NO" class="form-control itp_input">
31
+										<input type="text" name="bizNo" id="ITP_FORM_BIZPOP_STINFO_BACK_OFFICE_BIZ_NO" data-key-up="regNo" onKeyup='this.value = this.value.replace(/[^0-9]/g, "").replace(/(^[0-9]{3}|^0[0-9]{2})([0-9]+)?([0-9]{5})$/,"$1-$2-$3");' class="form-control itp_input" maxlength="12">
32 32
 									</div>
33 33
 								</div>
34 34
 								<div class="form-group border" style="padding-bottom: 8px;">

+ 1 - 1
src/main/webapp/app/rtnmng/RTNMNG03011.html

@@ -2,7 +2,7 @@
2 2
 	<div class="itp_cont">
3 3
 		<article class="itp_detail">
4 4
 			<div class="itp_det_head fix">
5
-				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품발주처리</strong></h2>
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품간소화처리</strong></h2>
6 6
 				<div class="pull-right itp_cicon">
7 7
 					<button type="button" id="ITP_BTN_RTNMNG03011_RPO" class="btn btn-primary btn-sm RPO"><i class="glyphicon "></i> &nbsp;&nbsp;발주전송&nbsp;&nbsp;</button>
8 8
 					<button type="button" id="ITP_BTN_RTNMNG03011_SEB" class="btn btn-primary btn-sm SEB"><i class="glyphicon "></i> &nbsp;&nbsp;조회&nbsp;&nbsp;</button>

+ 1 - 1
src/main/webapp/js/app/pomng/ITP_POMNG03011.js

@@ -352,7 +352,7 @@ let listObj = {
352 352
 						$(POMNG03011_GRID_ID).jqGrid('setCell', rowId, 'dlvReqDt', '', css);
353 353
 						$(POMNG03011_GRID_ID).jqGrid('setCell', rowId, 'whsNm', '', css);
354 354
 					});
355
-					$('.cbox.checkbox').each(function(idx) {
355
+					$('#ITP_POMNG03011_jqGrid_list .cbox.checkbox').each(function(idx) {
356 356
 						var tds=$(this).closest('tr').children('td'), td=tds.eq(2);
357 357
 						var rs=td.attr('rowspan'), ds=td.css('display'); 
358 358
 						if(rs) $(this).closest('td').attr('rowspan', rs);

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

@@ -567,7 +567,7 @@ let listObj = {
567 567
 						$(RTNMNG03011_GRID_ID).jqGrid('setCell', rowId, 'whsNm', '', css);
568 568
 					});
569 569
 					// $(RTNMNG03011_GRID_ID).setSelection(1, true);
570
-					$('.cbox.checkbox').each(function(idx) {
570
+					$('#ITP_RTNMNG03011_jqGrid_list .cbox.checkbox').each(function(idx) {
571 571
 						var tds=$(this).closest('tr').children('td'), td=tds.eq(2);
572 572
 						var rs=td.attr('rowspan'), ds=td.css('display'); 
573 573
 						if(rs) $(this).closest('td').attr('rowspan', rs);