index.js 955 B

12345678910111213141516171819
  1. //客户管理列表
  2. export const API_GET_CUSTOMER_MANAGE = '/identityAuthenticationInfo/selectIdentityAuthenticationInfoPurchase'
  3. //新增粮商
  4. export const API_GET_CUSTOMER_ADD = '/identityAuthenticationInfo/api/addIdentityAuthenticationInfo'
  5. //收购管理列表
  6. export const API_GET_PURCHASEPRICE_MANAGE = '/purchasePrice/purchasePriceList'
  7. //收购管理添加
  8. export const API_POST_PURCHASEPRICE_ADD = '/purchasePrice/purchasePriceAdd'
  9. //收购管理查看
  10. export const API_GET_PURCHASEPRICE_LOOK = '/purchasePrice/purchasePriceLook'
  11. //收购管理编辑
  12. export const API_POST_PURCHASEPRICE_EDIT = '/purchasePrice/purchasePriceEdit'
  13. //收购管理删除
  14. export const API_POST_PURCHASEPRICE_DEL = '/purchasePrice/purchasePriceDel'
  15. //收购管理员手动编辑
  16. export const API_POST_PURCHASEPRICE_ALLOWEDIT = '/purchasePrice/purchasePriceAllowEdit'
  17. //查询仓库列表
  18. export const API_GET_WAREHOUSESELF = '/warehouseBaseInfo/selectWarehouseSelf'