From dcd7fcf596005d0c7cf66558bee97edf6c3b03a0 Mon Sep 17 00:00:00 2001
From: wang..123 <brook_w@163.com>
Date: 星期四, 10 三月 2022 18:12:09 +0800
Subject: [PATCH] #物料状态维护
---
src/main/webapp/views/pda/locNormalMove.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pda/locNormalMove.html b/src/main/webapp/views/pda/locNormalMove.html
index 383e33f..a2a57cd 100644
--- a/src/main/webapp/views/pda/locNormalMove.html
+++ b/src/main/webapp/views/pda/locNormalMove.html
@@ -113,7 +113,7 @@
$('#warehouse2').append(html);
layui.form.render('select');
} else if (res.code === 403) {
- top.location.href = baseUrl + "/";
+ top.location.href = baseUrl + "/pda";
} else {
layer.msg(res.msg)
}
--
Gitblit v1.9.1