Browse Source

Merge branch 'hotfix/v2.4.47.2' of https://jygit.jydev.jianyu360.cn/jianyu/qmx_page_admin into hotfix/v2.4.47.2

tangshizhe 1 month ago
parent
commit
733ce77431
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/newTableLists.vue

+ 4 - 0
src/components/newTableLists.vue

@@ -208,6 +208,10 @@ export default {
       } else {
       } else {
         v._disabled = true
         v._disabled = true
       }
       }
+      // 线上的订单\待用户下单
+      if (orderStatus === -2 || v?.is_backstage_order === 0 || v?.order_channel === 'xdqd04') {
+        v._disabled = true
+      }
     })
     })
   },
   },
   // 发送输入事件
   // 发送输入事件