SMMNF04800.js 940 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. ???? ?? ? ?? ???? ?? (SMMNF04800.xrw - JScript )
  3. - Version :
  4. 1) : Ver.1.00.01
  5. */
  6. /**
  7. * @group :
  8. * @ver : 2007.10.08
  9. * @by : ??????
  10. * @---------------------------------------------------
  11. * @type : function
  12. * @access : public
  13. * @desc : ???????? Setting
  14. * @param :
  15. * @return :
  16. * @---------------------------------------------------
  17. */
  18. function select_Date(){
  19. ipt_fromdd.value = getDateCalc(getCurrentDate(), 13);
  20. ipt_todd.value = getCurrentDate();
  21. }
  22. /**
  23. * @group :
  24. * @ver : 2007.10.08
  25. * @by : ??????
  26. * @---------------------------------------------------
  27. * @type : function
  28. * @access : public
  29. * @desc : ???????? ?????? ??????????(????????)
  30. * @param :
  31. * @return :
  32. * @---------------------------------------------------
  33. */
  34. function select_itemlist(){
  35. model.removeNodeSet("/root/grd_itemlist/itemlist");
  36. submit("TRMNF04800");
  37. model.refresh();
  38. }