zhangxinlei1996 3 年之前
父節點
當前提交
f23a6b69c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/order/pc/filePack/detail.html

+ 1 - 1
src/web/templates/order/pc/filePack/detail.html

@@ -233,7 +233,7 @@
 
 
             $(".openinvoice").on("click", function () {
-                return false // 待可开发票时删除
+                //return false // 待可开发票时删除
                 $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (r) {
                     if (r.status != 1) {
                         window.open("/front/order/invoicetimeOut", '_self');