From 8e943b7104561c3b14cf223016698709c5ade4b5 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期二, 03 二月 2026 15:37:26 +0800
Subject: [PATCH] #pda料箱组托和换码
---
src/main/webapp/views/pakStore/locMove.html | 23 +++++++++--------------
1 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/src/main/webapp/views/pakStore/locMove.html b/src/main/webapp/views/pakStore/locMove.html
index 0f49bbb..7c7323f 100644
--- a/src/main/webapp/views/pakStore/locMove.html
+++ b/src/main/webapp/views/pakStore/locMove.html
@@ -77,16 +77,16 @@
<!-- 婧愬簱浣� -->
<div class="layui-inline">
<div class="layui-input-inline">
- <input id="sourceLocNo" class="layui-input" onkeyup="getLoc(this)" type="text" placeholder="婧愬簱浣�" autocomplete="off">
+ <input id="sourceLocNo" class="layui-input" onkeyup="getLoc(this)" type="text" placeholder="婧愬簱浣�" data-i18n-placeholder="source_location_no" autocomplete="off">
</div>
</div>
<div class="layui-form-mid" style="float: none; display: inline-block; margin-left: 10px">-</div>
<div class="layui-input-inline">
<select id="targetLocNo" name="modules" lay-verify="required" lay-search="">
- <option value="">鐩爣绌哄簱浣�</option>
+ <option value="" data-i18n="target_empty_location">鐩爣绌哄簱浣�</option>
</select>
</div>
- <button id="loc-move-btn" class="function-btn" onclick="locMove()" style="background: #4476A7;text-shadow: inherit;height: 45px;font-size: 15px;margin-left: 20px">搴撲綅绉昏浆</button>
+ <button id="loc-move-btn" class="function-btn" onclick="locMove()" style="background: #4476A7;text-shadow: inherit;height: 45px;font-size: 15px;margin-left: 20px" data-i18n="location_transfer">搴撲綅绉昏浆</button>
</div>
<hr>
@@ -95,13 +95,14 @@
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/i18n/i18n-helper.js"></script>
<script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script>
<script type="text/javascript" src="../../static/js/pakStore/locMove.js" charset="utf-8"></script>
<script type="text/template" id="emptyLocStock">
- <option value="">璇疯緭鍏ュ苟閫夋嫨</option>
+ <option value="" data-i18n="please_enter_and_select">璇疯緭鍏ュ苟閫夋嫨</option>
{{#each data}}
<option value="{{this}}">{{this}}</option>
{{/each}}
@@ -110,28 +111,22 @@
<div id="locMoveWindow" style="height: 100%;display: none">
<div style="float: left;width: 35%;height: 100%">
<div>
- <span style="display: block">婧愬簱浣�</span>
+ <span style="display: block" data-i18n="source_location">婧愬簱浣�</span>
<input type="text">
</div>
</div>
<div style="float: left;width: 30%;height: 100%;position: relative;">
- <span style="position:absolute;top: 45%;left: 50%;color: #666;transform: translateX(-50%);;display: block">绉昏浆鑷�</span>
+ <span style="position:absolute;top: 45%;left: 50%;color: #666;transform: translateX(-50%);;display: block" data-i18n="transfer_to">绉昏浆鑷�</span>
<hr style="position: absolute; top: 50%;width: 100%;border: none;height: 1px;background-color: #666">
</div>
<div style="float: right;width: 35%;height: 100%">
<div>
- <span style="display: block">鐩爣搴撲綅</span>
+ <span style="display: block" data-i18n="target_location">鐩爣搴撲綅</span>
<input type="text">
</div>
</div>
</div>
</body>
-<script src="../../static/js/translate.js"></script>
-<script>
- translate.selectLanguageTag.show = false; //涓嶅嚭鐜扮殑select鐨勯�夋嫨璇█
- translate.service.use('client.edge'); //璁剧疆缈昏瘧鏈嶅姟
- translate.listener.start(); //寮�鍚〉闈㈠厓绱犲姩鎬佺洃鎺э紝js鏀瑰彉鐨勫唴瀹逛篃浼氳缈昏瘧锛屽弬鑰冩枃妗o細 http://translate.zvo.cn/4067.html
- translate.execute();
-</script>
+
</html>
--
Gitblit v1.9.1