TRCVC00201.xml 1.3 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVC00201">
  3. <action url="svc://local"
  4. target="vocmngtapp.VocMngt"
  5. interface="himed.his.crm.vocmngtapp.vocmngt.VocMngt"
  6. method="reqGetVOCReqViewData">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="sndacptseq">
  10. <column id="sndacptdd" desc="접수일자" ref="sndacptdd"/>
  11. <column id="sndacptseq" type="int" desc="접수번호" ref="sndacptseq"/>
  12. <column id="sndrgstseq" type="int" desc="등록번호" ref="sndrgstseq"/>
  13. </table>
  14. </input>
  15. <output path="root/reqdata" type="xml">
  16. <table id="area" count_ref="area">
  17. <column id="deptnm" desc="해당부서" ref="area.deptnm"/>
  18. <column id="deptcd" desc="부서코드" ref="area.deptcd"/>
  19. <column id="empnm" desc="해당직원" ref="area.empnm"/>
  20. <column id="empid" desc="직원id" ref="area.empid"/>
  21. <column id="replreqdd" desc="요청일" ref="area.replreqdd"/>
  22. <column id="csteamreqcnts" desc="CS팀의견" ref="area.csteamreqcnts"/>
  23. <column id="acptdd" desc="접수일자" ref="area.acptdd"/>
  24. <column id="acptseq" desc="접수순서" ref="area.acptseq"/>
  25. <column id="rgstseq" desc="등록순서" ref="area.rgstseq"/>
  26. </table>
  27. </output>
  28. </submit>