diff --git a/common/config.js b/common/config.js index 2053abc..001bf6e 100644 --- a/common/config.js +++ b/common/config.js @@ -12,7 +12,7 @@ const config = { // config.baseUrl = 'http://120.77.94.227:8030' config.baseUrl = 'http://127.0.0.1:8030'; // config.baseUrl = 'http://192.168.7.24:8030'; -// config.baseUrl = 'http://192.168.229.120:8030'; +// config.baseUrl = 'http://192.168.229.120:8030';0 // config.baseUrl = 'http://120.77.94.227:8030'; //现场 // config.baseUrl = 'http://192.168.1.199:8030'; diff --git a/common/http.api.js b/common/http.api.js index 23b046e..fb493e0 100644 --- a/common/http.api.js +++ b/common/http.api.js @@ -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: { // 分页查询带收货明细汇总 diff --git a/pages/inventory/index.vue b/pages/inventory/index.vue index 523b1ad..7698dbd 100644 --- a/pages/inventory/index.vue +++ b/pages/inventory/index.vue @@ -8,14 +8,14 @@ --> - - 待盘点物料信息 + 待盘点物料信息 @@ -81,7 +81,6 @@ - @@ -95,8 +94,8 @@ --> - - + +