瀏覽代碼

Merge branch 'release' into dev4.6.3.2

luwenna 3 年之前
父節點
當前提交
7c9565445a
共有 31 個文件被更改,包括 138 次插入140 次删除
  1. 7 7
      src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/vip_order_detail.js
  2. 7 7
      src/jfw/modules/app/src/web/templates/big-member/page_orderdetail_aiForecastPack.html
  3. 7 7
      src/jfw/modules/app/src/web/templates/big-member/page_orderdetail_member.html
  4. 7 7
      src/jfw/modules/app/src/web/templates/big-member/page_orderdetail_subAccount.html
  5. 7 7
      src/jfw/modules/app/src/web/templates/commonPay/bidfile/bidfileDetail.html
  6. 7 7
      src/jfw/modules/app/src/web/templates/commonPay/integral/integralDetail.html
  7. 7 7
      src/jfw/modules/app/src/web/templates/dataExport/dataExport_toOrderDetail.html
  8. 7 7
      src/jfw/modules/app/src/web/templates/entniche/entniche_order_detail.html
  9. 7 7
      src/web/staticres/common-module/order-list/js/order-detail.js
  10. 7 7
      src/web/staticres/common-module/order-list/js/order-list.js
  11. 1 1
      src/web/templates/areaPack/pc/page_order.html
  12. 7 8
      src/web/templates/common/pcbottom.html
  13. 1 1
      src/web/templates/course/pc/order_detail.html
  14. 1 1
      src/web/templates/order/pc/bidfile/bidfileDetail.html
  15. 1 1
      src/web/templates/order/pc/datareport/detail.html
  16. 1 1
      src/web/templates/order/pc/integral/integralDetail.html
  17. 1 1
      src/web/templates/pc/aiPack_orderDetail.html
  18. 1 1
      src/web/templates/pc/dataPack/packDetail.html
  19. 1 1
      src/web/templates/pc/entniche_orderDetail.html
  20. 1 1
      src/web/templates/pc/member_orderDetail.html
  21. 0 1
      src/web/templates/pc/myOrder.html
  22. 1 1
      src/web/templates/pc/orderDetail.html
  23. 1 1
      src/web/templates/pc/subAccount_orderDetail.html
  24. 1 1
      src/web/templates/pc/vip_orderDetail.html
  25. 7 7
      src/web/templates/weixin/commonPay/bidfile/bidfiledetail.html
  26. 7 7
      src/web/templates/weixin/commonPay/integral/integralDetail.html
  27. 7 7
      src/web/templates/weixin/dataExport/dataExport_toOrderDetail.html
  28. 7 7
      src/web/templates/weixin/member/aiForecastPackdetail.html
  29. 7 7
      src/web/templates/weixin/member/memberdetail.html
  30. 7 7
      src/web/templates/weixin/member/subAccountDetail.html
  31. 7 7
      src/web/templates/weixin/vipsubscribe/vip_order_detail.html

+ 7 - 7
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/vip_order_detail.js

@@ -748,13 +748,13 @@ function checkinvoice(flag) {
 
 //开发票
 function invoiceAdd() {
-  return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-    title: '温馨提示',
-    buttons: [{
-        label: '我知道了',
-        type: 'primary'
-    }]
-  });
+    // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+    //   title: '温馨提示',
+    //   buttons: [{
+    //       label: '我知道了',
+    //       type: 'primary'
+    //   }]
+    // });
     var orderCode_ = decodeURIComponent(getParam("orderCode"));
     $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode_}, function (data) {
         if (data.status == 1) {

+ 7 - 7
src/jfw/modules/app/src/web/templates/big-member/page_orderdetail_aiForecastPack.html

@@ -366,13 +366,13 @@
 
     //开发票
     function invoiceAdd() {
-        return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status == 1) {
                 window.location.href = "/jyapp/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/jfw/modules/app/src/web/templates/big-member/page_orderdetail_member.html

@@ -452,13 +452,13 @@
             });
             return
         }
