MMR03600.js 699 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /**
  2. * @desc : 초기화
  3. * @
  4. * @param :
  5. * @return :
  6. * @---------------------------------------------------
  7. */
  8. function fInitialize(){
  9. model.setValue("/root/send/fromdd", getCurrentDate());
  10. model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  11. model.refresh();
  12. }
  13. function fCnfmBtn(){
  14. if (submit("TXMMR03600") == true){
  15. alert("아파치 배치가 성공하였습니다. ");
  16. }
  17. else {
  18. alert("아파치 배치가 실패하였습니다. 담당자에게 문의 바랍니다. ");
  19. }
  20. }
  21. /**
  22. * @desc : Close
  23. * @
  24. * @param :
  25. * @return :
  26. * @---------------------------------------------------
  27. */
  28. function fClose(){
  29. model.close();
  30. }