common.select.js 1.26 KB
module.exports=function(app) {
	//查询通过审核店铺列表接口
	app.post("/ShopsRest/selectCheckPassShopsByName","select_selectCheckPassShopsByName");
	//查询店铺下关联品牌
	app.post("/MerchantShopsRest/queryMerchantBrandByShopsId","select_queryMerchantBrandByShopsId");
	//获取JIT店铺
	app.post("/AgreementRest/getJitSupplierByBrandId","select_getJitSupplierByBrandId");
	//尺码
	app.post("/product/querySizeListBySortId4Html","select_querySizeListBySortId4Html");
	//店铺列表
	app.post("/ShopsRest/selectCheckPassShopsByName","select_selectCheckPassShopsByName");
	//查询店铺下关联供应商
	app.post("/MerchantShopsRest/queryMerchantSupplierByShopsId","select_queryMerchantSupplierByShopsId");
	
	//根据品牌获取供应商
	app.post("/ShopsRest/queryShopsByBrandId", "select_queryShopsByBrandId");

	app.post("/product/queryMaxSortByName","select_queryMaxSortByName");
	/*类目 已经集成到控件里面去了注意*/
	app.post("/product/class/queryAllProductSortList","select_queryAllMaxSortList");
	app.post("/product/class/queryProductSortList","select_queryProductSortList");

	app.post("/model/queryModelListForSelect","select_queryModelListForSelect");
    app.post("/productSize/queryProdSizeListForSel","select_queryProdSizeListForSel");
}