|
@@ -76,7 +76,9 @@
|
|
|
<!-- if !empty({{establishedInvoice}}) -->
|
|
|
<table class="table table-bordered table-condensed">
|
|
|
<tbody>
|
|
|
- <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></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>
|
|
|
+ </tr>
|
|
|
|
|
|
<!-- loop establishedInvoice -->
|
|
|
<tr>
|
|
@@ -102,6 +104,17 @@
|
|
|
<td>
|
|
|
{{establishedInvoice' value.OperationLog.username}} {{establishedInvoice' value.OperationLog.date}}
|
|
|
</td>
|
|
|
+ <td>
|
|
|
+ <!-- if {{establishedInvoice' value.lossShow}} -->
|
|
|
+ <!-- if {{establishedInvoice' value.lossIid}}==0 -->
|
|
|
+ <a class="button btn-block" href="#request" node-invoiceLoss='INFO' data-isKey="{{establishedInvoice' value.iidKeyK}}" data-toggle="modal">申请打印</a>
|
|
|
+ <!-- else -->
|
|
|
+ <a href="#invdetail" node-invoice='INFO' data-isKey="{{invoiceList' value.lossDetail.iidKeyK}}" data-toggle="modal">{{invoiceList' value.lossDetail.invoiceSerial}}</a>
|
|
|
+ <!-- endif -->
|
|
|
+ <!-- else -->
|
|
|
+ 当月退票
|
|
|
+ <!-- endif -->
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<!-- endloop -->
|
|
|
</tbody>
|
|
@@ -116,10 +129,40 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div loading-msg='true' style="position:absolute; left:50%; top:50%; "></div>
|
|
|
- <div class="modal fade" id="invdetail">
|
|
|
+<div class="modal fade" id="invdetail">
|
|
|
+ <div id="nc"></div>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+<div class="modal hide fade" id="request">
|
|
|
+ <div class="modal-dialog modal-lg">
|
|
|
+ <div class="modal-content">
|
|
|
|
|
|
- <div id="nc"></div>
|
|
|
+ <form action="/invoiceLossDo" method="post" name="receivablesInvoiceBind">
|
|
|
+ <input type="hidden" name="iidKey" id="inKey" value="">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h3>打印信息</h3>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body saeaList">
|
|
|
+
|
|
|
+ <div id="irtc"></div>
|
|
|
+ </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>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<!--弹出退票确认-->
|
|
|
<div class="modal hide fade" id="return">
|
|
|
<form action="/invoiceUntreadEstablishedDo" method="post" name="untreadInvoice">
|