Procházet zdrojové kódy

提交问题修改

wenmenghao před 10 měsíci
rodič
revize
2ee2c4a7b1

+ 1 - 1
src/views/order/components/bigOrder.vue

@@ -485,7 +485,7 @@ export default {
             return this.member.products == '1' && this.member.buySubject == '1' && (this.bigStas == 1 || this.bigStas == 2)
         },
         paytypeAlldis(){
-            return this.member.products == '2' && this.member.products == '3'
+            return this.member.products == '2' || this.member.products == '3'
         },
         subaccountDis() {
             if (this.member.buySubject == '1' && (this.bigStas == 1 || this.bigStas == 2)) {

+ 1 - 1
src/views/order/components/bigOrderEdit.vue

@@ -522,7 +522,7 @@ export default {
         return this.member.products == '1' && this.member.buySubject == '1' && (this.bigStas == 1 || this.bigStas == 2)
     },
     paytypeAlldis(){
-        return this.member.products == '2' && this.member.products == '3'
+        return this.member.products == '2' || this.member.products == '3'
     },
     pass_all_incomplete_dis() { //全部订单-编辑大会员,“订单审核状态”为已通过,订单状态为“未完成”时
       return this.returnMyReceivable && this.member.order_status == '0' && this.audit_status == 3