瀏覽代碼

feat:活动管理禁止bbc平台

snow 1 年之前
父節點
當前提交
11fc9f5116
共有 1 個文件被更改,包括 6 次插入0 次删除
  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() {