|
@@ -4,6 +4,9 @@
|
|
|
<script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/zh-CN.js"></script>
|
|
|
<script src="<?= WEB_SITE_GLOBAL ?>js/invoice.validator.js"></script>
|
|
|
<script src="<?= WEB_SITE_GLOBAL ?>js/invoice.js"></script>
|
|
|
+<link href="<?= WEB_SITE_GLOBAL ?>css/datepicker.min.css" rel="stylesheet" type="text/css">
|
|
|
+<script src="<?= WEB_SITE_GLOBAL ?>js/datepicker.min.js"></script>
|
|
|
+<script src="<?= WEB_SITE_GLOBAL ?>js/datepicker.zh.js"></script>
|
|
|
<body>
|
|
|
<div class="mainLayout">
|
|
|
<div class="mainMenu">
|
|
@@ -24,30 +27,35 @@
|
|
|
<div class="adminContent autoHeight">
|
|
|
<legend>
|
|
|
收款管理
|
|
|
+ <a href="/invoiceAS">发票管理</a>
|
|
|
</legend>
|
|
|
<div class="demandCate">
|
|
|
<form action="/invoiceReceivablesAS/1/{{status}}" id="iras" method="get">
|
|
|
<ul class="cateList">
|
|
|
<li>
|
|
|
- <a <!-- if {{status}}=='All' --> class="now" <!-- endif --> href="/invoiceReceivablesAS/1/All/{{year}}/{{month}}/{{MebSea}}">所有</a>
|
|
|
- <a <!-- if {{status}}=='Unclaimed' --> class="now" <!-- endif --> title="未认领" href="/invoiceReceivablesAS/1/Unclaimed/{{year}}/{{month}}/{{MebSea}}">未认领</a>
|
|
|
- <a <!-- if {{status}}=='Credited' --> class="now" <!-- endif --> title="已入账" href="/invoiceReceivablesAS/1/Credited/{{year}}/{{month}}/{{MebSea}}" >已入账</a>
|
|
|
+ <a <!-- if {{status}}=='All' --> class="now" <!-- endif --> href="/invoiceReceivablesAS/1/All">所有</a>
|
|
|
+ <a <!-- if {{status}}=='Claim' --> class="now" <!-- endif --> title="未认领" href="/invoiceReceivablesAS/1/Claim">未认领</a>
|
|
|
+ <a <!-- if {{status}}=='Unclaimed' --> class="now" <!-- endif --> title="未入账" href="/invoiceReceivablesAS/1/Unclaimed" >未入账</a>
|
|
|
+ <a <!-- if {{status}}=='Credited' --> class="now" <!-- endif --> title="已入账" href="/invoiceReceivablesAS/1/Credited" >已入账</a>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
- <li><select node-iryChange >
|
|
|
- <!-- include 'year' -->
|
|
|
- </select>
|
|
|
+ <li>
|
|
|
+ <div class="search">
|
|
|
+ <input type="radio" <!-- if {{timeType}}=='BIND' --> checked <!-- endif --> refreshData=time name="timeType" value="BIND">按到帐时间
|
|
|
+ <input type="radio" <!-- if {{timeType}}=='CREATE' --> checked <!-- endif --> refreshData=time name="timeType" value="CREATE">按录入时间
|
|
|
+ <div class="input-append">
|
|
|
+
|
|
|
+ <input class="datepicker-here span3" name="date" value="{{date}}" placeholder="按时间筛选" data-range="true" data-multiple-dates-separator=" : " data-language="zh" type="text">
|
|
|
+ <button class="btn btn-small" type="submit">查询</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
- <select node-irmChange >
|
|
|
- <option value="All">所有月份</option>
|
|
|
- {{mothHtml}}
|
|
|
- </select>
|
|
|
</li>
|
|
|
|
|
|
<li><div class="search"><div class="input-append">
|
|
|
- <input class="span3" data-irmMebSea placeholder="收款金额,收款信息" value="{{MebSeaEn}}" type="text">
|
|
|
- <button class="btn btn-small" node-irmMebSea type="button">搜索</button>
|
|
|
+ <input class="span3" data-irmMebSea placeholder="收款金额,收款信息" name="MebSea" value="{{MebSeaEn}}" type="text">
|
|
|
+ <button class="btn btn-small" node-irmMebSea type="submit">搜索</button>
|
|
|
</div>
|
|
|
</div></li>
|
|
|
</ul>
|
|
@@ -61,6 +69,7 @@
|
|
|
<th>到帐银行/到帐时间</th>
|
|
|
<th>录入收款</th>
|
|
|
<th>收款认领</th>
|
|
|
+ <th>发票入账</th>
|
|
|
<th>开票流水号</th>
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
@@ -77,14 +86,26 @@
|
|
|
<!-- endif -->
|
|
|
</td>
|
|
|
<td>
|
|
|
+ <!-- if {{list' value.bindStatus}}==1 -->
|
|
|
+ {{list' value.accountClerk}} 入账<br/>{{list' value.bindDate}}
|
|
|
+ <!-- elseif {{list' value.bindStatus}}==0&&{{list' value.untreadStatus}}==1 -->
|
|
|
+ {{list' value.untreadStaff}} 退票<br/>{{list' value.unbundlingTime}}
|
|
|
+ <!-- endif -->
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
<a href="#invdetail" node-invoice='INFO' data-isKey="{{list' value.iidKeyK}}" data-toggle="modal">{{list' value.irList.invoiceSerial}}</a>
|
|
|
</td>
|
|
|
<td>
|
|
|
<!-- if {{list' value.receivablesStaff}}=='PUBLIC' -->
|
|
|
- <a href="#billeidt" data-isKey="{{list' value.iridKey}}" node-irUpdate data-toggle="modal">修改</a>
|
|
|
- <a href="#billdel" data-isKey="{{list' value.iridKey}}" node-irDelete data-toggle="modal">删除</a>
|
|
|
+ <!-- <a href="#billeidt" data-isKey="{{list' value.iridKey}}" node-irUpdate data-toggle="modal">修改</a>
|
|
|
+ <a href="#billdel" data-isKey="{{list' value.iridKey}}" node-irDelete data-toggle="modal">删除</a> -->
|
|
|
+ <!-- elseif {{list' value.bindStatus}}==0&&{{list' value.untreadStatus}}==1 -->
|
|
|
+ <a href="#search-invoice" bind-invoice='receivables' node-key="{{list' value.iridKey}}" data-toggle="modal">查询发票</a>
|
|
|
+
|
|
|
<!-- elseif {{list' value.receivablesStaff}}!='PUBLIC'&&{{list' value.iid}}==0 -->
|
|
|
<a href="#receive" data-isKey="{{list' value.iridKey}}" node-alter data-toggle="modal">变更</a>
|
|
|
+ <!-- elseif {{list' value.bindStatus}}==1 -->
|
|
|
+ <a href="#Unbundling" data-isKey="{{list' value.iridKey}}" node-unBundLing data-toggle="modal">解绑</a>
|
|
|
<!-- endif -->
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -137,6 +158,32 @@
|
|
|
<div id="nc"></div>
|
|
|
</div>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+<div class="modal hide fade" id="Unbundling" >
|
|
|
+<form action="/invoiceUnBundLing" method="post" class="form-horizontal">
|
|
|
+<input type="hidden" name="unBundKey" id="unBundKey" value >
|
|
|
+ <div class="modal-dialog">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h3>收款与发票解绑</h3>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ 解绑后,发票与收款 可重新进行新的入账。
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <input type="submit" class="button" value="确认解绑">
|
|
|
+
|
|
|
+ <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
|
|
|
+ </div>
|
|
|
+ </div></div>
|
|
|
+</form>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<!--弹出变更-->
|
|
|
<div class="modal hide fade" id="receive">
|
|
|
<form action="/invoiceReceivablesUpdateClaim" method="post" class="form-horizontal">
|
|
@@ -157,15 +204,16 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="control-group">
|
|
|
+ <!--
|
|
|
+ <div class="control-group" style="display:none">
|
|
|
<label class="control-label"></label>
|
|
|
<div class="controls">
|
|
|
- <select name="receivablesStaff" html-staff>
|
|
|
+ <select name="receivablesStaff-delete" html-staff>
|
|
|
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ -->
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<input type="submit" class="button" value="确定">
|
|
@@ -252,7 +300,54 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
<!--弹出删除-->
|
|
|
- <
|
|
|
+
|
|
|
+ <!--弹出(查询发票)-->
|
|
|
+<div class="modal hide fade" id="search-invoice">
|
|
|
+<form action="/invoiceBindReceivables" id="IBR" method="post">
|
|
|
+ <input type="hidden" name="key" value="">
|
|
|
+ <input type="hidden" name="invoiceKey" value="">
|
|
|
+ <div class="modal-dialog modal-lg">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h3>查询发票</h3>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="modal-body saeaList" >
|
|
|
+ <div node-receivablesHtml='true'>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!--没找到对应开票-->
|
|
|
+ <blockquote node-search='invoice' style="display:none">
|
|
|
+ <p>暂时没有查询到“珠海XXXX公司”的未入账发票</p>
|
|
|
+ <p><div class="input-append">
|
|
|
+ <input class="datepicker-here span4" name='searchTitle' placeholder="你可以按关键词模糊搜索" data-range="true" data-multiple-dates-separator=" - " data-language="zh" type="text">
|
|
|
+ <button class="btn btn-small" invoice-search='title' type="button">查询</button>
|
|
|
+ </div></p>
|
|
|
+ </blockquote>
|
|
|
+
|
|
|
+ <div node-invoiceHtml='true'>
|
|
|
+ <!--搜索结果-->
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <thead><tr><th>开票单位(抬头)</th><th>开票金额</th><th>提交开票</th><th>出票</th><th>开票流水号</th><th width="80">入账</th></tr></thead>
|
|
|
+
|
|
|
+ </table>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="modal-footer">
|
|
|
+ <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
<!--弹出内容-->
|
|
|
<script type="text/javascript">autoFlashHeight();</script>
|
|
|
</body>
|