From b885f63a2990ece741fc6db5c55aeeae673062b3 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 24 十月 2023 17:22:31 +0800
Subject: [PATCH] 输送线到AGV流程
---
src/main/webapp/views/basSte/basSte.html | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/basSte/basSte.html b/src/main/webapp/views/basSte/basSte.html
index 0a97472..c3bc82a 100644
--- a/src/main/webapp/views/basSte/basSte.html
+++ b/src/main/webapp/views/basSte/basSte.html
@@ -68,6 +68,10 @@
<input type="checkbox" name="outEnable" value="{{d.outEnable}}" lay-skin="switch" lay-text="鎵撳紑|鍏抽棴" lay-filter="outEnableSwitch" {{ d.outEnable === 'Y' ? 'checked' : '' }}>
</script>
+<script type="text/html" id="autoChargeTpl">
+ <input type="checkbox" name="autoCharge" value="{{d.autoCharge}}" lay-skin="switch" lay-text="鎵撳紑|鍏抽棴" lay-filter="autoChargeSwitch" {{ d.autoCharge === 'Y' ? 'checked' : '' }}>
+</script>
+
<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/common.js" charset="utf-8"></script>
--
Gitblit v1.9.1