wenmenghao321 1 rok temu
rodzic
commit
f243b35630

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

@@ -336,7 +336,7 @@
                 $(".invoice").css("display", "none");//隐藏开发票
             }
             if(r.data.is_backstage_order===1){
-                $(".invoice").css("display", "none");//隐藏开发票
+                // $(".invoice").css("display", "none");//隐藏开发票
             }
         })
     })

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

@@ -341,7 +341,7 @@
                 $(".invoice").css("display", "none");//隐藏开发票
             }
             if(r.data.is_backstage_order===1){
-                $(".invoice").css("display", "none");//隐藏开发票
+                // $(".invoice").css("display", "none");//隐藏开发票
             }
         })
     })

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

@@ -1019,15 +1019,15 @@ var vm = new Vue({
       }
 
       // 大会员公对公转账发票提示
-      if (productType === '大会员' && order.pay_way === 'transferAccounts' && type !== 'look') {
-        return this.showDialog({
-          title: '',
-          message: '请联系客服开票<br>客服热线:400-108-6670',
-          className: 'j-confirm-dialog text-center',
-          showCancelButton: false,
-          confirmButtonText: '我知道了'
-        })
-      }
+      // if (productType === '大会员' && order.pay_way === 'transferAccounts' && type !== 'look') {
+      //   return this.showDialog({
+      //     title: '',
+      //     message: '请联系客服开票<br>客服热线:400-108-6670',
+      //     className: 'j-confirm-dialog text-center',
+      //     showCancelButton: false,
+      //     confirmButtonText: '我知道了'
+      //   })
+      // }
 
 
       // 已开发票情况(查看发票)

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

@@ -337,7 +337,7 @@
                     $(".invoice").css("display", "none");//隐藏开发票
                 }
                 if(r.data.is_backstage_order===1){
-                    $(".invoice").css("display", "none");//隐藏开发票
+                    // $(".invoice").css("display", "none");//隐藏开发票
                 }
             }
         })

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

@@ -345,7 +345,7 @@
                 $(".invoice").css("display", "none");//隐藏开发票
             }
             if(r.data.is_backstage_order===1){
-                $(".invoice").css("display", "none");//隐藏开发票
+                // $(".invoice").css("display", "none");//隐藏开发票
             }
         })
     })