From 15c8f00ab3a1e3d2d96b56bae0ec11efedd60231 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期三, 29 九月 2021 11:14:15 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/locNormal/locNormal.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/locNormal/locNormal.js b/src/main/webapp/static/js/locNormal/locNormal.js
index 4aba517..1debf3e 100644
--- a/src/main/webapp/static/js/locNormal/locNormal.js
+++ b/src/main/webapp/static/js/locNormal/locNormal.js
@@ -288,6 +288,14 @@
}
switch (obj.event) {
case 'outLocNormal':
+ var warehourse = data.warehouse;
+ console.log(warehourse);
+
+ if(warehourse !== 'cs'){
+ layer.msg("鍙兘鍑烘潗鏂欏钩浠�");
+ return;
+ }
+
layer.confirm('纭畾瑕佸嚭搴揫' + data.matnr + ']鍚楋紵', {
btn: ['纭畾', '鍙栨秷'] //鍙互鏃犻檺涓寜閽�
}, function (index, layero) {
--
Gitblit v1.9.1