浏览代码

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

yhl88 2 年之前
父节点
当前提交
3ba37df9da
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 1 1
      src/main/webapp/app/stockmng/STOCKMNG04011.html
  2. 6 1
      src/main/webapp/js/app/pomng/ITP_POMNG04010.js

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

@@ -52,7 +52,7 @@
52
 				                            <label class="col-xs-2 itp_lb">연락처</label>
52
 				                            <label class="col-xs-2 itp_lb">연락처</label>
53
 				                            <div class="col-xs-4 itp_ip">
53
 				                            <div class="col-xs-4 itp_ip">
54
 				                                <div class="col-xs-8 itp_in">
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
 				                                </div>
56
 				                                </div>
57
 				                            </div>
57
 				                            </div>
58
 				                            <label class="col-xs-2 itp_lb">담당자명</label>
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
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_STORE_ID').val(result.storeId);
547
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_STORE_ID').val(result.storeId);
548
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_SHM_LOCATION').val(result.shmtLocation);
548
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_SHM_LOCATION').val(result.shmtLocation);
549
 		$('#ITP_FORM_POMNG04010_DETAIL #ITP_FORM_POMNG04010_DETAIL_SHM_WHS_ID').val(result.shmtWhsId);
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
 		modifyObj.grid.init('MODIFY', result.pchOdrDtlList)
556
 		modifyObj.grid.init('MODIFY', result.pchOdrDtlList)
552
 	},
557
 	},
553
 	grid: {
558
 	grid: {