瀏覽代碼

提交问题修改

wenmenghao 10 月之前
父節點
當前提交
2ee2c4a7b1
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/order/components/bigOrder.vue
  2. 1 1
      src/views/order/components/bigOrderEdit.vue

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