ソースを参照

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

isna 2 年 前
コミット
b85160fc11

+ 1 - 1
src/main/webapp/app/stinfo/STINFO05010.html

@@ -201,7 +201,7 @@
201 201
 											<label class="col-xs-2 itp_lb">단가</label>
202 202
 											<div class="col-xs-4 itp_ip">
203 203
 												<div class="col-xs-5 itp_in">
204
-													<input type="text" id="ITP_FORM_STINFO05010_DETAIL_UNIT_AMT" data-key-up="comma" onKeyup="this.value=this.value.replace(/[^0-9]/g,'');" class="form-control itp_input" name="unitAmt" value="" maxlength="20">
204
+													<input type="text" id="ITP_FORM_STINFO05010_DETAIL_UNIT_AMT" data-check-required="empty" data-key-up="comma" onKeyup="this.value=this.value.replace(/[^0-9]/g,'');" class="form-control itp_input" name="unitAmt" value="" maxlength="20">
205 205
 												</div>
206 206
 											</div>
207 207
 										</div>								

+ 4 - 0
src/main/webapp/js/app/rtnmng/ITP_RTNMNG01010.js

@@ -369,6 +369,10 @@ let createObj = {
369 369
 		} else {
370 370
 			$('#ITP_FORM_RTNMNG01010_SEARCH_WHS_NM').show();
371 371
 			$('#ITP_FORM_RTNMNG01010_DELETE_WHS_NM').show();
372
+			$('#ITP_BTN_RTNMNG01010_DETAIL_ADDROW').show();
373
+			$('#ITP_BTN_RTNMNG01010_DETAIL_DELROW').show();
374
+			$('#ITP_BTN_RTNMNG01010_REQ').show();
375
+			$('#ITP_BTN_RTNMNG01010_TEMP_SAVE').show();
372 376
 		}
373 377
 		//let param = 'brandId=' + LOGIN_USER_INFO.brandId + "&spplyId=" + LOGIN_USER_INFO.spplyId;
374 378
 		this.load();

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

@@ -535,6 +535,7 @@ let createObj = {
535 535
 		itp_fn_form_clear_validate(null, '#ITP_FORM_STINFO05010_DETAIL');
536 536
 		$('#ITP_FORM_STINFO05010_DETAIL_BRAND_ID').val(fn_make_user_info.get('brandId'));
537 537
 		$('#ITP_FORM_STINFO05010_DETAIL .fnBrandNm').text(fn_make_user_info.get('brandNm'));
538
+		$('#ITP_FORM_STINFO05010_DETAIL_CURR').val('KRW');
538 539
 	},
539 540
 	button: {
540 541
 		cancel: function() {