Authored by tanling

通用楼层不能选择订单

... ... @@ -124,8 +124,13 @@ var Bll = {
common.util.__tip('楼层分类不能为空!', 'warning');
return false;
}
}
// 楼层分类 不能选择 订单
if (module.contentData.floorCategory =='3'){
common.util.__tip('楼层分类不能是订单!', 'warning');
return false;
}
}
// 新商品列表
if (module.contentData.template_name == 'newProductListMerge'){
... ...