mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
16849e724a
commit
913f99aa49
@ -141,6 +141,7 @@
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" @click="_back()">返回</button>
|
||||
<button type="button" class="btn btn-primary" @click="_printSmallAndBack()">打印小票</button>
|
||||
<button type="button" class="btn btn-primary" @click="_printAndBack()">打印收据</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -285,6 +285,10 @@
|
||||
//$('#payFeeResult').modal("hide");
|
||||
window.open("/print.html#/pages/property/printPayFee?receiptId=" + $that.payFeeOrderInfo.receiptId)
|
||||
},
|
||||
_printSmallAndBack: function () {
|
||||
//$('#payFeeResult').modal("hide");
|
||||
window.open("/smallPrint.html#/pages/property/printSmallPayFee?receiptId=" + $that.payFeeOrderInfo.receiptId)
|
||||
},
|
||||
/**
|
||||
* 向上取整
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user