소스 검색

팝업수정

whakdo963 2 년 전
부모
커밋
9bd843615d

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
src/main/webapp/bootstrap/dist/css/bootstrap.min.css


+ 1 - 0
src/main/webapp/js/app/pomng/ITP_POMNG01010.js

@@ -70,6 +70,7 @@ const gridColModel = {
70 70
 			label: ITP_MSG_LOCALE.label.pchReqQty, //수량
71 71
 			width: '10', fixed: false, align: 'right',
72 72
 			sortable: false, editable: true, edittype: 'text',
73
+			classes: 'input_color',
73 74
 			editrules: { number:true }, 
74 75
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
75 76
 		},

+ 5 - 0
src/main/webapp/js/app/stinfo/ITP_STINFO03010.js

@@ -127,6 +127,7 @@ const gridColModel = {
127 127
 			label: ITP_MSG_LOCALE.label.spplyMgrNm, //담당자명
128 128
 			width: '16', fixed: false, align: 'center',
129 129
 			sortable: false, editable: true, edittype: 'text',
130
+			classes: 'input_color',
130 131
 			editrules: {required: true}
131 132
 		},
132 133
 		{
@@ -134,18 +135,21 @@ const gridColModel = {
134 135
 			label: ITP_MSG_LOCALE.label.position, //직위
135 136
 			width: '10', fixed: false, align: 'center',
136 137
 			sortable: true, editable: true, edittype: 'text',
138
+			classes: 'input_color',
137 139
 			editrules: {required: true}
138 140
 		},
139 141
 		{
140 142
 			index: 'RPRST_EMAIL', name: 'rprstEmal',
141 143
 			label: ITP_MSG_LOCALE.label.rprstEmal, //이메일
142 144
 			width: '20', fixed: false, align: 'center',
145
+			classes: 'input_color',
143 146
 			sortable: false, editable: true, edittype: 'text'
144 147
 		},
145 148
 		{
146 149
 			index: 'RPRST_TEL_NO', name: 'rprstTelNo',
147 150
 			label: ITP_MSG_LOCALE.label.rprstMblNo, //핸드폰번호
148 151
 			width: '20', fixed: false, align: 'center',
152
+			classes: 'input_color',
149 153
 			sortable: false, editable: true, edittype: 'text'
150 154
 		},
151 155
 		{
@@ -154,6 +158,7 @@ const gridColModel = {
154 158
 			width: '10', fixed: false, align: 'center',
155 159
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
156 160
 			editoptions: {value: ITP_COMMON_ASSGN_TASK},
161
+			classes: 'input_color',
157 162
 			editrules: {required: false}
158 163
 		}/*,
159 164
 		{

+ 4 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

@@ -155,6 +155,7 @@ const gridColModel = {
155 155
 			width: '9', fixed: false, align: 'center',
156 156
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
157 157
 			editoptions: {value: ITP_COMMON_CD_CURR},
158
+			classes: 'input_color',
158 159
 			editrules: {required: true}
159 160
 		},
160 161
 		{
@@ -162,6 +163,7 @@ const gridColModel = {
162 163
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
163 164
 			width: '10', fixed: false, align: 'right',
164 165
 			sortable: true, editable: true, edittype: 'text',
166
+			classes: 'input_color',
165 167
 			editrules: {required: true},
166 168
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
167 169
 		},
@@ -169,6 +171,7 @@ const gridColModel = {
169 171
 			index: 'UNIT_TARGET_CD', name: 'unitTargetCd',
170 172
 			label: ITP_MSG_LOCALE.label.unitTargetCd, //대상여부
171 173
 			width: '10', fixed: false, align: 'center',
174
+			classes: 'input_color',
172 175
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
173 176
 			editoptions: {value: ITP_COMMON_CD_UNIT_TARGET_CD},
174 177
 			editrules: {required: true}
@@ -185,7 +188,7 @@ const gridColModel = {
185 188
 			index: 'SPPLY_NM', name: 'spplyNm',
186 189
 			label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
187 190
 			width: '6', fixed: false, align: 'left',
188
-			minwidth: 160, maxwidth: 200,
191
+			minwidth: 240,
189 192
 			sortable: false, hidden: false
190 193
 		}
191 194
 	],

+ 1 - 0
src/main/webapp/main.html

@@ -289,6 +289,7 @@
289 289
 		</div>
290 290
 
291 291
 		<footer id="ITP_FOOTER">
292
+			<!-- 기존구매요청확인 -->
292 293
 			<div id="ITP_MODAL_ALERT" class="modal itp_modal">
293 294
 				<div class="modal-dialog modal-sm">
294 295
 					<div class="modal-content">