import { ORIGIN } from '../../../js/api'; export const RETAIL_API = { assistantRetail:`${ORIGIN}/admin/assistant/retail`, // 收款出库 assistantListErpGoods:`${ORIGIN}/admin/assistant/listErpGoods`, // 物品管理 assistantListErpGoodsCate:`${ORIGIN}/admin/assistant/listErpGoodsCate`, // 物品分类管理 assistantGetAssistantStadiums:`${ORIGIN}/admin/assistant/getAssistantStadiums`, // 店铺列表 assistantListErpGoodsCateAndGoods:`${ORIGIN}/admin/assistant/listErpGoodsCateAndGoods`, // 分类物品列表 assistantGetValueCardList:`${ORIGIN}/admin/assistant/getValueCardList`, // 搜索储蓄卡 getCategoryList:`${ORIGIN}/classifyer/all`, // 分类列表 getGoodsList:`${ORIGIN}/admin/erpRetailGoods/list`, // 商品列表 } export default RETAIL_API;