@@ -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() {