You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
792 B
14 lines
792 B
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;
|