浏览代码

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

juney 2 年之前
父节点
当前提交
c6901726ce

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

@@ -2,7 +2,7 @@
2
 	<div class="itp_cont">
2
 	<div class="itp_cont">
3
 		<article class="itp_detail">
3
 		<article class="itp_detail">
4
 			<div class="itp_det_head fix">
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
 				<div class="pull-right itp_cicon">
6
 				<div class="pull-right itp_cicon">
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>
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
 					<button type="button" id="ITP_BTN_POMNG03011_SEB" class="btn btn-primary btn-sm PO"><i class="glyphicon "></i> &nbsp;&nbsp;조회&nbsp;&nbsp;</button>
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
 								<div class="form-group">
28
 								<div class="form-group">
29
 									<label class="col-xs-4 itp_lb long">사업자번호</label>
29
 									<label class="col-xs-4 itp_lb long">사업자번호</label>
30
 									<div class="col-xs-7 itp_ip">
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
 									</div>
32
 									</div>
33
 								</div>
33
 								</div>
34
 								<div class="form-group border" style="padding-bottom: 8px;">
34
 								<div class="form-group border" style="padding-bottom: 8px;">

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

@@ -2,7 +2,7 @@
2
 	<div class="itp_cont">
2
 	<div class="itp_cont">
3
 		<article class="itp_detail">
3
 		<article class="itp_detail">
4
 			<div class="itp_det_head fix">
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
 				<div class="pull-right itp_cicon">
6
 				<div class="pull-right itp_cicon">
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>
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
 					<button type="button" id="ITP_BTN_RTNMNG03011_SEB" class="btn btn-primary btn-sm SEB"><i class="glyphicon "></i> &nbsp;&nbsp;조회&nbsp;&nbsp;</button>
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
 						$(POMNG03011_GRID_ID).jqGrid('setCell', rowId, 'dlvReqDt', '', css);
352
 						$(POMNG03011_GRID_ID).jqGrid('setCell', rowId, 'dlvReqDt', '', css);
353
 						$(POMNG03011_GRID_ID).jqGrid('setCell', rowId, 'whsNm', '', css);
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
 						var tds=$(this).closest('tr').children('td'), td=tds.eq(2);
356
 						var tds=$(this).closest('tr').children('td'), td=tds.eq(2);
357
 						var rs=td.attr('rowspan'), ds=td.css('display'); 
357
 						var rs=td.attr('rowspan'), ds=td.css('display'); 
358
 						if(rs) $(this).closest('td').attr('rowspan', rs);
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
 						$(RTNMNG03011_GRID_ID).jqGrid('setCell', rowId, 'whsNm', '', css);
567
 						$(RTNMNG03011_GRID_ID).jqGrid('setCell', rowId, 'whsNm', '', css);
568
 					});
568
 					});
569
 					// $(RTNMNG03011_GRID_ID).setSelection(1, true);
569
 					// $(RTNMNG03011_GRID_ID).setSelection(1, true);
570
-					$('.cbox.checkbox').each(function(idx) {
570
+					$('#ITP_RTNMNG03011_jqGrid_list .cbox.checkbox').each(function(idx) {
571
 						var tds=$(this).closest('tr').children('td'), td=tds.eq(2);
571
 						var tds=$(this).closest('tr').children('td'), td=tds.eq(2);
572
 						var rs=td.attr('rowspan'), ds=td.css('display'); 
572
 						var rs=td.attr('rowspan'), ds=td.css('display'); 
573
 						if(rs) $(this).closest('td').attr('rowspan', rs);
573
 						if(rs) $(this).closest('td').attr('rowspan', rs);