Browse Source

Merge branch 'dev/2.4.26_zsy' of jianyu/qmx_page_admin into feature/v2.4.26

zhangsiya 1 year ago
parent
commit
20a6529ddc
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/order/components/otherOrderEdit.vue

+ 1 - 3
src/views/order/components/otherOrderEdit.vue

@@ -1354,8 +1354,6 @@ export default {
     show(data) {
       this.typeRestriction = true
       const {contractRes, filterData, refundRes, res, returnInfo, returnRes, audit} = data
-      console.log(77777777777)
-      console.log(contractRes)
       setTimeout(() => {
         // 已提交订单一些数据
         // 已提交过的原订单状态 res.orderStatus
@@ -1580,7 +1578,7 @@ export default {
         setTimeout(() => {
           this.startDate1(res.vip_starttime)
         }, 200);
-        if (productType == "5") {
+        if (productType == "5" && !this.readonly) {
           this.checkVip(1)
         }
         if(this.others.buySubject=='2'){ //购买主体为企业 禁用 产品类型和付费类型