zhangxinlei1996 il y a 3 ans
Parent
commit
f23a6b69c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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');