From e0fb9542b07f82b55245cf21e960d37fbab5206f Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期日, 04 二月 2024 14:48:30 +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