Просмотр исходного кода

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

juney лет назад: 2
Родитель
Сommit
0c07f663e7
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 1
      src/main/webapp/js/app/stinfo/ITP_STINFO05010.js
  2. 1 0
      src/main/webapp/mobile/css/style.css

+ 2 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO05010.js

@@ -101,7 +101,8 @@ const gridColModel = {
101
 			index: 'LEAD_TIME', name: 'leadTime',
101
 			index: 'LEAD_TIME', name: 'leadTime',
102
 			label: '리드타임 Day(s)', //리드타임 (Day)
102
 			label: '리드타임 Day(s)', //리드타임 (Day)
103
 			width: '8', fixed: false, align: 'right',
103
 			width: '8', fixed: false, align: 'right',
104
-			sortable: false, hidden: false
104
+			sortable: false, hidden: false,
105
+			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
105
 		},
106
 		},
106
 		{
107
 		{
107
 			index: 'UNIT_ST_NM', name: 'unitStNm',
108
 			index: 'UNIT_ST_NM', name: 'unitStNm',

+ 1 - 0
src/main/webapp/mobile/css/style.css

@@ -57,6 +57,7 @@ section .popup2 .pop .select_btn img {width:12px;}
57
 section .popup2 .pop .search_bar {width: 90%; height: 60px; margin:0 auto; padding:10px;}
57
 section .popup2 .pop .search_bar {width: 90%; height: 60px; margin:0 auto; padding:10px;}
58
 section .popup2 .pop .search_bar input {width: 80%; height: 34px; position:relative; font-size:14px;}
58
 section .popup2 .pop .search_bar input {width: 80%; height: 34px; position:relative; font-size:14px;}
59
 section .popup2 .pop .search_bar select {width: 80%; height: 34px; position:relative; font-size:14px;}
59
 section .popup2 .pop .search_bar select {width: 80%; height: 34px; position:relative; font-size:14px;}
60
+section .popup2 .pop .search_bar select:focus {outline:none;}
60
 section .popup2 .pop .search_bar button {position:relative; width:34px; height:34px; background:transparent; margin-right:0%; margin-top:3px; border: 1px solid #aaa; border-radius:4px; padding:0px;}
61
 section .popup2 .pop .search_bar button {position:relative; width:34px; height:34px; background:transparent; margin-right:0%; margin-top:3px; border: 1px solid #aaa; border-radius:4px; padding:0px;}
61
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
62
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
62
 section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
63
 section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}