yhl88 2 anni fa
parent
commit
39fe5e9136

+ 17 - 26
bin/src/main/webapp/app/vendinfo/VENDINFO01010.html

@@ -7,7 +7,6 @@
7 7
 					<button type="button" id="ITP_BTN_VENDINFO01010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon"></i>&nbsp;&nbsp;저장&nbsp;&nbsp;</button>
8 8
 				</div>				
9 9
 				<div style="top:0px; text-align:center; font-size:20px;">
10
-					<span style="text-decoration:underline; font-weight:600;">테스트공급업체</span>
11 10
 					<button type="button" id="ITP_BTN_VENDINFO01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
12 11
 					<button type="button" id="ITP_BTN_VENDINFO01010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
13 12
 				</div>
@@ -83,7 +82,7 @@
83 82
 											<div class="col-xs-4 itp_ip">
84 83
 												<div class="itp_form_change">
85 84
 													<div class="col-xs-7 itp_in">
86
-									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_BSNS_REG_NO" data-check-required="empty" class="form-control itp_input" name="bsnsRegNo" value="">
85
+									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_BSNS_REG_NO" data-check-required="empty" data-key-up="regNo" class="form-control itp_input" name="bsnsRegNo" value="">
87 86
 													</div>
88 87
 												</div>
89 88
 											</div>
@@ -101,14 +100,14 @@
101 100
 											<div class="col-xs-4 itp_ip">
102 101
 												<div class="itp_form_change">
103 102
 													<div class="col-xs-7 itp_in">
104
-									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_CORP_REG_NO" class="form-control itp_input" name="corpRegNo" value="">
103
+									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_CORP_REG_NO" class="form-control itp_input" data-key-up="corpNo" name="corpRegNo" value="">
105 104
 													</div>
106 105
 												</div>
107 106
 											</div>
108 107
 											<label class="col-xs-2 itp_lb">전화번호 *</label>
109 108
 											<div class="col-xs-4 itp_ip">
110 109
 												<div class="col-xs-8 itp_in">
111
-								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_TEL_NO" data-check-required="empty" class="form-control itp_input" name="mgrTelNo" value="">
110
+								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_TEL_NO" data-check-required="empty" data-key-up="tel" class="form-control itp_input" name="mgrTelNo" value="">
112 111
 												</div>
113 112
 											</div>
114 113
 										</div>
@@ -121,8 +120,11 @@
121 120
 													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_OWNER_NM" data-check-required="empty" class="form-control itp_input" name="ownerNm" value="">
122 121
 												</div>
123 122
 											</div>
124
-											<label class="col-xs-2 itp_lb">FAX</label>
125
-											<div class="col-xs-4 itp_ip">												
123
+											<label class="col-xs-2 itp_lb">핸드폰</label>
124
+											<div class="col-xs-4 itp_ip">
125
+												<div class="col-xs-6 itp_in">
126
+													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_MBL_NO" data-key-up="tel" class="form-control itp_input" name="mgrMblNo" value="">
127
+												</div>
126 128
 											</div>
127 129
 										</div>
128 130
 									</div>
@@ -134,10 +136,11 @@
134 136
 								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_EMAL_ADDR" class="form-control itp_input" name="mgrEmal" value="">
135 137
 												</div>
136 138
 											</div>
137
-											<label class="col-xs-2 itp_lb">핸드폰</label>
139
+											<label class="col-xs-2 itp_lb">은행</label>
138 140
 											<div class="col-xs-4 itp_ip">
139
-												<div class="col-xs-6 itp_in">
140
-													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_MBL_NO" class="form-control itp_input" name="mgrMblNo" value="">
141
+												<div class="col-xs-8 itp_in">
142
+				                             	<select id="ITP_FORM_VENDINFO01010_DETAIL_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="bnkCd">
143
+												</select>
141 144
 												</div>
142 145
 											</div>
143 146
 										</div>
@@ -151,13 +154,8 @@
151 154
 													</select>												
152 155
 												</div>
153 156
 											</div>
154
-											<label class="col-xs-2 itp_lb">은행</label>
155
-											<div class="col-xs-4 itp_ip">
156
-												<div class="col-xs-8 itp_in">
157
-				                             	<select id="ITP_FORM_VENDINFO01010_DETAIL_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="bnkCd">
158
-												</select>
159
-												</div>
160
-											</div>
157
+											<label class="col-xs-2 itp_lb"></label>
158
+											<div class="col-xs-4 itp_ip"></div>
161 159
 										</div>
