|
|
@ -4,8 +4,8 @@ export const url = {
|
|
|
|
wmspda: {
|
|
|
|
wmspda: {
|
|
|
|
system: {
|
|
|
|
system: {
|
|
|
|
test: '/wmspda/system/test',
|
|
|
|
test: '/wmspda/system/test',
|
|
|
|
login: '/api/dev-api/auth/login',
|
|
|
|
login: '/dev-api/auth/login',
|
|
|
|
getInfo: '/api/dev-api/system/user/mobileGetInfo',
|
|
|
|
getInfo: '/dev-api/system/user/mobileGetInfo',
|
|
|
|
getMenus: '/wmspda/system/getMenus',
|
|
|
|
getMenus: '/wmspda/system/getMenus',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
fg: {
|
|
|
|
fg: {
|
|
|
@ -402,35 +402,35 @@ export const url = {
|
|
|
|
//正式接口
|
|
|
|
//正式接口
|
|
|
|
lanjumes: {
|
|
|
|
lanjumes: {
|
|
|
|
product: {
|
|
|
|
product: {
|
|
|
|
getInfoByRfid: '/api/dev-api/quality/handCheck/getInfoByRfid',
|
|
|
|
getInfoByRfid: '/dev-api/quality/handCheck/getInfoByRfid',
|
|
|
|
saveQcProCheck: '/api/dev-api/quality/handCheck/saveQcProCheck',
|
|
|
|
saveQcProCheck: '/dev-api/quality/handCheck/saveQcProCheck',
|
|
|
|
queryhandChecklist: '/api/dev-api/quality/handCheck/list',
|
|
|
|
queryhandChecklist: '/dev-api/quality/handCheck/list',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
lanjuwms: {
|
|
|
|
lanjuwms: {
|
|
|
|
product: {
|
|
|
|
product: {
|
|
|
|
// 下线入库
|
|
|
|
// 下线入库
|
|
|
|
OfflineStorage: {
|
|
|
|
OfflineStorage: {
|
|
|
|
queryinformation: '/api/dev-api/wms/put/s/',
|
|
|
|
queryinformation: '/dev-api/wms/put/s/',
|
|
|
|
insertTary: '/api/dev-api/wms/tray/insertTary',
|
|
|
|
insertTary: '/dev-api/wms/tray/insertTary',
|
|
|
|
deleteTray: '/api/dev-api/wms/tray/deleteTray',
|
|
|
|
deleteTray: '/dev-api/wms/tray/deleteTray',
|
|
|
|
handPut: '/api/dev-api/wms/tray/wms/handPut',
|
|
|
|
handPut: '/dev-api/wms/tray/wms/handPut',
|
|
|
|
list: '/api/dev-api/wms/tray/listTary',
|
|
|
|
list: '/dev-api/wms/tray/listTary',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 销售出库/sellout/showProduceCode/ /sellout/s/订单号/产品编码
|
|
|
|
// 销售出库/sellout/showProduceCode/ /sellout/s/订单号/产品编码
|
|
|
|
|
|
|
|
|
|
|
|
SaleOutWH: {
|
|
|
|
SaleOutWH: {
|
|
|
|
// 根据交货单号查询下面的产品编码
|
|
|
|
// 根据交货单号查询下面的产品编码
|
|
|
|
showProduceCode: '/api/dev-api/wms/sellout/showProduceCode',
|
|
|
|
showProduceCode: '/dev-api/wms/sellout/showProduceCode',
|
|
|
|
// 根据订单号和产品编码查询
|
|
|
|
// 根据订单号和产品编码查询
|
|
|
|
queryinformation: '/api/dev-api/wms/sellout/s',
|
|
|
|
queryinformation: '/dev-api/wms/sellout/s',
|
|
|
|
// 扫描箱码接口
|
|
|
|
// 扫描箱码接口
|
|
|
|
selloutconntray: '/api/dev-api/wms/selloutconntray',
|
|
|
|
selloutconntray: '/dev-api/wms/selloutconntray',
|
|
|
|
deleteTray: '/api/dev-api/wms/selloutconntray/deleteTray',
|
|
|
|
deleteTray: '/dev-api/wms/selloutconntray/deleteTray',
|
|
|
|
// 根据交货单号和产品编码查询展示接口
|
|
|
|
// 根据交货单号和产品编码查询展示接口
|
|
|
|
showTrays: '/api/dev-api/wms/selloutconntray/showTrays',
|
|
|
|
showTrays: '/dev-api/wms/selloutconntray/showTrays',
|
|
|
|
// 手持出库确认
|
|
|
|
// 手持出库确认
|
|
|
|
out: '/api/dev-api/wms/selloutconntray/out',
|
|
|
|
out: '/dev-api/wms/selloutconntray/out',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|