12345678910111213141516171819202122232425262728293031323334 |
- /*
-
- 기준자료관리(SMMNI008.xfm - JScript )
- - Version :
- 1) : Ver.1.00.01
- */
- /**
- * @group :
- * @ver : 2007.08.07
- * @by : 신혁춘
- * @---------------------------------------------------
- * @type : function
- * @access : public
- * @desc : grd_injsum 데이타 조회
- * @param :
- * @return :
- * @---------------------------------------------------
- */
- function finjsum(){
- model.removeNodeset("/root/send");
- model.makeValue("/root/send/refbizdd" ,model.getValue("/root/main/ref/refbizdd"));
- model.makeValue("/root/send/fromdd" ,model.getValue("/root/main/ref/fromdd"));
- model.makeValue("/root/send/todd" ,model.getValue("/root/main/ref/todd"));
- model.makeValue("/root/send/exec" ,model.getValue("/root/main/ref/exec"));
- model.makeValue("/root/send/flag" ,model.getValue("/root/main/ref/flag"));
-
- if(submit("TRMNI00801")){
- }
- }
|