瀏覽代碼

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

yhl88 2 年之前
父節點
當前提交
4e402660ad

+ 2 - 0
src/main/webapp/css/ui.jqgrid-bootstrap.css

@@ -325,6 +325,7 @@ div.tablediv > .table-bordered {
325 325
 .ui-jqgrid .ui-pager-control .ui-pager-table td {
326 326
 	border-top : 0px none !important;
327 327
 	min-height : 20px !important;
328
+	width: 80px;
328 329
 }
329 330
 .ui-jqgrid .ui-pg-button  {
330 331
 	height:auto;
@@ -419,6 +420,7 @@ div.tablediv > .table-bordered {
419 420
 {
420 421
 	table-layout:auto;
421 422
 	height:100%;
423
+	width: 160px;
422 424
 }
423 425
 .ui-jqgrid .ui-jqgrid-pager .navtable,
424 426
 .ui-jqgrid .ui-jqgrid-toppager .navtable

+ 0 - 8
src/main/webapp/js/app/oper/ITP_OPER01010.js

@@ -47,14 +47,6 @@ let API_CHECK_DUPLICATE 	= '/api/user/check-duplicate';
47 47
 let API_INTI_USERPW 		= '/api/user/inti-userpw';
48 48
 let API_POP_GRID_LIST 		= '/api/brand/pop-grid-list';
49 49
  
50
-$(window).on('resize', function(e) {
51
-	setTimeout(()=>{
52
-		const left=$(OPER01010_GRID_PAGER+'_left'), pageing=$(OPER01010_GRID_PAGER+'_center').find('table');
53
-		left.width(60);
54
-		pageing.width(150);
55
-	}, 100);
56
-});
57
- 
58 50
 /*화면 Grid ColModel*/
59 51
 const gridColModel = {
60 52
 	list: [

+ 9 - 0
src/main/webapp/js/app/pomng/ITP_POMNG03010.js

@@ -991,6 +991,15 @@ let modifyObj = {
991 991
 		cancel: function() {
992 992
 			document.getElementById('ITP_FORM_POMNG03010_DETAIL').reset();
993 993
 			document.getElementById('ITP_FORM_POMNG03010_NDETAIL').reset();
994
+			
995
+			$('#ITP_FORM_POMNG03010_DETAIL #ITP_FORM_POMNG03010_DETAIL_SHMT_WHS_ID').val('');
996
+			$('#ITP_FORM_POMNG03010_DETAIL #ITP_FORM_POMNG03010_DETAIL_SHMT_LOCATION').val('');
997
+			
998
+			$('#ITP_FORM_POMNG03010_NDETAIL #ITP_FORM_POMNG03010_NDETAIL_SPPLY_ID').val('');
999
+			$('#ITP_FORM_POMNG03010_NDETAIL #ITP_FORM_POMNG03010_NDETAIL_WHS_ID').val('');
1000
+			$('#ITP_FORM_POMNG03010_NDETAIL #ITP_FORM_POMNG03010_NDETAIL_LOCATION').val('');
1001
+			
1002
+			
994 1003
 			listObj.grid.search();
995 1004
 		},
996 1005
 		rejectSave: function(param) {

+ 9 - 0
src/main/webapp/js/app/rtnmng/ITP_RTNMNG03010.js

@@ -987,6 +987,15 @@ let modifyObj = {
987 987
 		cancel: function() {
988 988
 			document.getElementById('ITP_FORM_RTNMNG03010_DETAIL').reset();
989 989
 			document.getElementById('ITP_FORM_RTNMNG03010_NDETAIL').reset();
990
+			
991
+			$('#ITP_FORM_RTNMNG03010_DETAIL #ITP_FORM_RTNMNG03010_DETAIL_WHS_ID').val('');
992
+			$('#ITP_FORM_RTNMNG03010_DETAIL #ITP_FORM_RTNMNG03010_DETAIL_LOCATION').val('');
993
+			
994
+			$('#ITP_FORM_RTNMNG03010_NDETAIL #ITP_FORM_RTNMNG03010_NDETAIL_SPPLY_ID').val('');
995
+			$('#ITP_FORM_RTNMNG03010_NDETAIL #ITP_FORM_RTNMNG03010_NDETAIL_RTN_WHS_ID').val('');
996
+			$('#ITP_FORM_RTNMNG03010_NDETAIL #ITP_FORM_RTNMNG03010_NDETAIL_RTN_LOCATION').val('');
997
+			
998
+			
990 999
 			listObj.grid.search();
991 1000
 		},
992 1001
 		rejectSave: function(param) {