common.select.js 3.77 KB
module.exports=function(app) {
    /**/
    app.post("/supplier/supplier/getSupplierListByIdName","select_getSupplierListByIdName");
    /**/
    app.post("/erpproduct/brands/getBrandNames","select_getBrandNames");

    app.post("/supplier/storeadmin/managerName","select_getUsersByIdentity");
    /**/
    // app.post("/ShopsAdminRest/getUsersByIdentity","select_getUsersByIdentity");
    /**/
    app.post("/product/querySizeAttributesByName","select_querySizeAttributesByName");

    app.post("/standardSort/getAllStandardSortBySortIdForSelect","select_getAllStandardSortBySortIdForSelect");

    app.post("/product/querySizeListBySortId4Html","select_querySizeListBySortId4Html");

    app.post("/product/querySizeListBySkn","select_querySizeListBySkn");
    /*尺码模糊查询【验证通过】*/
    app.post("/product/querySizeByNameForSelect","select_querySizeByNameForSelect");
    /*查询品牌列表接口*/
    app.post("/erpproduct/brands/queryAllBrands", "select_queryAllBrands");
    /*查询供应商列表接口*/
    app.post("/supplier/supplier/queryAllSupplier","select_queryAllSupplier");
    /*查询一级类目列表接口*/
    app.post("/product/queryMaxSortByName","select_queryMaxSortByName");
    /*查询店铺列表接口*/
    app.post("/ShopsRest/queryAllShops","select_queryAllShops");
    /*查询通过审核店铺列表接口*/
    app.post("/ShopsRest/selectCheckPassShopsByName","select_selectCheckPassShopsByName");
    /*查询优惠券店铺列表接口*/
    app.post("/ShopsRest/selectAllCouponShops","select_selectAllCouponShops");
    /* 店铺创建、店铺信息管理、店铺审核管理页面,下拉选择店铺名称,列表筛选 */
    app.post("/ShopsRest/selectShopsByName","select_selectShopsByName");
    /*根据品牌查询店铺*/
    app.post("/ShopsRest/queryShopsByBrandId","select_queryShopsByBrandId");
    /*模糊查询*/
    app.post("/DrawlineActivityRest/selectActivityListForSelect","select_selectActivityListForSelect");
    /*获取JIT店铺*/
    app.post("/AgreementRest/getJitSupplierByBrandId","select_getJitSupplierByBrandId");
    /**/
    app.post("/guang/article/getSortList","select_getSortList");
    /*发券搜索*/
    app.post("/coupon/queryList","select_queryList");
    app.post("/coupon/getAllDepartment","select_getAllDepartment");
    /*获取所有APP版本号列表*/
    app.post("/suggest/suggest/getAllAppVersions","select_getAllAppVersions");
    /*获取所有回复人*/
    app.post("/suggest/suggest/findAllReplyInfo","select_findAllReplyInfo");

    /*类目*/

    app.post("/goods/query/querySortBySmallSort","select_querySortBySmallSort");

    app.post("/product/class/queryAllProductSortList","select_queryAllMaxSortList");
    app.post("/product/class/queryProductSortList","select_queryProductSortList");


    app.post("/sale/product/queryPSNotTreeWhenLevelAndStatus","select_queryPSNotTreeWhenLevelAndStatus");
    app.post("/sale/product/queryPSListByParentIdWhenStatus","select_queryPSListByParentIdWhenStatus");
    app.post("/refundExchangeAttribute/queryRefundExchangeProductSkn","select_queryRefundExchangeProductSkn");
    app.post("/product/fuzzySearchProductSortIds","select_fuzzySearchProductSortIds");
    app.post("/product/searchAllSortLevel","select_searchAllSortLevel");

    /*获取品牌列表*/
    app.post("/payDelivery/queryPayDeliveryBrandName","select_queryPayDeliveryBrandName");
    
    app.post("/profile/queryUserProfileByRole","select_queryUserProfileByRole");
    app.post("/model/queryModelListForSelect","select_queryModelListForSelect");
    app.post("/productSize/queryProdSizeListForSel","select_queryProdSizeListForSel");

    app.post("/erpproduct/brands/getAllBrandNameList", "select_getAllBrandNameList");

    app.post("/erpproduct/brands/queryShopsBrandsByStatus","select_queryShopsBrandsByStatus");

}