12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /*
-
- ???? ?? ? ?? ???? ?? (SMMNF04800.xrw - JScript )
- - Version :
- 1) : Ver.1.00.01
- */
- /**
- * @group :
- * @ver : 2007.10.08
- * @by : ??????
- * @---------------------------------------------------
- * @type : function
- * @access : public
- * @desc : ???????? Setting
- * @param :
- * @return :
- * @---------------------------------------------------
- */
- function select_Date(){
-
- ipt_fromdd.value = getDateCalc(getCurrentDate(), 13);
- ipt_todd.value = getCurrentDate();
-
- }
-
- /**
- * @group :
- * @ver : 2007.10.08
- * @by : ??????
- * @---------------------------------------------------
- * @type : function
- * @access : public
- * @desc : ???????? ?????? ??????????(????????)
- * @param :
- * @return :
- * @---------------------------------------------------
- */
- function select_itemlist(){
- model.removeNodeSet("/root/grd_itemlist/itemlist");
- submit("TRMNF04800");
- model.refresh();
-
- }
|