Browse Source

발주관리-발주생성현황 수정

yhl88 2 years ago
parent
commit
3ba37df9da

+ 1 - 1
src/main/webapp/app/stockmng/STOCKMNG04011.html

@@ -52,7 +52,7 @@
52 52
 				                            <label class="col-xs-2 itp_lb">연락처</label>
53 53
 				                            <div class="col-xs-4 itp_ip">
54 54
 				                                <div class="col-xs-8 itp_in">
55
-				                                    <input type="text" id="ITP_FORM_STOCKMNG04011_DETAIL_MGR_TEL_NO" class="form-control itp_input" data-key-up="tel" name="mgrTelNo" value="" maxlength="20" placeholder="###-####-####">
55
+				                                    <input type="text" id="ITP_FORM_STOCKMNG04011_DETAIL_MGR_TEL_NO" class="form-control itp_input" data-key-up="tel" name="mgrTelNo" value="" maxlength="13" placeholder="###-####-####">
56 56
 				                                </div>
57 57
 				                            </div>
58 58
 				                            <label class="col-xs-2 itp_lb">담당자명</label>

+ 6 - 1
src/main/webapp/js/app/pomng/ITP_POMNG04010.js

@@ -547,7 +547,12 @@ let modifyObj = {
547 547
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_STORE_ID').val(result.storeId);
548 548
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_SHM_LOCATION').val(result.shmtLocation);
549 549
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_SHM_WHS_ID').val(result.shmtWhsId);
550
-		
550
+
551
+		if (fn_make_user_info.get('shmtColProcType') == '20') {
552
+			$('#ITP_BTN_POMNG04010_DELETE').hide();
553
+		} else {
554
+			$('#ITP_BTN_POMNG04010_DELETE').show();
555
+		}
551 556
 		modifyObj.grid.init('MODIFY', result.pchOdrDtlList)
552 557
 	},
553 558
 	grid: {