12345678910111213141516171819 |
- //客户管理列表
- export const API_GET_CUSTOMER_MANAGE = '/identityAuthenticationInfo/selectIdentityAuthenticationInfoPurchase'
- //新增粮商
- export const API_GET_CUSTOMER_ADD = '/identityAuthenticationInfo/api/addIdentityAuthenticationInfo'
- //收购管理列表
- export const API_GET_PURCHASEPRICE_MANAGE = '/purchasePrice/purchasePriceList'
- //收购管理添加
- export const API_POST_PURCHASEPRICE_ADD = '/purchasePrice/purchasePriceAdd'
- //收购管理查看
- export const API_GET_PURCHASEPRICE_LOOK = '/purchasePrice/purchasePriceLook'
- //收购管理编辑
- export const API_POST_PURCHASEPRICE_EDIT = '/purchasePrice/purchasePriceEdit'
- //收购管理删除
- export const API_POST_PURCHASEPRICE_DEL = '/purchasePrice/purchasePriceDel'
- //收购管理员手动编辑
- export const API_POST_PURCHASEPRICE_ALLOWEDIT = '/purchasePrice/purchasePriceAllowEdit'
- //查询仓库列表
- export const API_GET_WAREHOUSESELF = '/warehouseBaseInfo/selectWarehouseSelf'
|