|
|
|
|
@ -126,6 +126,17 @@ const install = (Vue, vm) => { |
|
|
|
|
//提报异常
|
|
|
|
|
billingToAdnormal: (params = {}) => vm.$u.post('/wms/shelf/pda/shelfToAdnormal', params), |
|
|
|
|
}, |
|
|
|
|
//盘点接口
|
|
|
|
|
invPlan:{ |
|
|
|
|
//待盘点列表
|
|
|
|
|
queryInvLocation:(params={})=>vm.$u.get('/wms/stock/inv/queryInvLocation',params),
|
|
|
|
|
//盘点执行列表
|
|
|
|
|
pdaInvByContainerCode:(params={})=>vm.$u.get('/wms/stock/inv/pdaInvByContainerCode',params),
|
|
|
|
|
//修改接口 确认
|
|
|
|
|
entrySave:(params={})=>vm.$u.post('/wms/stock/inv/entrySave',params),
|
|
|
|
|
//确认无误
|
|
|
|
|
confirm:(params={})=>vm.$u.post('/wms/stock/inv/confirm',params),
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// 外复核界面管理
|
|
|
|
|
reviewManage: { |
|
|
|
|
@ -185,6 +196,8 @@ const install = (Vue, vm) => { |
|
|
|
|
cache:{ |
|
|
|
|
updCacheWallShelf:(params={})=>vm.$u.post(`/wms/billing/pda/updCacheWallShelf`, params), |
|
|
|
|
}, |
|
|
|
|
//批次接口
|
|
|
|
|
getLockstockBatch:(params = {}) => vm.$u.get('/wms/lock/getLockstockBatch'), |
|
|
|
|
// 验收界面
|
|
|
|
|
acceptance: { |
|
|
|
|
// 分页查询带收货明细汇总
|
|
|
|
|
|