Procházet zdrojové kódy

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

zhangsiya před 1 rokem
rodič
revize
20a6529ddc
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  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) {
     show(data) {
       this.typeRestriction = true
       this.typeRestriction = true
       const {contractRes, filterData, refundRes, res, returnInfo, returnRes, audit} = data
       const {contractRes, filterData, refundRes, res, returnInfo, returnRes, audit} = data
-      console.log(77777777777)
-      console.log(contractRes)
       setTimeout(() => {
       setTimeout(() => {
         // 已提交订单一些数据
         // 已提交订单一些数据
         // 已提交过的原订单状态 res.orderStatus
         // 已提交过的原订单状态 res.orderStatus
@@ -1580,7 +1578,7 @@ export default {
         setTimeout(() => {
         setTimeout(() => {
           this.startDate1(res.vip_starttime)
           this.startDate1(res.vip_starttime)
         }, 200);
         }, 200);
-        if (productType == "5") {
+        if (productType == "5" && !this.readonly) {
           this.checkVip(1)
           this.checkVip(1)
         }
         }
         if(this.others.buySubject=='2'){ //购买主体为企业 禁用 产品类型和付费类型
         if(this.others.buySubject=='2'){ //购买主体为企业 禁用 产品类型和付费类型