diff --git a/src/http/request.js b/src/http/request.js
index b969fc4..3d42d7b 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://192.168.3.254:12315/wms',
+ baseURL: 'http://localhost:12315/wms',
timeout: 5000
})
diff --git a/src/layout/goodsOut.vue b/src/layout/goodsOut.vue
index 6189a0d..2e82faa 100644
--- a/src/layout/goodsOut.vue
+++ b/src/layout/goodsOut.vue
@@ -118,7 +118,7 @@
确认完回库
+ @click="confirmTask(pickConfirmRef, pickConfirmEntity)">拣货完成确认回库
diff --git a/src/layout/stock.vue b/src/layout/stock.vue
index 68b2a18..0832e60 100644
--- a/src/layout/stock.vue
+++ b/src/layout/stock.vue
@@ -17,11 +17,13 @@
-
-
+
+
+
+
+
-
-
-
+
+
搜索
重置
@@ -18,14 +18,14 @@
-
-
-
-
+
+
+
+
-
-
+
+
@@ -106,7 +106,7 @@