Przeglądaj źródła

웹디자인 운영관리 완료

whakdo963 2 lat temu
rodzic
commit
99dc89e62d

Plik diff jest za duży
+ 3 - 4
src/main/webapp/css/ui.jqgrid-bootstrap.css


+ 1 - 0
src/main/webapp/js/app/config.js

@@ -1644,6 +1644,7 @@ function itp_fn_grid_make_remote(option) {
1644 1644
 		mtype: 'POST',
1645 1645
 		multiselect: false,
1646 1646
 		rownumbers: true,
1647
+		
1647 1648
 		ondblClickRow: null,
1648 1649
 		loadBeforeSend: function(jqXHR) {
1649 1650
 			jqXHR.setRequestHeader('X-AUTH-TOKEN', CONN_KEY);

+ 1 - 1
src/main/webapp/js/app/oper/ITP_OPER01010.js

@@ -427,7 +427,7 @@ let listObj = {
427 427
 					}
428 428
 				},
429 429
 				loadComplete: function(data) {
430
-					$("tr.jqgrow:odd").css("background", "#f5f5f5");
430
+					$("tr.jqgrow:odd").css("background", "#f5f5f5"); //2번째 마다 색변경
431 431
 					console.log(data);
432 432
 					itp_fn_grid_load_complete(data, OPER01010_GRID_ID, true, 'number', 'OPER01010', listObj.itp_OPER01010_search, _this.itp_fn_OPER01010_empty, true, data.gridRecords, true);
433 433
 					var ids = $(OPER01010_GRID_ID).getDataIDs();

+ 1 - 0
src/main/webapp/js/app/oper/ITP_OPER02010.js

@@ -442,6 +442,7 @@ let listObj = {
442 442
 					}
443 443
 				},
444 444
 				loadComplete: function(data) {
445
+					$("tr.jqgrow:odd").css("background", "#f5f5f5"); //2번째 마다 색변경
445 446
 					console.log(data);
446 447
 					itp_fn_grid_load_complete(data, OPER02010_GRID_ID, true, 'number', 'OPER02010', listObj.grid.itp_OPER02010_search, _this.itp_fn_OPER02010_empty, true, data.gridRecords, true);
447 448
 					var ids = $(OPER02010_GRID_ID).getDataIDs();

+ 1 - 0
src/main/webapp/js/app/oper/ITP_OPER03010.js

@@ -428,6 +428,7 @@ let listObj = {
428 428
 					}
429 429
 				},
430 430
 				loadComplete: function(data) {
431
+					$("tr.jqgrow:odd").css("background", "#f5f5f5"); //2번째 마다 색변경
431 432
 					console.log(data);
432 433
 					itp_fn_grid_load_complete(data, OPER03010_GRID_ID, true, 'number', 'OPER03010', pageObj.itp_OPER03010_search, listObj.empty, true, data.gridRecords, true);
433 434
 					var ids = $(OPER03010_GRID_ID).getDataIDs();

+ 1 - 0
src/main/webapp/js/app/oper/ITP_OPER04010.js

@@ -247,6 +247,7 @@ let listObj = {
247 247
                     }
248 248
                 },
249 249
                 loadComplete: function(data) {
250
+                	$("tr.jqgrow:odd").css("background", "#f5f5f5"); //2번째 마다 색변경
250 251
                     // console.log(data);
251 252
                     itp_fn_grid_load_complete(data, OPER04010_GRID_ID, true, 'number', 'OPER04010', listObj.itp_OPER04010_search, listObj.empty, true, data.gridRecords, true);
252 253
                     var ids = $(OPER04010_GRID_ID).getDataIDs();

+ 1 - 0
src/main/webapp/js/app/oper/ITP_OPER06010.js

@@ -337,6 +337,7 @@ let listObj = {
337 337
                     }
338 338
                 },
339 339
                 loadComplete: function(data) {
340
+                	$("tr.jqgrow:odd").css("background", "#f5f5f5"); //2번째 마다 색변경ㄴ
340 341
                     console.log(data);
341 342
                     itp_fn_grid_load_complete(data, OPER06010_GRID_ID, true, 'number', 'OPER06010', listObj.itp_OPER06010_search, listObj.empty, true, data.gridRecords, true);
342 343
                     var ids = $(OPER06010_GRID_ID).getDataIDs();