SPMNR05300.js 637 B

12345678910111213141516171819202122232425262728
  1. /*
  2. 표준진술문ICNP용어조회(SPMNR05200.xrw - JScript )
  3. - Version :
  4. 1) : Ver.1.00.01
  5. */
  6. /**
  7. * @group :
  8. * @ver : 2007.10.06
  9. * @by : 김진아
  10. * @---------------------------------------------------
  11. * @type : function
  12. * @access : public
  13. * @desc : ICNP용어조회
  14. * @param :
  15. * @return :
  16. * @---------------------------------------------------
  17. */
  18. function fSrchICNPTerm(){
  19. if(model.getValue("/root/send/reqdata/smnttypecd") == ""){
  20. messageBox("선택된 SemanticType이 존재하지 않아 ICNP용어조회를", "E001");
  21. }
  22. model.removeNodeset("/root/main/icnplist");
  23. submit("TRMNR05301");
  24. }