162 160
 									</div>
163 161
 									<div class="itp_form_in">
@@ -176,14 +174,7 @@
176 174
 											</div>
177 175
 										</div>
178 176
 									</div>
179
-									<div class="itp_form_in">
180
-										<div class="form-group">
181
-											<label class="col-xs-2 itp_lb"></label>
182
-											<div id="ITP_VENDINFO01010_DETAIL_ACCT_FILE_LOGO_FILE" class="col-xs-4 itp_in">bjb hnjnn jl</div>
183
-											<label class="col-xs-2 itp_lb"></label>
184
-											<div id="ITP_VENDINFO01010_DETAIL_CORP_FILE_LOGO_FILE" class="col-xs-4 itp_in">ghgggggggggggggggggggggggggg</div>
185
-										</div>
186
-									</div>
177
+									
187 178
 									<div class="itp_form_in">
188 179
 										<div class="form-group">
189 180
 											<label class="col-xs-2 itp_lb">통장사본</label>
@@ -229,13 +220,13 @@
229 220
 										<div class="form-group">
230 221
 											<label class="col-xs-2 itp_lb">등록자/등록일</label>
231 222
 											<div class="col-xs-4 itp_ip">
232
-												<div class="col-xs-2 itp_in fnRegId"></div>
223
+												<div class="col-xs-4 itp_in fnRegId"></div>
233 224
 												<label class="col-xs-1 itp_in">/</label>
234 225
 												<div class="col-xs-5 itp_in fnRegDt"></div>
235 226
 											</div>
236 227
 											<label class="col-xs-2 itp_lb">수정자/수정일</label>
237 228
 											<div class="4 itp_ip">
238
-												<div class="col-xs-2 itp_in fnChgId"></div>
229
+												<div class="col-xs-4 itp_in fnChgId"></div>
239 230
 												<label class="col-xs-1 itp_in">/</label>
240 231
 												<div class="col-xs-5 itp_in fnChgDt"></div>
241 232
 											</div>

+ 0 - 1
bin/src/main/webapp/app/vendinfo/VENDINFO03010.html

@@ -7,7 +7,6 @@
7 7
 					<button type="button" id="ITP_BTN_VENDINFO03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8 8
 				</div>	
9 9
 				<div style="top:0px; text-align:center; font-size:20px;">
10
-					<span style="text-decoration:underline; font-weight:600;">테스트공급업체</span>
11 10
 					<button type="button" id="ITP_BTN_VENDINFO03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
12 11
 					<button type="button" id="ITP_BTN_VENDINFO03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
13 12
 				</div>				

+ 8 - 13
bin/src/main/webapp/js/app/vendinfo/ITP_VENDINFO01010.js

@@ -48,7 +48,7 @@ const gridColModel = {
48 48
 		},
