123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <!-- include 'header' -->
- <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/fixedheadertable.css">
- <script src="<?= WEB_SITE_GLOBAL ?>js/receipt.js"></script>
- <script src="<?= WEB_SITE_GLOBAL ?>js/jquery.fixedheadertable.js"></script>
- <body>
- <div class="mainLayout">
- <div class="mainMenu">
- <div class="menuItem">
- <a href="#" class="mLogo">CLD</a>
- <ul>
- <!-- include 'menuReceipt' -->
- </ul>
- </div>
- </div>
- <div class="warpContent">
- <div class="subMenu fL">
- <div class="menuItem">
- <ul>
- <!-- include 'receipt_menu' -->
- </ul>
- </div>
- </div>
- <div class="adminContent autoHeight" style="height: 821px;">
- <legend><div class="fL"></div>员工每月报销单费用详情</legend>
- <div class="demandCate">
- <form action="/staffCollectMonthDetail" id="up" method="post">
- <ul class="cateList">
- <li><a href="/companyCategoryCollect">按办事处</a><a href="#" class="now">按员工</a></li>
- <li><select name="year" id="Y" onchange="receiptYear();">
- <!-- include 'year' -->
- </select>
- <select name="month" id="M" onchange="receiptYear();">
- {{monthHtml}}
- </select> <a target="_blank" href="/staffCollectMonthDetail2/{{year}}/{{month}}">导出</a></li>
- <li><b>{{month}}月</b>报销总计:¥{{stList.rePrice}}</li>
- <li><b>{{month}}月</b>同意支付:<span class="colGreen">¥{{stList.agPrice}}</span></li>
- <li><b>{{month}}月</b>审批中:¥{{stList.skPrice}}</li>
- </ul>
- </form>
- </div>
- <div class="saeaList">
- <div class="entry autoHeightI2">
- <script type="text/javascript">$(document).ready(function() {
- $('#saeaTable').fixedHeaderTable({ fixedColumns:2 });
- });</script>
- <table class="table table-bordered table-condensed table-hover fancyTable" id="saeaTable">
- <thead>
- <tr>
- <th class="taC" rowspan="3">员工/费用项</th>
- <th class="taC" rowspan="3">{{year}}年{{month}}月费用合计</th>
-
- <th class="taC" colspan="18">日常相关费用</th>
- <th class="taC" colspan="6">差旅相关费用</th>
- <th class="taC" colspan="9">培训班费用</th>
- <th class="taC" colspan="5">其他</th>
- <th class="taC" rowspan="2">报销金额调整</th>
- </tr>
- <tr>
- <th class="taC">合计</th>
- <th class="taC">市内交通费</th>
- <th class="taC">市内出租费</th>
- <th class="taC">办事处房租</th>
- <th class="taC">电话费</th>
- <th class="taC">水费</th>
- <th class="taC">电费</th>
- <th class="taC">办公费用</th>
- <th class="taC">邮寄费</th>
- <th class="taC">其他费用</th>
- <th class="taC">车辆费用</th>
- <th class="taC">广告费</th>
- <th class="taC">团队建设费</th>
- <th class="taC">物业管理费</th>
- <th class="taC">宽带费</th>
- <th class="taC">人员薪酬</th>
-
-
- <th class="taC">公积金</th>
- <th class="taC">社保</th>
-
- <th class="taC">合计</th>
- <th class="taC">往来交通费</th>
- <th class="taC">市内交通费</th>
- <th class="taC">出差住宿费</th>
- <th class="taC">出差补助</th>
- <th class="taC">其他费用</th>
-
- <th class="taC">合计</th>
- <th class="taC">场租费</th>
- <th class="taC">薪酬</th>
- <th class="taC">住宿费</th>
- <th class="taC">交通费</th>
- <th class="taC">餐饮费</th>
- <th class="taC">办公费</th>
- <th class="taC">公关费</th>
- <th class="taC">其他</th>
-
- <th class="taC">合计</th>
- <th class="taC">公关费</th>
- <th class="taC">广告费</th>
- <th class="taC">借款</th>
- <th class="taC">可自加费用</th>
- </tr>
-
- <tr class="warning">
- <!-- loop monthPriceHtml -->
- {{monthPriceHtml' value}}
- <!-- endloop -->
-
- </tr>
- </thead>
- <tbody>
-
- <!-- loop list -->
- <tr>
- <th>{{list' key}}</th>
-
-
- <!-- loop list' value -->
- <!-- if {{list' value' key}}=='monthStaffPrice' -->
- {{list' value' value}}
- <!-- endif -->
- <!-- endloop -->
-
- <!-- loop list' value -->
- <!-- if {{list' value' key}}=='日常相关费用' -->
- {{list' value' value}}
- <!-- endif -->
- <!-- endloop -->
-
- <!-- loop list' value -->
- <!-- if {{list' value' key}}=='差旅相关费用' -->
- {{list' value' value}}
- <!-- endif -->
- <!-- endloop -->
-
- <!-- loop list' value -->
- <!-- if {{list' value' key}}=='培训班费用' -->
- {{list' value' value}}
- <!-- endif -->
- <!-- endloop -->
-
- <!-- loop list' value -->
- <!-- if {{list' value' key}}=='其他' -->
- {{list' value' value}}
- <!-- endif -->
- <!-- endloop -->
-
- <!-- loop list' value -->
- <!-- if {{list' value' key}}=='报销金额调整' -->
- {{list' value' value}}
- <!-- endif -->
- <!-- endloop -->
-
- </tr>
- <!-- endloop -->
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
-
- <script type="text/javascript">autoFlashHeight();</script>
- </body>
|