123456789101112131415161718192021222324 |
- <?xml version='1.0' encoding='euc-kr'?>
- <submit id="TRICU00101">
- <action url="svc://local"
- target="stdycostapp.Stdycost"
- interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
- method="reqGetCustomerList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="appno">
- <column id="srchtype" desc="차수" ref="srchtype"/>
- <column id="keyword" desc="차수" ref="keyword"/>
- </table>
- </input>
- <output path="main/list" type="xml">
- <table id="grid1" count_ref="msg">
- <column id="itemname" desc="예산항목" ref="msg.bdgnm"/>
- <column id="payto" desc="지급처구분" ref="msg.paynm"/>
- <column id="aprvamt" desc="증빙금액" ref="msg.aprvamt"/>
- <column id="usedd" desc="사용일자" ref="msg.usedd"/>
- </table>
- </output>
- </submit>
|