Browse Source

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

yhl88 2 years ago
parent
commit
4e402660ad

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

@@ -325,6 +325,7 @@ div.tablediv > .table-bordered {
325
 .ui-jqgrid .ui-pager-control .ui-pager-table td {
325
 .ui-jqgrid .ui-pager-control .ui-pager-table td {
326
 	border-top : 0px none !important;
326
 	border-top : 0px none !important;
327
 	min-height : 20px !important;
327
 	min-height : 20px !important;
328
+	width: 80px;
328
 }
329
 }
329
 .ui-jqgrid .ui-pg-button  {
330
 .ui-jqgrid .ui-pg-button  {
330
 	height:auto;
331
 	height:auto;
@@ -419,6 +420,7 @@ div.tablediv > .table-bordered {
419
 {
420
 {
420
 	table-layout:auto;
421
 	table-layout:auto;
421
 	height:100%;
422
 	height:100%;
423
+	width: 160px;
422
 }
424
 }
423
 .ui-jqgrid .ui-jqgrid-pager .navtable,
425
 .ui-jqgrid .ui-jqgrid-pager .navtable,
424
 .ui-jqgrid .ui-jqgrid-toppager .navtable
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
 let API_INTI_USERPW 		= '/api/user/inti-userpw';
47
 let API_INTI_USERPW 		= '/api/user/inti-userpw';
48
 let API_POP_GRID_LIST 		= '/api/brand/pop-grid-list';
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
 /*화면 Grid ColModel*/
50
 /*화면 Grid ColModel*/
59
 const gridColModel = {
51
 const gridColModel = {
60
 	list: [
52
 	list: [

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

@@ -991,6 +991,15 @@ let modifyObj = {
991
 		cancel: function() {
991
 		cancel: function() {
992
 			document.getElementById('ITP_FORM_POMNG03010_DETAIL').reset();
992
 			document.getElementById('ITP_FORM_POMNG03010_DETAIL').reset();
993
 			document.getElementById('ITP_FORM_POMNG03010_NDETAIL').reset();
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
 			listObj.grid.search();
1003
 			listObj.grid.search();
995
 		},
1004
 		},
996
 		rejectSave: function(param) {
1005
 		rejectSave: function(param) {

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

@@ -987,6 +987,15 @@ let modifyObj = {
987
 		cancel: function() {
987
 		cancel: function() {
988
 			document.getElementById('ITP_FORM_RTNMNG03010_DETAIL').reset();
988
 			document.getElementById('ITP_FORM_RTNMNG03010_DETAIL').reset();
989
 			document.getElementById('ITP_FORM_RTNMNG03010_NDETAIL').reset();
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
 			listObj.grid.search();
999
 			listObj.grid.search();
991
 		},
1000
 		},
992
 		rejectSave: function(param) {
1001
 		rejectSave: function(param) {