Browse Source

feat:活动管理禁止bbc平台

snow 1 năm trước cách đây
mục cha
commit
11fc9f5116
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/goodStore/active/components/baseForm.vue

+ 6 - 0
src/views/goodStore/active/components/baseForm.vue

@@ -608,6 +608,12 @@ export default {
         this.$message.warning("请选择库存类型!");
         return;
       }
+      
+      if(this.platform_type === "2"){
+        this.$message.warning("当前业务不支持对接BBC平台的商品")
+        return
+      }
+
       this.showModel = true;
     },
     async submitForm() {