Parcourir la source

팝업 추가

whakdo963 il y a 2 ans
Parent
commit
7ecfc584f4

+ 1 - 1
src/main/webapp/app/pomng/POMNG01010.html

@@ -26,7 +26,7 @@
26 26
 										<div class="form-group">
27 27
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
28 28
 											<div class="col-xs-4 itp_ip">
29
-												<div class="col-xs-4 itp_in fnBrandNm"></div>
29
+												<div class="col-xs-10 itp_in fnBrandNm"></div>
30 30
 											</div>
31 31
 											<label class="col-xs-2 itp_lb">구매요청번호</label>
32 32
 											<div class="col-xs-4 itp_ip ">

+ 3 - 0
src/main/webapp/js/app/config.js

@@ -2408,6 +2408,7 @@ function itp_fn_modal_confirm(msg, fn, args) {
2408 2408
 		});
2409 2409
 	}
2410 2410
 };
2411
+// 구매요청확인
2411 2412
 function itp_fn_modal_confirm_req1(msg, fn, args) {
2412 2413
 	$('#ITP_MODAL_PR_ALERT_CANCEL').show();
2413 2414
 	$('#ITP_MODAL_PR_ALERT').modal('show');
@@ -2420,6 +2421,7 @@ function itp_fn_modal_confirm_req1(msg, fn, args) {
2420 2421
 		});
2421 2422
 	}
2422 2423
 };
2424
+//선불매장결제확인
2423 2425
 function itp_fn_modal_confirm_req2(msg, fn, args) {
2424 2426
 	$('#ITP_MODAL_ADV_ALERT_CANCEL').show();
2425 2427
 	$('#ITP_MODAL_ADV_ALERT').modal('show');
@@ -2432,6 +2434,7 @@ function itp_fn_modal_confirm_req2(msg, fn, args) {
2432 2434
 		});
2433 2435
 	}
2434 2436
 };
2437
+//구매한도부족알림
2435 2438
 function itp_fn_modal_confirm_req3(msg, fn, args) {
2436 2439
 	$('#ITP_MODAL_LM_ALERT_CANCEL').show();
2437 2440
 	$('#ITP_MODAL_LM_ALERT').modal('show');

+ 7 - 3
src/main/webapp/js/app/pomng/ITP_POMNG01010.js

@@ -436,13 +436,17 @@ let createObj = {
436 436
 				
437 437
 				if (arg == 'PR20') {
438 438
 					reqMsg = ' 납품요청일 : ' + dlvReqDt + '<br> 품목수 : ' + itemcnt + '<br> 구매요청금액 : ' + dlvReqAmt + '<br><br>' + ITP_MSG_LOCALE.message.ajax.reqSave ;
439
-					itp_fn_modal_confirm(reqMsg, saveReq, null);
439
+					itp_fn_modal_confirm_req1(reqMsg, saveReq, null);
440
+				} else if (arg == 'PR20') {
441
+					reqMsg = ' 납품요청일 : ' + dlvReqDt + '<br> 품목수 : ' + itemcnt + '<br> 구매요청금액 : ' + dlvReqAmt + '<br><br>' + ITP_MSG_LOCALE.message.ajax.reqSave ;
442
+					itp_fn_modal_confirm_req2(reqMsg, saveReq, null);
443
+				} else if (arg == 'PR20') {
444
+					reqMsg = ' 납품요청일 : ' + dlvReqDt + '<br> 품목수 : ' + itemcnt + '<br> 구매요청금액 : ' + dlvReqAmt + '<br><br>' + ITP_MSG_LOCALE.message.ajax.reqSave ;
445
+					itp_fn_modal_confirm_req3(reqMsg, saveReq, null);
440 446
 				} else {
441 447
 					itp_fn_modal_confirm(ITP_MSG_LOCALE.message.ajax.tmpSave, saveReq, null);
442 448
 				}
443 449
 				
444
-				
445
-				
446 450
 			}
447 451
 		}
448 452
 	},