From 686b0de3a8959ebad5a5ce5ee71e70e190b04611 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 29 十月 2021 16:32:55 +0800
Subject: [PATCH] 1
---
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