diff --git a/src/api/stock.js b/src/api/stock.js index 9c30c57..2026f44 100644 --- a/src/api/stock.js +++ b/src/api/stock.js @@ -32,9 +32,18 @@ const getStockUpdateRecord = (params) => { }) } +const handleExceptionStock = (params) => { + return request({ + url: '/stock/handleExceptionStock', + method: 'post', + data: params + }) +} + export { getAllStocks, updateStockInfo, getStockNumByGoodsId, - getStockUpdateRecord + getStockUpdateRecord, + handleExceptionStock } \ No newline at end of file diff --git a/src/http/request.js b/src/http/request.js index 140e628..f931042 100644 --- a/src/http/request.js +++ b/src/http/request.js @@ -1,7 +1,7 @@ import axios from 'axios' const request = axios.create({ - baseURL: 'http://10.90.36.70:443/wmsServer/wms', + baseURL: 'http://localhost:12315/wms', timeout: 5000 }) diff --git a/src/layout/doKitting.vue b/src/layout/doKitting.vue index 8882f6a..de30c85 100644 --- a/src/layout/doKitting.vue +++ b/src/layout/doKitting.vue @@ -13,7 +13,7 @@ 工作站:
- {{ standId }} + {{ standId }}
@@ -132,6 +132,33 @@
+ +
+ + + + + + + + + + + + + + +
+ +
@@ -140,6 +167,7 @@