1234567891011121314151617181920212223242526272829303132333435363738 |
- /**
-
- ???????????? ???????? ????????(SMMNE07000.xfm - JScript )
- - Version :
- 1) : Ver.1.00.01
- - Create : 2009.07.22
- dhkim ????????
- */
- //20090722 dhkim
- //??????
- function fInit(){
-
- model.makeValue('/root/send/fromdd', getCurrentDate());
- model.makeValue('/root/send/todd', getCurrentDate());
-
- zbcfGetCodeList(new Array("M0555"), new Array("/root/init/code")); // M0555 -???????
-
- fSearch();
-
- }
- //20090724 dhkim
- //????
- function fSearch(){
-
- model.removenode('/root/main/erpatinfo');
-
- if(!submit('TRMNE07001')){
- messageBox('?????? ??????????????.', 'E999');
- }
- model.refresh();
-
- }
|