123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXICU01101">
- <action url="svc://local"
- target="stdycostapp.Stdycost"
- interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
- method="setGenStdyList">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="subjid" >
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="detlitemexpendcd" desc="비목상세코드" ref="detlitemexpendcd"/>
- <column id="detlitemexpendnm" desc="비목상세코드명 " ref="detlitemexpendnm"/>
- <column id="confpurcusedd" desc="사용일자" ref="confpurcusedd"/>
- <column id="payflagcd" desc="지급처구분" ref="payflagcd"/>
- <column id="costuserid" desc="지급처" ref="costuserid"/>
- <column id="costusernm" desc="지급처" ref="costusernm"/>
- <column id="rcpttypecd" desc="영수증구분" ref="rcpttypecd"/>
- <column id="bizmngrgstno" desc="거래처" ref="bizmngrgstno"/>
- <column id="bizmngrgst" desc="거래처명" ref="bizmngrgst"/>
- <column id="totcost" desc="증빙금액" ref="totcost"/>
- <column id="silamt" desc="실지급금액" ref="silamt"/>
- <column id="needrate" desc="필요경비율" ref="needrate"/>
- <column id="needcost" desc="필요경비금액" ref="needcost"/>
- <column id="incomeamt" desc="소득금액" ref="incomeamt"/>
- <column id="taxrate" desc="세율" ref="taxrate"/>
- <column id="suplamtincmtax" desc="소득세" default = "0" ref="suplamtincmtax"/>
- <column id="amtresdntax" desc="주민세" default = "0" ref="amtresdntax"/>
- <column id="supcost" desc="공급가" ref="supcost"/>
- <column id="addtax" desc="부가세" ref="addtax"/>
- <column id="bankcd" desc="지급은행" ref="bankcd"/>
- <column id="acntno" desc="계좌번호" ref="acntno"/>
- <column id="depor" desc="예금주" ref="depor"/>
- <column id="cmt" desc="사용내역" ref="cmt"/>
- <column id="nathforgnflagcd" desc="거래처" ref="nathforgnflagcd"/>
- <column id="itemexpendcd" desc="비목코드" ref="itemexpendcd"/>
- <column id="instcd" desc="병원코드" ref="instcd"/>
- <column id="appdg" desc="차수" ref="appdg"/>
- <column id="seqno" desc="일련번호" ref="seqno"/>
- <column id="iudgb" desc="수정구분" ref="iudgb"/>
- <column id="supcost" desc="공급가액" ref="supcost"/>
- <column id="addtax" desc="세액" ref="addtax"/>
- </table>
- </input>
-
- <output path="root/hidden" type="xml">
- <table id="source" count_ref="item" >
- <column id="seqno" desc="일련번호" ref="item.seqno"/>
- </table>
- </output>
- </submit>
|