ZBP001.xjs 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Script type="xscript4.0"><![CDATA[
  3. function zbcfopenzipcodelistnew(condition, term, rcv_zipcdhead_path, rcv_zipcdfoot_path, rcv_seqno_path, rcv_address_path, imemode, rcv_address_detail_path){
  4. frmf_setParameter("condition", condition);
  5. frmf_setParameter("term", term);
  6. frmf_setParameter("rcv_zipcdhead_path", rcv_zipcdhead_path);
  7. frmf_setParameter("rcv_zipcdfoot_path", rcv_zipcdfoot_path);
  8. frmf_setParameter("rcv_seqno_path", rcv_seqno_path);
  9. frmf_setParameter("rcv_address_path", rcv_address_path);
  10. frmf_setParameter("imemode", imemode);
  11. frmf_setParameter("rcv_address_detail_path", rcv_address_detail_path);
  12. frmf_modal("SPZBP00100", "SPZBP00100", "", "", "", "", "", "", "", "", "", "", "M");
  13. frmf_clearParameter("condition");
  14. frmf_clearParameter("term");
  15. frmf_clearParameter("rcv_zipcdhead_path");
  16. frmf_clearParameter("rcv_zipcdfoot_path");
  17. frmf_clearParameter("rcv_seqno_path");
  18. frmf_clearParameter("rcv_address_path");
  19. frmf_clearParameter("imemode");
  20. frmf_clearParameter("rcv_address_detail_path");
  21. }
  22. function zbcfOpenZipCodeList(condition, term, rcv_zipcdhead_path, rcv_zipcdfoot_path, rcv_seqno_path, rcv_address_path, imemode, rcv_address_detail_path,rcv_builno_path, rcv_gubuilnm_path, rcv_newzipcd_path){
  23. frmf_setParameter("condition", condition);
  24. frmf_setParameter("term", term);
  25. frmf_setParameter("rcv_zipcdhead_path", rcv_zipcdhead_path);
  26. frmf_setParameter("rcv_zipcdfoot_path", rcv_zipcdfoot_path);
  27. frmf_setParameter("rcv_seqno_path", rcv_seqno_path);
  28. frmf_setParameter("rcv_address_path", rcv_address_path);
  29. frmf_setParameter("imemode", imemode);
  30. frmf_setParameter("rcv_address_detail_path", rcv_address_detail_path);
  31. frmf_setParameter("rcv_builno_path", rcv_builno_path);
  32. frmf_setParameter("rcv_gubuilnm_path", rcv_gubuilnm_path);
  33. frmf_setParameter("rcv_newzipcd_path", rcv_newzipcd_path);
  34. var objParam = frmf_modal("SPZBP00101", "SPZBP00101", "", "", "", "", "", "", "", "", "", "", "M");
  35. // frmf_modal("spzbp00100", "", ""-"", "", "", "", "", "", "", "$16", "", "", "M");
  36. frmf_clearParameter("condition");
  37. frmf_clearParameter("term");
  38. frmf_clearParameter("rcv_zipcdhead_path");
  39. frmf_clearParameter("rcv_zipcdfoot_path");
  40. frmf_clearParameter("rcv_seqno_path");
  41. frmf_clearParameter("rcv_address_path");
  42. frmf_clearParameter("imemode");
  43. frmf_clearParameter("rcv_address_detail_path");
  44. frmf_clearParameter("rcv_builno_path");
  45. frmf_clearParameter("rcv_gubuilnm_path");
  46. frmf_clearParameter("rcv_newzipcd_path");
  47. return objParam;
  48. }]]></Script>