-        return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status == 1) {
                 window.location.href = "/jyapp/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/jfw/modules/app/src/web/templates/big-member/page_orderdetail_subAccount.html

@@ -356,13 +356,13 @@
 
     //开发票
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status == 1) {
                 window.location.href = "/jyapp/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/jfw/modules/app/src/web/templates/commonPay/bidfile/bidfileDetail.html

@@ -334,13 +334,13 @@
 
     //开发票
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status == 1) {
                 window.location.href = "/jyapp/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/jfw/modules/app/src/web/templates/commonPay/integral/integralDetail.html

@@ -352,13 +352,13 @@
 
     //开发票
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status == 1) {
                 window.location.href = "/jyapp/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/jfw/modules/app/src/web/templates/dataExport/dataExport_toOrderDetail.html

@@ -684,13 +684,13 @@
     }
 
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code":{{.T.o.order_code}}}, function (data) {
             if (data.status == 1) {
                 window.location.href = "/jyapp/front/invoice/showpage?order_code=" +{{.T.o.order_code}}

+ 7 - 7
src/jfw/modules/app/src/web/templates/entniche/entniche_order_detail.html

@@ -570,13 +570,13 @@
 
     //开发票
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         orderCode = decodeURIComponent(getParam("order_code"))
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status == 1) {

+ 7 - 7
src/web/staticres/common-module/order-list/js/order-detail.js

@@ -385,13 +385,13 @@ var vm = new Vue({
       }
 
       // 临时需求 未开发票提示当前时期不能开具发票
-      return this.showDialog({
-        title: '温馨提示',
-        message: '因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!',
-        className: 'j-confirm-dialog text-center',
-        showCancelButton: false,
-        confirmButtonText: '我知道了'
-      })
+      // return this.showDialog({
+      //   title: '温馨提示',
+      //   message: '因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!',
+      //   className: 'j-confirm-dialog text-center',
+      //   showCancelButton: false,
+      //   confirmButtonText: '我知道了'
+      // })
 
       var loading = this.showLoading()
       $.ajax({

+ 7 - 7
src/web/staticres/common-module/order-list/js/order-list.js

@@ -958,13 +958,13 @@ var vm = new Vue({
       }
 
       // 临时需求 未开发票提示当前时期不能开具发票
-      return this.showDialog({
-        title: '温馨提示',
-        message: '因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!',
-        className: '',
-        showCancelButton: false,
-        confirmButtonText: '我知道了'
-      })
+      // return this.showDialog({
+      //   title: '温馨提示',
+      //   message: '因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!',
+      //   className: '',
+      //   showCancelButton: false,
+      //   confirmButtonText: '我知道了'
+      // })
 
       var loading = this.showLoading()
       $.ajax({

+ 1 - 1
src/web/templates/areaPack/pc/page_order.html

@@ -306,7 +306,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');

+ 7 - 8
src/web/templates/common/pcbottom.html

@@ -771,12 +771,11 @@ if (location.href.indexOf('jyblog') === -1) {
     </div>
 </div>
 <!-- 暂无法开发票弹框 -->
-<style>
+<!-- <style>
   #cantOpenInvoiceDialog.modal{
-    /* display: none; */
+    display: none;
     overflow-x: hidden!important;
     overflow-y: auto!important;
-    /* width: 400px; */
     background-color: transparent;
   }
   #cantOpenInvoiceDialog .modal-dialog{
@@ -815,17 +814,15 @@ if (location.href.indexOf('jyblog') === -1) {
   <div class="modal-dialog">
       <div class="modal-content">
           <div class="modal-header">
-              <!-- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> -->
               <h4 class="modal-title" id="myModalLabel">温馨提示</h4>
           </div>
           <div class="modal-body">因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!</div>
           <div class="modal-footer">
               <button type="button" class="btn btn-default" data-dismiss="modal">我知道了</button>
-              <!-- <button type="button" class="btn btn-primary">提交更改</button> -->
           </div>
-      </div><!-- /.modal-content -->
-  </div><!-- /.modal -->
-</div>
+      </div>
+  </div>
+</div> -->
 <!--E-侧边栏-->
 
 <script type="text/javascript">
@@ -1116,6 +1113,7 @@ $("#b-clear").click(function(){
 </script>
 <script>;
   /* 能开发票时删除以下代码 及详情页开发票点击事件里的return false */
+  /*
   $('#order_detail .openinvoice').css({
     'background': '#EDEFF2',
     'color': '#5F5E64'
@@ -1130,5 +1128,6 @@ $("#b-clear").click(function(){
   $('#order_two .openinvoice').unbind('click').bind('click', function(e) {
     return $('#cantOpenInvoiceDialog').modal()
   })
+  */
   
 </script>

+ 1 - 1
src/web/templates/course/pc/order_detail.html

@@ -211,7 +211,7 @@
                 }, 3000);
             })
             $(".openinvoice").on("click",function(){
-                return false // 待可开发票时删除
+                // return false // 待可开发票时删除
                  window.open("/front/course/applyInvoice?orderCode="+orderId,'_self');
             })
             $(".lookinvoice").on("click",function(){

+ 1 - 1
src/web/templates/order/pc/bidfile/bidfileDetail.html

@@ -222,7 +222,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');

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

@@ -197,7 +197,7 @@
 
 
             $(".openinvoice").on("click", function () {
-              return false // 待可开发票时删除
+              // return false // 待可开发票时删除
                 $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (r) {
                     var hash = escape("超级订阅");
                     if (r.status != 1) {

+ 1 - 1
src/web/templates/order/pc/integral/integralDetail.html

@@ -244,7 +244,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');

+ 1 - 1
src/web/templates/pc/aiPack_orderDetail.html

@@ -283,7 +283,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');

+ 1 - 1
src/web/templates/pc/dataPack/packDetail.html

@@ -236,7 +236,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');

+ 1 - 1
src/web/templates/pc/entniche_orderDetail.html

@@ -179,7 +179,7 @@
 
 
             $(".openinvoice").on("click", function () {
-              return false // 待可开发票时删除
+              // return false // 待可开发票时删除
                 $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (r) {
                     var hash = escape("超级订阅");
                     if (r.status != 1) {

+ 1 - 1
src/web/templates/pc/member_orderDetail.html

@@ -272,7 +272,7 @@
                             if(r.data.is_backstage_order!==1){ //发票
                                 if (r.data.applybill_status === 0) {
                                     $(".openinvoice").css("display", "").on("click", function () {
-                                        return false // 待可开发票时删除
+                                        // return false // 待可开发票时删除
                                         
                                         if (window.isTransferPay) {
                                             checkinvoice(2, '', '请联系客服开票<br>客服热线:400-108-6670')

+ 0 - 1
src/web/templates/pc/myOrder.html

@@ -1050,7 +1050,6 @@
         },
         goInvoice: function (item) {
           if (item.applybill_status === 0) {
-            return $('#cantOpenInvoiceDialog').modal() 
             // $.alert({
             //     title: '温馨提示',
             //     titleClass: 'custom-alert-title',

+ 1 - 1
src/web/templates/pc/orderDetail.html

@@ -508,7 +508,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');

+ 1 - 1
src/web/templates/pc/subAccount_orderDetail.html

@@ -265,7 +265,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');

+ 1 - 1
src/web/templates/pc/vip_orderDetail.html

@@ -427,7 +427,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');

+ 7 - 7
src/web/templates/weixin/commonPay/bidfile/bidfiledetail.html

@@ -323,13 +323,13 @@
 
     //开发票
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status === 1) {
                 window.location.href = "/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/web/templates/weixin/commonPay/integral/integralDetail.html

@@ -341,13 +341,13 @@
 
     //开发票
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status === 1) {
                 window.location.href = "/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/web/templates/weixin/dataExport/dataExport_toOrderDetail.html

@@ -631,13 +631,13 @@
     }
 
     function invoiceAdd(order_code) {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": order_code}, function (data) {
             if (data.status == 1) {
                 window.location.href = "/front/invoice/showpage?order_code=" + order_code;

+ 7 - 7
src/web/templates/weixin/member/aiForecastPackdetail.html

@@ -369,13 +369,13 @@
 
     //开发票
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status === 1) {
                 window.location.href = "/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/web/templates/weixin/member/memberdetail.html

@@ -443,13 +443,13 @@
 
     //开发票
     function invoiceAdd() {
-        return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         if (window.isTransferPay) {
             weui.alert('请联系客服开票<br>客服热线:400-108-6670', {
                 buttons: [{

+ 7 - 7
src/web/templates/weixin/member/subAccountDetail.html

@@ -362,13 +362,13 @@
 
     //开发票
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status === 1) {
                 window.location.href = "/front/invoice/showpage?order_code=" + orderCode;

+ 7 - 7
src/web/templates/weixin/vipsubscribe/vip_order_detail.html

@@ -927,13 +927,13 @@
     var orderCode = getParam("orderCode")
 
     function invoiceAdd() {
-      return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
-            title: '温馨提示',
-            buttons: [{
-                label: '我知道了',
-                type: 'primary'
-            }]
-        });
+        // return weui.alert('因年底集中结算,发票功能暂停使用。给您带来的不便表示抱歉,我们会在恢复发票功能后第一时间通知!', {
+        //     title: '温馨提示',
+        //     buttons: [{
+        //         label: '我知道了',
+        //         type: 'primary'
+        //     }]
+        // });
         $.post("/subscribepay/orderListDetails/isOver", {"order_code": orderCode}, function (data) {
             if (data.status == 1) {
                 window.location.href = "/front/invoice/showpage?order_code=" + orderCode;