From 22a51a35a7367bc5569ea075afe0b7f1c438b529 Mon Sep 17 00:00:00 2001
From: tzsk <Administrator@qq.com>
Date: 星期二, 20 二月 2024 11:10:23 +0800
Subject: [PATCH] Merge branch 'tzskasrs-2' of http://47.97.1.152:5880/r/zy-asrs into tzskasrs-2
---
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