From 157abc191c34e57c1b958ae74fc3de6518ca8a30 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 28 二月 2025 11:06:36 +0800
Subject: [PATCH] 修改客户需求
---
HTML/views/SOSetting/ExportNotice.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/HTML/views/SOSetting/ExportNotice.html b/HTML/views/SOSetting/ExportNotice.html
index 23b2a95..8bf72a2 100644
--- a/HTML/views/SOSetting/ExportNotice.html
+++ b/HTML/views/SOSetting/ExportNotice.html
@@ -185,7 +185,7 @@
<div class="layui-inline DivLoadingArea" style="margin-top: 10px;">
<label class="layui-form-label">瀵嗙爜</label>
<div class="layui-input-inline" style="width: 220px;">
- <input type="text" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off"
+ <input type="password" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off"
class="layui-input">
</div>
</div>
@@ -1101,6 +1101,7 @@
return;
}
}
+ if(isNeedUnpack == 1){
console.log($("#PickingArea").val())
if($("#PickingArea").val() == '')
{
@@ -1110,7 +1111,7 @@
});
isChongFu= true;
return;
- }
+ }}
var param = {
soNo: soNo,
unstackingMode:$('#UnstackWay').val(),
--
Gitblit v1.8.0