Commit 61db5430 by LJM

新增基础资料--运输资料--快递物流、快递物流配置

parent 514230b2
// const API_BASE_USER = 'http://user.liexindev.net'; //用户系统 const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
// const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统 const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
// const API_BASE = 'http://wms.liexindev.net'; //WMS系统 const API_BASE = 'http://wms.liexindev.net'; //WMS系统
// const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统 const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
// const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统 // const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统 // const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const API_BASE = 'https://wms.ichunt.net'; //WMS系统 // const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API = { const API = {
...@@ -403,7 +402,11 @@ const API = { ...@@ -403,7 +402,11 @@ const API = {
/** /**
* 预检单补打标签 * 预检单补打标签
* */ * */
stockPreCheckLatePrint: API_BASE + '/api/stockIn/stockPreCheck/stockPreCheckLatePrint' stockPreCheckLatePrint: API_BASE + '/api/stockIn/stockPreCheck/stockPreCheckLatePrint',
/**
* 对外开放-物流联动信息获取
* */
getShippingList: API_BASE + '/open/shipping/getShippingList'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment