From fcb060b884381a71f43baa224bcf082f36ac10d1 Mon Sep 17 00:00:00 2001
From: liangzhou <594755172@qq.com>
Date: Wed, 10 Jul 2024 10:52:21 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/http/request.js | 2 +-
src/layout/goodsOut.vue | 2 +-
src/layout/stock.vue | 8 ++++---
src/layout/taskMonitor.vue | 45 +++++++++++++++++---------------------
4 files changed, 27 insertions(+), 30 deletions(-)
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 @@