|
|
|
|
@ -134,6 +134,8 @@ const install = (Vue, vm) => { |
|
|
|
|
pdaInvByContainerCode:(params={})=>vm.$u.get('/wms/stock/inv/pdaInvByContainerCode',params),
|
|
|
|
|
//修改接口 确认
|
|
|
|
|
entrySave:(params={})=>vm.$u.post('/wms/stock/inv/entrySave',params),
|
|
|
|
|
//修改接口 确认
|
|
|
|
|
pdaEntrySave:(params={})=>vm.$u.post('/wms/stock/inv/pdaEntrySave',params),
|
|
|
|
|
//确认无误
|
|
|
|
|
confirm:(params={})=>vm.$u.post('/wms/stock/inv/confirm',params),
|
|
|
|
|
}, |
|
|
|
|
|