Authored by 马力

搜索广告功能迁移

... ... @@ -65,4 +65,6 @@ module.exports=function(app) {
app.post("/profile/queryUserProfileByRole","select_queryUserProfileByRole");
app.post("/model/queryModelListForSelect","select_queryModelListForSelect");
app.post("/productSize/queryProdSizeListForSel","select_queryProdSizeListForSel");
app.post("/erpproduct/brands/queryShopsBrandsByStatus","select_queryShopsBrandsByStatus");
}
\ No newline at end of file
... ...
... ... @@ -255,5 +255,11 @@ module.exports={
productSkn:{type:Number}
}
},
queryShopsBrandsByStatus:{
title:'从前台表获取开启品牌列表',
url: '/erpproduct/brands/queryShopsBrandsByStatus',
params: {
}
}
}
};
\ No newline at end of file
... ...
... ... @@ -210,7 +210,7 @@ common.util.__ajax({
}
}
common.util.__ajax({
url: '/erpproduct/brands/getBrandNames',
url: '/erpproduct/brands/queryShopsBrandsByStatus',
data: {
}
},function(res){
... ...