123456789101112131415161718192021222324 |
- <?xml version='1.0' encoding='euc-kr'?>
- <submit id="TRICU00113">
- <action url="svc://local"
- target="stdycostapp.StdyExpense"
- interface="himed.his.crc.stdycostapp.stdyexpense.StdyExpense"
- method="reqGetSubreqlist">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="instcd" desc="해당병원" ref="instcd"/>
- <column id="appdg" desc="차수" ref="appdg"/>
- </table>
- </input>
- <output path="hidden/subreqinfo" type="xml">
- <table id="subreqlist" count_ref="subreqlist">
- <column id="unsldd" desc="전표발의일자" ref="subreqlist.unsldd"/>
- <column id="unslno" desc="지출결의서번호" ref="subreqlist.unslno"/>
- <column id="sanctslipdd" desc="재무팀 승인일자" ref="subreqlist.sanctslipdd"/>
- </table>
- </output>
- </submit>
|