123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678 |
- <link rel="stylesheet" href="/thmz/css/bootstrap/css/bootstrap-select.css"/>
- <link rel="stylesheet" href="/thmz/css/bootstrap/css/daterangepicker.css"/>
- <link rel="stylesheet" href="/thmz/css/custom.min.css">
- <link rel="stylesheet" href="/thmz/css/toll_administration.css">
- <script src="/thmz/js/bootstrap-select.js"></script>
- <script src="/thmz/js/daterangepicker.js"></script>
- <script src="/thmz/js/daily_repeat_print.js"></script>
- <script src="/thmz/js/LodopFuncs.js"></script>
- <!-- 打印的样式-->
- <style media="print">
- @page {
- size: auto;
- margin: 0mm;
- }
- </style>
- <style>
- .receipt {
- padding-left: 40px;
- }
- </style>
- <div class="row">
- <div class="col-md-12 col-sm-12 col-xs-12">
- <div class="x_panel">
- <div class="panel-body">
- <form id="formSearch" class="form-horizontal" autocomplete="off">
- <div class="btn-group col-md-4 col-sm-4 col-xs-12" id="pay_mark_group">
- <button class="btn btn-sm btn-primary" type="button" onclick="reportButtonChange(this)"> 日结报表
- </button>
- <button class="btn btn-sm btn-default" type="button" onclick="reportButtonChange(this)"> 收费清单
- </button>
- <button class="btn btn-sm btn-default" type="button" onclick="reportButtonChange(this)"> 挂号清单
- </button>
- </div>
- <div class="form-group col-md-8 col-sm-8 col-xs-12">
- <!--<div class="col-md-6 col-sm-6 col-xs-12"></div>-->
- <label class="control-label col-md-2 col-sm-2 col-xs-12" for="reportrange"> 日结时间
- </label>
- <div class="col-md-4 col-sm-4 col-xs-12">
- <div id="reportrange" class="pull-right"
- style="background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc">
- <i class="glyphicon glyphicon-calendar fa fa-calendar"></i>
- <span>December 30, 2014 - January 28, 2015</span> <b class="caret"></b>
- </div>
- </div>
- <label class="control-label col-md-2 col-sm-2 col-xs-12" for="cashParam">收费员
- </label>
- <div class="col-md-2 col-sm-2 col-xs-12">
- <select class="form-control selectpicker show-tick" data-live-search="true" title="请选择"
- id="cashParam" onchange="getDcountDateList()">
- </select>
- </div>
- </div>
- <div class="btn-group col-md-4 col-sm-4 col-xs-12"></div>
- <div class="form-group col-md-8 col-sm-8 col-xs-12">
- <label class="control-label col-md-2 col-sm-2 col-xs-12" for="rjList">日结列表
- </label>
- <div class="col-md-4 col-sm-4 col-xs-12">
- <select class="form-control selectpicker show-tick" data-live-search="true" title="请选择"
- id="rjList" onchange="initFeeTable()">
- </select>
- </div>
- <div class="col-md-2 col-sm-2 col-xs-12" style="text-align:left;">
- <button type="button" style="margin-left:50px" id="btn_clean" class="btn btn-primary"
- title="重置"><i class="fa fa-rotate-left"></i>
- </button>
- </div>
- <div class="col-md-1 col-sm-1 col-xs-12" style="text-align:left;">
- <button type="button" style="margin-left:50px" id="btn_daily" class="btn btn-primary"
- title="打印"><i class="fa fa-print"></i>
- </button>
- </div>
- </div>
- </form>
- </div>
- <div id="report_table" class="in"
- style="width:920px;height:700px;margin:0 auto;border: 1px solid #337ab7;font-size: 16px;padding: 40px 20px 40px 20px;overflow-y: auto; overflow-x:hidden;">
- <h2 style="text-align:center;font-weight: 700;">门诊收费收入日报表</h2>
- <div style="margin-top: 20px;"><span>工号:</span><span id="userIdCode"></span><span
- style="margin-left: 120px;">姓名:</span><span id="username"></span><span
- style="margin-left: 120px;">结账时间:</span><span id="dcountDate"></span></div>
- <table class="table table-striped table-bordered">
- <tbody>
- <tr>
- <td>挂号费</td>
- <td id="charge1">0.00</td>
- <td>其他</td>
- <td id="charge9">0.00</td>
- <td>消毒费</td>
- <td id="charge16">0.00</td>
- </tr>
- <tr>
- <td>床位费</td>
- <td id="charge2">0.00</td>
- <td>西药费</td>
- <td id="charge10">0.00</td>
- <td>材料费</td>
- <td id="charge18">0.00</td>
- </tr>
- <tr>
- <td>诊查费</td>
- <td id="charge3">0.00</td>
- <td>中成药费</td>
- <td id="charge11">0.00</td>
- <td>麻醉费</td>
- <td id="charge19">0.00</td>
- </tr>
- <tr>
- <td>检查费</td>
- <td id="charge4">0.00</td>
- <td>中草药费</td>
- <td id="charge12">0.00</td>
- <td>四舍五入</td>
- <td id="charge20">0.00</td>
- </tr>
- <tr>
- <td>治疗费</td>
- <td id="charge5">0.00</td>
- <td>特殊材料费</td>
- <td id="charge13">0.00</td>
- <td>护理费</td>
- <td id="charge6">0.00</td>
- </tr>
- <tr>
- <td>输血费</td>
- <td id="charge14">0.00</td>
- <td>手术费</td>
- <td id="charge7">0.00</td>
- <td>鉴定费</td>
- <td id="charge15">0.00</td>
- </tr>
- <tr>
- <td>化验费</td>
- <td id="charge8">0.00</td>
- <td>手术器械使用费</td>
- <td id="charge17">0.00</td>
- <td>合计:</td>
- <td id="totalCharge">0.00</td>
- </tr>
- </tbody>
- </table>
- <table id="datatable" class="table table-striped table-bordered">
- <thead>
- <tr>
- <th rowspan="2" class="text-center" style="vertical-align: middle !important;">交易类别</th>
- <th colspan="2" class="text-center">收款</th>
- <th colspan="2" class="text-center">退款</th>
- <th colspan="2" class="text-center">实收</th>
- </tr>
- <tr>
- <th class="text-center">张数</th>
- <th class="text-center">金额</th>
- <th class="text-center">张数</th>
- <th class="text-center">金额</th>
- <th class="text-center">张数</th>
- <th class="text-center">金额</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td class="text-center">现金</td>
- <td id="xjbs">0</td>
- <td id="xjsk">0.00</td>
- <td id="xjtfbs">0</td>
- <td id="xjtf">0.00</td>
- <td id="xjssbs">0</td>
- <td id="xjss">0.00</td>
- </tr>
- <tr>
- <td class="text-center">银行卡</td>
- <td id="yhsbs">0</td>
- <td id="yhksk">0.00</td>
- <td id="yhktfbs">0</td>
- <td id="yhktf">0.00</td>
- <td id="yhkssbs">0</td>
- <td id="yhkss">0.00</td>
- </tr>
- <tr>
- <td class="text-center">支付宝</td>
- <td id="zfbbs">0</td>
- <td id="zfbsk">0.00</td>
- <td id="zfbtfbs">0</td>
- <td id="zfbtf">0.00</td>
- <td id="zfbssbs">0</td>
- <td id="zfbss">0.00</td>
- </tr>
- <tr>
- <td class="text-center">微信</td>
- <td id="wxbs">0</td>
- <td id="wxsk">0.00</td>
- <td id="wxtfbs">0</td>
- <td id="wxtf">0.00</td>
- <td id="wxssbs">0</td>
- <td id="wxss">0.00</td>
- </tr>
- <tr>
- <td class="text-center">记账绿色通道</td>
- <td id="zfbs">0</td>
- <td id="zfsk">0.00</td>
- <td id="zftfbs">0</td>
- <td id="zftf">0.00</td>
- <td id="zfssbs">0</td>
- <td id="zfss">0.00</td>
- </tr>
- <tr>
- <td class="text-center">医保卡</td>
- <td id="sybbs">0</td>
- <td id="sybksk">0.00</td>
- <td id="sybtfbs">0</td>
- <td id="sybtf">0.00</td>
- <td id="sybssbs">0</td>
- <td id="sybkss">0.00</td>
- </tr>
- <tr>
- <td class="text-center">总计</td>
- <td id="zjbs">0</td>
- <td id="zjsk">0.00</td>
- <td id="ztfbs">0</td>
- <td id="zjtk">0.00</td>
- <td id="zjssbs">0</td>
- <td id="zjss">0.00</td>
- </tr>
- <tr>
- <td class="text-center" colspan="2">实缴合计</td>
- <td id="sjhj">0.00</td>
- <td colspan="4" id="sjhjdx"></td>
- </tr>
- <tr>
- <td class="text-center" colspan="2">记账(绿色通道)</td>
- <td id="zfsshj">0.00</td>
- <td colspan="4" id="zfdx"></td>
- </tr>
- <tr>
- <td class="text-center" colspan="2">总计</td>
- <td id="zj">0.00</td>
- <td colspan="4" id="zjdx"></td>
- </tr>
- </tbody>
- </table>
- <div class="form-group col-md-12 col-sm-12 col-xs-12" id="sfReceiptBills">
- <div class="col-md-12 col-sm-12 col-xs-12" style="margin-bottom: 10px;">所用票号:</div>
- </div>
- <div class="form-group col-md-12 col-sm-12 col-xs-12" style="margin-bottom: 100px;">
- <div class="col-md-12 col-sm-12 col-xs-12" style="border-bottom: 0.5px solid #dcdcdc;">
- <div class="col-md-2 col-sm-2 col-xs-12" style="margin-left: -10px;">发票张数:</div>
- <div class="col-md-1 col-sm-1 col-xs-12" id="sffps">0</div>
- <div class="col-md-2 col-sm-2 col-xs-12">退票张数:</div>
- <div class="col-md-1 col-sm-1 col-xs-12" id="tpzs">0</div>
- <div class="col-md-2 col-sm-2 col-xs-12">作废张数:</div>
- <div class="col-md-1 col-sm-1 col-xs-12" id="zffps">0</div>
- </div>
- <table style="display: none" id="sfzffpmx_table">
- <thead>
- <tr>
- <td colspan="9">作废/退费明细表:</td>
- </tr>
- <tr>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- </tr>
- </thead>
- <tbody id="sfzffpmx">
- </tbody>
- </table>
- </div>
- <h2 style="text-align:center;font-weight: 700">门诊挂号收入个人日报表</h2>
- <div style="margin-top: 20px;"><span>工号:</span><span id="userIdCode_gh"></span><span
- style="margin-left: 120px;">姓名:</span><span id="username_gh"></span><span
- style="margin-left: 120px;">结账时间:</span><span id="dcountDate_gh"></span></div>
- <table class="table table-striped table-bordered">
- <tbody>
- <tr>
- <td>项目</td>
- <td>金额</td>
- <td colspan="3" class="text-center">使用票据及费用构成</td>
- </tr>
- <tr>
- <td rowspan="3" style="vertical-align: middle !important;">挂号</td>
- <td rowspan="3" style="vertical-align: middle !important;" id="ghje">0.00</td>
- <td colspan="3" id="ghfps">所用票数:0</td>
- </tr>
- <tr>
- <td id="qmhs">全免号数:0</td>
- <td id="jzhs">记账号数:0</td>
- <td id="jzje">记账金额:0</td>
- </tr>
- <tr>
- <td id="zcsr">诊察收入:0.00</td>
- <td id="jcsr">检查收入:0.00</td>
- <td id="ghsr">挂号费(门诊):0.00</td>
- </tr>
- <tr>
- <td>退号</td>
- <td id="thje">0.00</td>
- <td colspan="3" id="ghtpzs">退票数:0</td>
- </tr>
- <tr>
- <td>合计(小写)</td>
- <td colspan="2" id="ghhj">0.00</td>
- <td colspan="2" id="ghjebhjz">合计(不含记账) 0.00</td>
- </tr>
- <tr>
- <td>合计(大写)</td>
- <td colspan="2" id="ghhjdx"></td>
- <td colspan="2" id="ghjebhjzdx">合计(不含记账)</td>
- </tr>
- </tbody>
- </table>
- <div class="form-group col-md-12 col-sm-12 col-xs-12" style="margin-bottom: 50px;">
- <div class="form-group col-md-12 col-sm-12 col-xs-12"
- style="border-bottom: 0.5px solid #dcdcdc;" id="ghReceiptBills">
- <div class="col-md-12 col-sm-12 col-xs-12" style="">所用票号:</div>
- </div>
- <table style="display: none" id="thzffpmx_table">
- <thead>
- <tr>
- <td colspan="9">作废/退号明细表:</td>
- </tr>
- <tr>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- </tr>
- </thead>
- <tbody id="thzffpmx">
- </tbody>
- </table>
- </div>
- <div><span>制表人:</span><span style="text-decoration: underline" id="username_zbr"></span><span
- style="margin-left: 120px;">收款人:</span><span style="text-decoration: underline"> </span><span
- style="margin-left: 120px;">审核人:</span><span style="text-decoration: underline"> </span>
- </div>
- <div id="printDiv_sf" style="display: none">
- <h2 style="text-align:center;font-weight: 700;">门诊收费收入日报表(重打)</h2>
- <div style="margin-top: 20px;"><span>工号:</span><span id="userIdCode_p"></span><span
- style="margin-left: 120px;">姓名:</span><span id="username_p"></span><span
- style="margin-left: 120px;">结账时间:</span><span id="dcountDate_p"></span></div>
- <table border="1" cellspacing="0" style="width: 96%;border-width: 1px;border-style: solid;border-collapse: collapse;">
- <tbody>
- <tr>
- <td>挂号费</td>
- <td id="charge1_p">0.00</td>
- <td>其他</td>
- <td id="charge9_p">0.00</td>
- <td>消毒费</td>
- <td id="charge16_p">0.00</td>
- </tr>
- <tr>
- <td>床位费</td>
- <td id="charge2_p">0.00</td>
- <td>西药费</td>
- <td id="charge10_p">0.00</td>
- <td>材料费</td>
- <td id="charge18_p">0.00</td>
- </tr>
- <tr>
- <td>诊查费</td>
- <td id="charge3_p">0.00</td>
- <td>中成药费</td>
- <td id="charge11_p">0.00</td>
- <td>麻醉费</td>
- <td id="charge19_p">0.00</td>
- </tr>
- <tr>
- <td>检查费</td>
- <td id="charge4_p">0.00</td>
- <td>中草药费</td>
- <td id="charge12_p">0.00</td>
- <td>四舍五入</td>
- <td id="charge20_p">0.00</td>
- </tr>
- <tr>
- <td>治疗费</td>
- <td id="charge5_p">0.00</td>
- <td>特殊材料费</td>
- <td id="charge13_p">0.00</td>
- <td>护理费</td>
- <td id="charge6_p">0.00</td>
- </tr>
- <tr>
- <td>输血费</td>
- <td id="charge14_p">0.00</td>
- <td>手术费</td>
- <td id="charge7_p">0.00</td>
- <td>鉴定费</td>
- <td id="charge15_p">0.00</td>
- </tr>
- <tr>
- <td>化验费</td>
- <td id="charge8_p">0.00</td>
- <td>手术器械使用费</td>
- <td id="charge17_p">0.00</td>
- <td>合计:</td>
- <td id="totalCharge_p">0.00</td>
- </tr>
- </tbody>
- </table>
- <table id="datatable_p" border="1" cellspacing="0" style="width: 96%;margin-top: 20px;border-width: 1px;border-style: solid;border-collapse: collapse;">
- <thead>
- <tr>
- <th rowspan="2" class="text-center" style="vertical-align: middle !important;">交易类别</th>
- <th colspan="2" class="text-center">收款</th>
- <th colspan="2" class="text-center">退款</th>
- <th colspan="2" class="text-center">实收</th>
- </tr>
- <tr>
- <th class="text-center">张数</th>
- <th class="text-center">金额</th>
- <th class="text-center">张数</th>
- <th class="text-center">金额</th>
- <th class="text-center">张数</th>
- <th class="text-center">金额</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td class="text-center">现金</td>
- <td id="xjbs_p">0</td>
- <td id="xjsk_p">0.00</td>
- <td id="xjtfbs_p">0</td>
- <td id="xjtf_p">0.00</td>
- <td id="xjssbs_p">0</td>
- <td id="xjss_p">0.00</td>
- </tr>
- <tr>
- <td class="text-center">银行卡</td>
- <td id="yhsbs_p">0</td>
- <td id="yhksk_p">0.00</td>
- <td id="yhktfbs_p">0</td>
- <td id="yhktf_p">0.00</td>
- <td id="yhkssbs_p">0</td>
- <td id="yhkss_p">0.00</td>
- </tr>
- <tr>
- <td class="text-center">支付宝</td>
- <td id="zfbbs_p">0</td>
- <td id="zfbsk_p">0.00</td>
- <td id="zfbtfbs_p">0</td>
- <td id="zfbtf_p">0.00</td>
- <td id="zfbssbs_p">0</td>
- <td id="zfbss_p">0.00</td>
- </tr>
- <tr>
- <td class="text-center">微信</td>
- <td id="wxbs_p">0</td>
- <td id="wxsk_p">0.00</td>
- <td id="wxtfbs_p">0</td>
- <td id="wxtf_p">0.00</td>
- <td id="wxssbs_p">0</td>
- <td id="wxss_p">0.00</td>
- </tr>
- <tr>
- <td class="text-center">记账绿色通道</td>
- <td id="zfbs_p">0</td>
- <td id="zfsk_p">0.00</td>
- <td id="zftfbs_p">0</td>
- <td id="zftf_p">0.00</td>
- <td id="zfssbs_p">0</td>
- <td id="zfss_p">0.00</td>
- </tr>
- <tr>
- <td class="text-center">医保卡</td>
- <td id="sybbs_p">0</td>
- <td id="sybksk_p">0.00</td>
- <td id="sybtfbs_p">0</td>
- <td id="sybtf_p">0.00</td>
- <td id="sybssbs_p">0</td>
- <td id="sybkss_p">0.00</td>
- </tr>
- <tr>
- <td class="text-center">总计</td>
- <td id="zjbs_p">0</td>
- <td id="zjsk_p">0.00</td>
- <td id="ztfbs_p">0</td>
- <td id="zjtk_p">0.00</td>
- <td id="zjssbs_p">0</td>
- <td id="zjss_p">0.00</td>
- </tr>
- <tr>
- <td class="text-center" colspan="2">实缴合计</td>
- <td id="sjhj_p">0.00</td>
- <td colspan="4" id="sjhjdx_p"></td>
- </tr>
- <tr>
- <td class="text-center" colspan="2">记账(绿色通道)</td>
- <td id="zfsshj_p">0.00</td>
- <td colspan="4" id="zfdx_p"></td>
- </tr>
- <tr>
- <td class="text-center" colspan="2">总计</td>
- <td id="zj_p">0.00</td>
- <td colspan="4" id="zjdx_p"></td>
- </tr>
- </tbody>
- </table>
- <div class="form-group col-md-12 col-sm-12 col-xs-12" id="sfReceiptBills_p"
- style="margin-bottom: 10px;margin-top: 20px;padding-left: 20px;">
- <table>
- <thead>
- <tr>
- <td colspan="4">所用票号:</td>
- <tr>
- <td width="215px"></td>
- <td width="215px"></td>
- <td width="215px"></td>
- <td width="215px"></td>
- </tr>
- </tr>
- </thead>
- <tbody id="sfReceiptBills_p_table">
- </tbody>
- </table>
- </div>
- <div class="form-group col-md-12 col-sm-12 col-xs-12" style="margin-bottom: 100px;">
- <div class="col-md-12 col-sm-12 col-xs-12"
- style="border-bottom: 0.5px solid #dcdcdc;padding-left: 20px;">
- <table style="width: 60%;">
- <tbody>
- <tr>
- <td>发票张数:</td>
- <td id="sffps_p">0</td>
- <td>退票张数:</td>
- <td id="tpzs_p">0</td>
- <td>作废张数:</td>
- <td id="zffps_p">0</td>
- </tr>
- </tbody>
- </table>
- </div>
- <table style="width: 96%;padding-left: 20px;display: none;border-top:1px solid"
- id="sfzffpmx_p_table">
- <thead>
- <tr>
- <td colspan="9">作废/退费明细表:</td>
- </tr>
- <tr>
- <tr>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- </tr>
- </tr>
- </thead>
- <tbody id="sfzffpmx_p">
- </tbody>
- </table>
- </div>
- </div>
- <div id="printDiv_gh" style="display: none">
- <h2 style="text-align:center;font-weight: 700">门诊挂号收入个人日报表(重打)</h2>
- <div style="margin-top: 20px;"><span>工号:</span><span id="userIdCode_gh_p"></span><span
- style="margin-left: 120px;">姓名:</span><span id="username_gh_p"></span><span
- style="margin-left: 120px;">结账时间:</span><span id="dcountDate_gh_p"></span></div>
- <table border="1" style="width: 96%;border-width: 1px;border-style: solid;border-collapse: collapse;" cellspacing="0">
- <tbody>
- <tr>
- <td>项目</td>
- <td>金额</td>
- <td colspan="3" class="text-center">使用票据及费用构成</td>
- </tr>
- <tr>
- <td rowspan="3" style="vertical-align: middle !important;">挂号</td>
- <td rowspan="3" style="vertical-align: middle !important;" id="ghje_p">0.00</td>
- <td colspan="3" id="ghfps_p">所用票数:0</td>
- </tr>
- <tr>
- <td id="qmhs_p">全免号数:0</td>
- <td id="jzhs_p">记账号数:0</td>
- <td id="jzje_p">记账金额:0</td>
- </tr>
- <tr>
- <td id="zcsr_p">诊察收入:0.00</td>
- <td id="jcsr_p">检查收入:0.00</td>
- <td id="ghsr_p">挂号费(门诊):0.00</td>
- </tr>
- <tr>
- <td>退号</td>
- <td id="thje_p">0.00</td>
- <td colspan="3" id="ghtpzs_p">退票数:0</td>
- </tr>
- <tr>
- <td>合计(小写)</td>
- <td colspan="2" id="ghhj_p">0.00</td>
- <td colspan="2" id="ghjebhjz_p">合计(不含记账) 0.00</td>
- </tr>
- <tr>
- <td>合计(大写)</td>
- <td colspan="2" id="ghhjdx_p"></td>
- <td colspan="2" id="ghjebhjzdx_p">合计(不含记账)</td>
- </tr>
- </tbody>
- </table>
- <div class="form-group col-md-12 col-sm-12 col-xs-12" style="margin-bottom: 50px;">
- <div class="form-group col-md-12 col-sm-12 col-xs-12"
- style="border-bottom: 0.5px solid #dcdcdc;margin-bottom: 10px;margin-top: 20px;padding-left: 20px;"
- id="ghReceiptBills_p">
- <table>
- <thead>
- <tr>
- <td colspan="4">所用票号:</td>
- <tr>
- <td width="215px"></td>
- <td width="215px"></td>
- <td width="215px"></td>
- <td width="215px"></td>
- </tr>
- </tr>
- </thead>
- <tbody id="ghReceiptBills_p_table">
- </tbody>
- </table>
- </div>
- <table style="width: 96%;padding-left: 20px;display: none;border-top:1px solid"
- id="thzffpmx_table_p">
- <thead>
- <tr>
- <td colspan="9">作废/退号明细表:</td>
- </tr>
- <tr>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- <td width="114.8px">发票号</td>
- <td width="100px">姓名</td>
- <td width="72.2px">金额</td>
- </tr>
- </thead>
- <tbody id="thzffpmx_p">
- </tbody>
- </table>
- </div>
- <div><span>制表人:</span><span style="text-decoration: underline" id="username_zbr_p"></span><span
- style="margin-left: 120px;">收款人:</span><span style="text-decoration: underline"> </span><span
- style="margin-left: 120px;">审核人:</span><span style="text-decoration: underline"> </span>
- </div>
- </div>
- </div>
- <table id="tb_table"></table>
- <div id="previewImage">
- </div>
- </div>
- </div>
- </div>
- <object id="LODOP_OB" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" width=0 height=0>
- <embed id="LODOP_EM" type="application/x-print-lodop" width=0 height=0></embed>
- </object>
|