|
@@ -196,15 +196,7 @@
|
|
|
|
|
|
|
|
|
$(".openinvoice").on("click", function () {
|
|
|
- // return false // 待可开发票时删除
|
|
|
- $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (r) {
|
|
|
- var hash = escape("超级订阅");
|
|
|
- if (r.status != 1) {
|
|
|
- window.open("/front/order/invoicetimeOut", '_self');
|
|
|
- } else {
|
|
|
- window.open("/front/order/invoice/" + orderCode, '_self');
|
|
|
- }
|
|
|
- })
|
|
|
+ window.open("/front/order/invoice/" + orderCode, '_self');
|
|
|
})
|
|
|
$(".payOrder").on("click", function () {
|
|
|
location.href = "/front/datareport/orderPay/" + orderCode;
|