From 839f4570260dd7bad15fc4108c8fffc550c919e8 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期日, 04 二月 2024 11:12:32 +0800
Subject: [PATCH] 增加所属巷道 所属区域 所属仓库对应下拉菜单编码

---
 HTML/views/ASNSetting/PalletBind.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HTML/views/ASNSetting/PalletBind.html b/HTML/views/ASNSetting/PalletBind.html
index 40eed28..09c9fa5 100644
--- a/HTML/views/ASNSetting/PalletBind.html
+++ b/HTML/views/ASNSetting/PalletBind.html
@@ -327,8 +327,8 @@
 				<script type="text/html" id="WareHouseButton">
 					{{# 
 						switch (d.WareHouseNo) {
-							case "W01": return '09浠撳簱';
-							case "W02": return '09闆剁搴�';
+							case "W01": return '鍔涜绔嬩綋搴�';
+							case "W02": return '鍔涜骞冲簱';
 							default: return "";
 						}
 						

--
Gitblit v1.8.0