瀏覽代碼

팝업수정

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
 			label: ITP_MSG_LOCALE.label.pchReqQty, //수량
70
 			label: ITP_MSG_LOCALE.label.pchReqQty, //수량
71
 			width: '10', fixed: false, align: 'right',
71
 			width: '10', fixed: false, align: 'right',
72
 			sortable: false, editable: true, edittype: 'text',
72
 			sortable: false, editable: true, edittype: 'text',
73
+			classes: 'input_color',
73
 			editrules: { number:true }, 
74
 			editrules: { number:true }, 
74
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
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
 			label: ITP_MSG_LOCALE.label.spplyMgrNm, //담당자명
127
 			label: ITP_MSG_LOCALE.label.spplyMgrNm, //담당자명
128
 			width: '16', fixed: false, align: 'center',
128
 			width: '16', fixed: false, align: 'center',
129
 			sortable: false, editable: true, edittype: 'text',
129
 			sortable: false, editable: true, edittype: 'text',
130
+			classes: 'input_color',
130
 			editrules: {required: true}
131
 			editrules: {required: true}
131
 		},
132
 		},
132
 		{
133
 		{
@@ -134,18 +135,21 @@ const gridColModel = {
134
 			label: ITP_MSG_LOCALE.label.position, //직위
135
 			label: ITP_MSG_LOCALE.label.position, //직위
135
 			width: '10', fixed: false, align: 'center',
136
 			width: '10', fixed: false, align: 'center',
136
 			sortable: true, editable: true, edittype: 'text',
137
 			sortable: true, editable: true, edittype: 'text',
138
+			classes: 'input_color',
137
 			editrules: {required: true}
139
 			editrules: {required: true}
138
 		},
140
 		},
139
 		{
141
 		{
140
 			index: 'RPRST_EMAIL', name: 'rprstEmal',
142
 			index: 'RPRST_EMAIL', name: 'rprstEmal',
141
 			label: ITP_MSG_LOCALE.label.rprstEmal, //이메일
143
 			label: ITP_MSG_LOCALE.label.rprstEmal, //이메일
142
 			width: '20', fixed: false, align: 'center',
144
 			width: '20', fixed: false, align: 'center',
145
+			classes: 'input_color',
143
 			sortable: false, editable: true, edittype: 'text'
146
 			sortable: false, editable: true, edittype: 'text'
144
 		},
147
 		},
145
 		{
148
 		{
146
 			index: 'RPRST_TEL_NO', name: 'rprstTelNo',
149
 			index: 'RPRST_TEL_NO', name: 'rprstTelNo',
147
 			label: ITP_MSG_LOCALE.label.rprstMblNo, //핸드폰번호
150
 			label: ITP_MSG_LOCALE.label.rprstMblNo, //핸드폰번호
148
 			width: '20', fixed: false, align: 'center',
151
 			width: '20', fixed: false, align: 'center',
152
+			classes: 'input_color',
149
 			sortable: false, editable: true, edittype: 'text'
153
 			sortable: false, editable: true, edittype: 'text'
150
 		},
154
 		},
151
 		{
155
 		{
@@ -154,6 +158,7 @@ const gridColModel = {
154
 			width: '10', fixed: false, align: 'center',
158
 			width: '10', fixed: false, align: 'center',
155
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
159
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
156
 			editoptions: {value: ITP_COMMON_ASSGN_TASK},
160
 			editoptions: {value: ITP_COMMON_ASSGN_TASK},
161
+			classes: 'input_color',
157
 			editrules: {required: false}
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
 			width: '9', fixed: false, align: 'center',
155
 			width: '9', fixed: false, align: 'center',
156
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
156
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
157
 			editoptions: {value: ITP_COMMON_CD_CURR},
157
 			editoptions: {value: ITP_COMMON_CD_CURR},
158
+			classes: 'input_color',
158
 			editrules: {required: true}
159
 			editrules: {required: true}
159
 		},
160
 		},
160
 		{
161
 		{
@@ -162,6 +163,7 @@ const gridColModel = {
162
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
163
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
163
 			width: '10', fixed: false, align: 'right',
164
 			width: '10', fixed: false, align: 'right',
164
 			sortable: true, editable: true, edittype: 'text',
165
 			sortable: true, editable: true, edittype: 'text',
166
+			classes: 'input_color',
165
 			editrules: {required: true},
167
 			editrules: {required: true},
166
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
168
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
167
 		},
169
 		},
@@ -169,6 +171,7 @@ const gridColModel = {
169
 			index: 'UNIT_TARGET_CD', name: 'unitTargetCd',
171
 			index: 'UNIT_TARGET_CD', name: 'unitTargetCd',
170
 			label: ITP_MSG_LOCALE.label.unitTargetCd, //대상여부
172
 			label: ITP_MSG_LOCALE.label.unitTargetCd, //대상여부
171
 			width: '10', fixed: false, align: 'center',
173
 			width: '10', fixed: false, align: 'center',
174
+			classes: 'input_color',
172
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
175
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
173
 			editoptions: {value: ITP_COMMON_CD_UNIT_TARGET_CD},
176
 			editoptions: {value: ITP_COMMON_CD_UNIT_TARGET_CD},
174
 			editrules: {required: true}
177
 			editrules: {required: true}
@@ -185,7 +188,7 @@ const gridColModel = {
185
 			index: 'SPPLY_NM', name: 'spplyNm',
188
 			index: 'SPPLY_NM', name: 'spplyNm',
186
 			label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
189
 			label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
187
 			width: '6', fixed: false, align: 'left',
190
 			width: '6', fixed: false, align: 'left',
188
-			minwidth: 160, maxwidth: 200,
191
+			minwidth: 240,
189
 			sortable: false, hidden: false
192
 			sortable: false, hidden: false
190
 		}
193
 		}
191
 	],
194
 	],

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

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