49 49
 		{
50 50
 			index: 'ASSGN_TASK_NM', name: 'spplyMgrNm',
51
-			label: ITP_MSG_LOCALE.label.spplyMgrNm, //담당자명
51
+			label: ITP_MSG_LOCALE.label.spplyMgrNm, 	//담당자명
52 52
 			width: '20', fixed: false, align: 'center',
53 53
 			sortable: false, editable: true, edittype: 'text',
54 54
 			editrules: {required: true}
@@ -69,13 +69,8 @@ const gridColModel = {
69 69
             index: 'RPRST_TEL_NO', name: 'rprstTelNo',
70 70
             label: ITP_MSG_LOCALE.label.rprstTelNo,		// 전화번호
71 71
             width: '10', fixed: false, align: 'center',
72
-            sortable: false, hidden: false, editable: true, edittype: 'text'
73
-        },
74
-        {
75
-            index: 'RPRST_MBL_NO', name: 'rprstMblNo',
76
-            label: ITP_MSG_LOCALE.label.rprstMblNo,		// 핸드폰번호
77
-            width: '10', fixed: false, align: 'center',
78
-            sortable: false, hidden: false, editable: true, edittype: 'text'
72
+            sortable: false, hidden: false, editable: true, edittype: 'text',
73
+            editoptions: {'data-key-up': 'tel'}
79 74
         },
80 75
         {
81 76
             index: 'ASSGN_TASK_NM', name: 'assgnTask',
@@ -97,6 +92,7 @@ let pageObj = {
97 92
         init: function () {
98 93
             this.view();
99 94
             this.grid();
95
+            this.form();
100 96
             this.ready();
101 97
         },
102 98
         view: function() {
@@ -110,6 +106,9 @@ let pageObj = {
110 106
                 }
111 107
             });
112 108
         },
109
+        form: function() {
110
+			itp_fn_form_event.onKeyup('#ITP_FORM_VENDINFO01010_DETAIL');
111
+		},
113 112
         grid: function() {
114 113
             itp_fn_jqgrid_resize(VENDINFO01010_DETAIL_GRID_ID, VENDINFO01010_DETAIL_GRID_LIST, 'lg');
115 114
             modifyObj.empty.init();
@@ -270,6 +269,7 @@ let modifyObj = {
270 269
 		},
271 270
 		addRow: function() {
272 271
 			itp_fn_grid_add_row(VENDINFO01010_DETAIL_GRID_ID, undefined, ['spplyId'], 'VENDINFO01010_DETAIL');
272
+			itp_fn_form_event.onKeyup(VENDINFO01010_DETAIL_GRID_ID);
273 273
 		},
274 274
 		delRow: function() {
275 275
 			itp_fn_grid_del_row(VENDINFO01010_DETAIL_GRID_ID);
@@ -385,11 +385,6 @@ let modifyObj = {
385 385
 		$('#ITP_FORM_VENDINFO01010_DETAIL #ITP_FORM_VENDINFO01010_DETAIL_CORP_FILE_NO').val(result.bsnsRegFileNo);		// 사업자등록파일
386 386
 
387 387
 		pageObj.fileUpload();
388
-		itp_fn_attach_file.view('ITP_VENDINFO01010_DETAIL_ACCT_FILE_LOGO_FILE', result.fileBookCopyNoList,
389
-				'form-control itp_input', 'border:none; top:12px; left:12px; height:70px; width:85px; position:absolute;');
390
-		itp_fn_attach_file.view('ITP_VENDINFO01010_DETAIL_CORP_FILE_LOGO_FILE', result.fileBsnsRegNoList,
391
-				'form-control itp_input', 'border:none; top:12px; left:12px; height:70px; width:85px; position:absolute;');
392
-		
393 388
 
394 389
 		// 권한정보 리스트 조회
395 390
 		pageObj.grid.init('DETAIL', result.spplyMgrList);

+ 2 - 13
bin/src/main/webapp/js/app/vendinfo/ITP_VENDINFO03010.js

@@ -38,12 +38,6 @@ const gridColModel = {
38 38
 			width: '7', fixed: false, align: 'center',
39 39
 			sortable: false, hidden: false
40 40
 		},
41
-		{
42
-			index: 'STDD_QTY', name: 'stddQty',
43
-			label: ITP_MSG_LOCALE.label.stddQty, 	//기준수량
44
-			width: '7', fixed: false, align: 'center',
45
-			sortable: false, hidden: false
46
-		},
47 41
 		{
48 42
 			index: 'CURR', name: 'curr',
49 43
 			label: ITP_MSG_LOCALE.label.curr, 		//통화
@@ -54,7 +48,8 @@ const gridColModel = {
54 48
 			index: 'UNIT_AMT', name: 'unitAmt',
55 49
 			label: ITP_MSG_LOCALE.label.unitAmt, 	//단가
56 50
 			width: '7', fixed: false, align: 'center',
57
-			sortable: false, hidden: false
51
+			sortable: false, hidden: false,
52
+			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
58 53
 		},
59 54
 		{
60 55
 			index: 'CONT_STT_DT', name: 'contSttDt',
@@ -74,12 +69,6 @@ const gridColModel = {
74 69
 			width: '7', fixed: false, align: 'center',
75 70
 			sortable: false, hidden: false
76 71
 		},
77
-		{
78
-			index: 'REG_DT', name: 'regDt',
79
-			label: ITP_MSG_LOCALE.label.regDt, 		//등록일
80
-			width: '8', fixed: false, align: 'center',
81
-			sortable: false, hidden: false
82
-		},
83 72
 		{
84 73
 			index: 'UNIT_ST_NM', name: 'unitStNm',
85 74
 			label: ITP_MSG_LOCALE.label.status, 	//상태

+ 17 - 26
src/main/webapp/app/vendinfo/VENDINFO01010.html

@@ -7,7 +7,6 @@
7 7
 					<button type="button" id="ITP_BTN_VENDINFO01010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon"></i>&nbsp;&nbsp;저장&nbsp;&nbsp;</button>
8 8
 				</div>				
9 9
 				<div style="top:0px; text-align:center; font-size:20px;">
10
-					<span style="text-decoration:underline; font-weight:600;">테스트공급업체</span>
11 10
 					<button type="button" id="ITP_BTN_VENDINFO01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
12 11
 					<button type="button" id="ITP_BTN_VENDINFO01010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
13 12
 				</div>
@@ -83,7 +82,7 @@
83 82
 											<div class="col-xs-4 itp_ip">
84 83
 												<div class="itp_form_change">
85 84
 													<div class="col-xs-7 itp_in">
86
-									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_BSNS_REG_NO" data-check-required="empty" class="form-control itp_input" name="bsnsRegNo" value="">
85
+									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_BSNS_REG_NO" data-check-required="empty" data-key-up="regNo" class="form-control itp_input" name="bsnsRegNo" value="">
87 86
 													</div>
88 87
 												</div>
89 88
 											</div>
@@ -101,14 +100,14 @@
101 100
 											<div class="col-xs-4 itp_ip">
102 101
 												<div class="itp_form_change">
103 102
 													<div class="col-xs-7 itp_in">
104
-									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_CORP_REG_NO" class="form-control itp_input" name="corpRegNo" value="">
103
+									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_CORP_REG_NO" class="form-control itp_input" data-key-up="corpNo" name="corpRegNo" value="">
105 104
 													</div>
106 105
 												</div>
107 106
 											</div>
108 107
 											<label class="col-xs-2 itp_lb">전화번호 *</label>
109 108
 											<div class="col-xs-4 itp_ip">
110 109
 												<div class="col-xs-8 itp_in">
111
-								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_TEL_NO" data-check-required="empty" class="form-control itp_input" name="mgrTelNo" value="">
110
+								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_TEL_NO" data-check-required="empty" data-key-up="tel" class="form-control itp_input" name="mgrTelNo" value="">
112 111
 												</div>
113 112
 											</div>
114 113
 										</div>
@@ -121,8 +120,11 @@
121 120
 													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_OWNER_NM" data-check-required="empty" class="form-control itp_input" name="ownerNm" value="">
122 121
 												</div>
123 122
 											</div>
124
-											<label class="col-xs-2 itp_lb">FAX</label>
125
-											<div class="col-xs-4 itp_ip">												
123
+											<label class="col-xs-2 itp_lb">핸드폰</label>
124
+											<div class="col-xs-4 itp_ip">
125
+												<div class="col-xs-6 itp_in">
126
+													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_MBL_NO" data-key-up="tel" class="form-control itp_input" name="mgrMblNo" value="">
127
+												</div>
126 128
 											</div>
127 129
 										</div>
128 130
 									</div>
@@ -134,10 +136,11 @@
134 136
 								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_EMAL_ADDR" class="form-control itp_input" name="mgrEmal" value="">
135 137
 												</div>
136 138
 											</div>
137
-											<label class="col-xs-2 itp_lb">핸드폰</label>
139
+											<label class="col-xs-2 itp_lb">은행</label>
138 140
 											<div class="col-xs-4 itp_ip">
139
-												<div class="col-xs-6 itp_in">
140
-													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_MBL_NO" class="form-control itp_input" name="mgrMblNo" value="">
141
+												<div class="col-xs-8 itp_in">
142
+				                             	<select id="ITP_FORM_VENDINFO01010_DETAIL_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="bnkCd">
143
+												</select>
141 144
 												</div>
142 145
 											</div>
143 146
 										</div>
@@ -151,13 +154,8 @@
151 154
 													</select>												
152 155
 												</div>
153 156
 											</div>
154
-											<label class="col-xs-2 itp_lb">은행</label>
155
-											<div class="col-xs-4 itp_ip">
156
-												<div class="col-xs-8 itp_in">
157
-				                             	<select id="ITP_FORM_VENDINFO01010_DETAIL_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="bnkCd">
158
-												</select>
159
-												</div>
160
-											</div>
157
+											<label class="col-xs-2 itp_lb"></label>
158
+											<div class="col-xs-4 itp_ip"></div>
161 159
 										</div>
162 160
 									</div>
163 161
 									<div class="itp_form_in">
@@ -176,14 +174,7 @@
176 174
 											</div>
177 175
 										</div>
178 176
 									</div>
179
-									<div class="itp_form_in">
180
-										<div class="form-group">
181
-											<label class="col-xs-2 itp_lb"></label>
182
-											<div id="ITP_VENDINFO01010_DETAIL_ACCT_FILE_LOGO_FILE" class="col-xs-4 itp_in">bjb hnjnn jl</div>
183
-											<label class="col-xs-2 itp_lb"></label>
184
-											<div id="ITP_VENDINFO01010_DETAIL_CORP_FILE_LOGO_FILE" class="col-xs-4 itp_in">ghgggggggggggggggggggggggggg</div>
185
-										</div>
186
-									</div>
177
+									
187 178
 									<div class="itp_form_in">
188 179
 										<div class="form-group">
189 180
 											<label class="col-xs-2 itp_lb">통장사본</label>
@@ -229,13 +220,13 @@
229 220
 										<div class="form-group">
230 221
 											<label class="col-xs-2 itp_lb">등록자/등록일</label>
231 222
 											<div class="col-xs-4 itp_ip">
232
-												<div class="col-xs-2 itp_in fnRegId"></div>
223
+												<div class="col-xs-4 itp_in fnRegId"></div>
233 224
 												<label class="col-xs-1 itp_in">/</label>
234 225
 												<div class="col-xs-5 itp_in fnRegDt"></div>
235 226
 											</div>
236 227
 											<label class="col-xs-2 itp_lb">수정자/수정일</label>
237 228
 											<div class="4 itp_ip">
238
-												<div class="col-xs-2 itp_in fnChgId"></div>
229
+												<div class="col-xs-4 itp_in fnChgId"></div>
239 230
 												<label class="col-xs-1 itp_in">/</label>
240 231
 												<div class="col-xs-5 itp_in fnChgDt"></div>
241 232
 											</div>

+ 0 - 1
src/main/webapp/app/vendinfo/VENDINFO03010.html

@@ -7,7 +7,6 @@
7 7
 					<button type="button" id="ITP_BTN_VENDINFO03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8 8
 				</div>	
9 9
 				<div style="top:0px; text-align:center; font-size:20px;">
10
-					<span style="text-decoration:underline; font-weight:600;">테스트공급업체</span>
11 10
 					<button type="button" id="ITP_BTN_VENDINFO03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
12 11
 					<button type="button" id="ITP_BTN_VENDINFO03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
13 12
 				</div>				

+ 8 - 13
src/main/webapp/js/app/vendinfo/ITP_VENDINFO01010.js

@@ -48,7 +48,7 @@ const gridColModel = {
48 48
 		},
49 49
 		{
50 50
 			index: 'ASSGN_TASK_NM', name: 'spplyMgrNm',
51
-			label: ITP_MSG_LOCALE.label.spplyMgrNm, //담당자명
51
+			label: ITP_MSG_LOCALE.label.spplyMgrNm, 	//담당자명
52 52
 			width: '20', fixed: false, align: 'center',
53 53
 			sortable: false, editable: true, edittype: 'text',
54 54
 			editrules: {required: true}
@@ -69,13 +69,8 @@ const gridColModel = {
69 69
             index: 'RPRST_TEL_NO', name: 'rprstTelNo',
70 70
             label: ITP_MSG_LOCALE.label.rprstTelNo,		// 전화번호
71 71
             width: '10', fixed: false, align: 'center',
72
-            sortable: false, hidden: false, editable: true, edittype: 'text'
73
-        },
74
-        {
75
-            index: 'RPRST_MBL_NO', name: 'rprstMblNo',
76
-            label: ITP_MSG_LOCALE.label.rprstMblNo,		// 핸드폰번호
77
-            width: '10', fixed: false, align: 'center',
78
-            sortable: false, hidden: false, editable: true, edittype: 'text'
72
+            sortable: false, hidden: false, editable: true, edittype: 'text',
73
+            editoptions: {'data-key-up': 'tel'}
79 74
         },
80 75
         {
81 76
             index: 'ASSGN_TASK_NM', name: 'assgnTask',
@@ -97,6 +92,7 @@ let pageObj = {
97 92
         init: function () {
98 93
             this.view();
99 94
             this.grid();
95
+            this.form();
100 96
             this.ready();
101 97
         },
102 98
         view: function() {
@@ -110,6 +106,9 @@ let pageObj = {
110 106
                 }
111 107
             });
112 108
         },
109
+        form: function() {
110
+			itp_fn_form_event.onKeyup('#ITP_FORM_VENDINFO01010_DETAIL');
111
+		},
113 112
         grid: function() {
114 113
             itp_fn_jqgrid_resize(VENDINFO01010_DETAIL_GRID_ID, VENDINFO01010_DETAIL_GRID_LIST, 'lg');
115 114
             modifyObj.empty.init();
@@ -270,6 +269,7 @@ let modifyObj = {
270 269
 		},
271 270
 		addRow: function() {
272 271
 			itp_fn_grid_add_row(VENDINFO01010_DETAIL_GRID_ID, undefined, ['spplyId'], 'VENDINFO01010_DETAIL');
272
+			itp_fn_form_event.onKeyup(VENDINFO01010_DETAIL_GRID_ID);
273 273
 		},
274 274
 		delRow: function() {
275 275
 			itp_fn_grid_del_row(VENDINFO01010_DETAIL_GRID_ID);
@@ -385,11 +385,6 @@ let modifyObj = {
385 385
 		$('#ITP_FORM_VENDINFO01010_DETAIL #ITP_FORM_VENDINFO01010_DETAIL_CORP_FILE_NO').val(result.bsnsRegFileNo);		// 사업자등록파일
386 386
 
387 387
 		pageObj.fileUpload();
388
-		itp_fn_attach_file.view('ITP_VENDINFO01010_DETAIL_ACCT_FILE_LOGO_FILE', result.fileBookCopyNoList,
389
-				'form-control itp_input', 'border:none; top:12px; left:12px; height:70px; width:85px; position:absolute;');
390
-		itp_fn_attach_file.view('ITP_VENDINFO01010_DETAIL_CORP_FILE_LOGO_FILE', result.fileBsnsRegNoList,
391
-				'form-control itp_input', 'border:none; top:12px; left:12px; height:70px; width:85px; position:absolute;');
392
-		
393 388
 
394 389
 		// 권한정보 리스트 조회
395 390
 		pageObj.grid.init('DETAIL', result.spplyMgrList);

+ 2 - 13
src/main/webapp/js/app/vendinfo/ITP_VENDINFO03010.js

@@ -38,12 +38,6 @@ const gridColModel = {
38 38
 			width: '7', fixed: false, align: 'center',
39 39
 			sortable: false, hidden: false
40 40
 		},
41
-		{
42
-			index: 'STDD_QTY', name: 'stddQty',
43
-			label: ITP_MSG_LOCALE.label.stddQty, 	//기준수량
44
-			width: '7', fixed: false, align: 'center',
45
-			sortable: false, hidden: false
46
-		},
47 41
 		{
48 42
 			index: 'CURR', name: 'curr',
49 43
 			label: ITP_MSG_LOCALE.label.curr, 		//통화
@@ -54,7 +48,8 @@ const gridColModel = {
54 48
 			index: 'UNIT_AMT', name: 'unitAmt',
55 49
 			label: ITP_MSG_LOCALE.label.unitAmt, 	//단가
56 50
 			width: '7', fixed: false, align: 'center',
57
-			sortable: false, hidden: false
51
+			sortable: false, hidden: false,
52
+			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
58 53
 		},
59 54
 		{
60 55
 			index: 'CONT_STT_DT', name: 'contSttDt',
@@ -74,12 +69,6 @@ const gridColModel = {
74 69
 			width: '7', fixed: false, align: 'center',
75 70
 			sortable: false, hidden: false
76 71
 		},
77
-		{
78
-			index: 'REG_DT', name: 'regDt',
79
-			label: ITP_MSG_LOCALE.label.regDt, 		//등록일
80
-			width: '8', fixed: false, align: 'center',
81
-			sortable: false, hidden: false
82
-		},
83 72
 		{
84 73
 			index: 'UNIT_ST_NM', name: 'unitStNm',
85 74
 			label: ITP_MSG_LOCALE.label.status, 	//상태