From 3e8f70044a7bb11315275d3741a1f1cc0ab67d34 Mon Sep 17 00:00:00 2001
From: dshclm <3321914460@qq.com>
Date: Wed, 18 Sep 2024 14:45:31 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E5=93=81=E7=AE=A1=E7=90=86=EF=BC=9A?=
 =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E3=80=81=E9=94=80=E6=AF=81=E6=B7=BB=E5=8A=A0?=
 =?UTF-8?q?=E6=97=81=E7=AB=99=E4=BA=BA=E5=91=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../templates/system/property/ementChange/destory.html    | 6 ++++++
 .../templates/system/property/ementChange/ementEdit.html  | 6 ++++++
 .../system/property/ementDestory/ementDestory.html        | 7 +++++++
 .../templates/system/property/propertychange/change.html  | 8 +++++++-
 .../templates/system/property/propertychange/destory.html | 8 +++++++-
 .../system/property/propertydestory/destory.html          | 8 +++++++-
 6 files changed, 40 insertions(+), 3 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/templates/system/property/ementChange/destory.html b/ruoyi-admin/src/main/resources/templates/system/property/ementChange/destory.html
index a3272ac..94defd0 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/ementChange/destory.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/ementChange/destory.html
@@ -20,6 +20,12 @@
                 <input name="name" disabled th:field="*{name}" class="form-control" type="text">
             </div>
         </div>
+        <div class="form-group">
+            <label class="col-sm-3 control-label">旁站人员:</label>
+            <div class="col-sm-8">
+                <input name="destoryStand" th:field="*{destoryStand}" placeholder="请输入旁站人员" class="form-control" type="text">
+            </div>
+        </div>
         <div class="form-group">
             <label class="col-sm-3 control-label">报废类型:</label>
             <div class="col-sm-8">
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/ementChange/ementEdit.html b/ruoyi-admin/src/main/resources/templates/system/property/ementChange/ementEdit.html
index 9988afe..78689f9 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/ementChange/ementEdit.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/ementChange/ementEdit.html
@@ -41,6 +41,12 @@
                 </div>
             </div>
         </div>
+        <div class="form-group">
+            <label class="col-sm-3 control-label is-required">旁站人员:</label>
+            <div class="col-sm-8">
+                <input name="maintainStand" required th:field="*{maintainStand}" placeholder="请输入旁站人员" class="form-control" type="text">
+            </div>
+        </div>
         <div class="form-group">
             <label class="col-sm-3 control-label">备注:</label>
             <div class="col-sm-8">
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/ementDestory/ementDestory.html b/ruoyi-admin/src/main/resources/templates/system/property/ementDestory/ementDestory.html
index a22721c..70aa129 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/ementDestory/ementDestory.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/ementDestory/ementDestory.html
@@ -41,6 +41,12 @@
                 </div>
             </div>
         </div>
+        <div class="form-group">
+            <label class="col-sm-3 control-label">旁站人员:</label>
+            <div class="col-sm-8">
+                <input name="destoryStand" th:field="*{destoryStand}" placeholder="请输入旁站人员" class="form-control" type="text">
+            </div>
+        </div>
         <div class="form-group">
             <label class="col-sm-3 control-label">销毁状态:</label>
             <div class="col-sm-8">
@@ -50,6 +56,7 @@
                 </select>
             </div>
         </div>
+
     </form>
 </div>
 <th:block th:include="include :: footer" />
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/change.html b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/change.html
index 9b50862..11ba8d9 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/change.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/change.html
@@ -59,6 +59,12 @@
                 <input name="maintainDepart" required th:field="*{maintainDepart}" class="form-control" type="text">
             </div>
         </div>
+        <div class="form-group">
+            <label class="col-sm-3 control-label is-required">旁站人员:</label>
+            <div class="col-sm-8">
+                <input name="maintainStand" required th:field="*{maintainStand}" placeholder="请输入旁站人员" class="form-control" type="text">
+            </div>
+        </div>
         <div class="form-group">
             <label class="col-sm-3 control-label is-required">维修日期:</label>
             <div class="col-sm-8">
@@ -103,4 +109,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/destory.html b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/destory.html
index 31d3003..351f6c5 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/destory.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/destory.html
@@ -47,6 +47,12 @@
                 <input name="propertySn" disabled th:field="*{propertySn}" class="form-control" type="text">
             </div>
         </div>
+        <div class="form-group">
+            <label class="col-sm-3 control-label is-required">旁站人员:</label>
+            <div class="col-sm-8">
+                <input name="destoryStand" required th:field="*{destoryStand}" placeholder="请输入旁站人员" class="form-control" type="text">
+            </div>
+        </div>
         <div class="form-group">
             <label class="col-sm-3 control-label">报废类型:</label>
             <div class="col-sm-8">
@@ -100,4 +106,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertydestory/destory.html b/ruoyi-admin/src/main/resources/templates/system/property/propertydestory/destory.html
index 783c0a4..e3d880c 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/propertydestory/destory.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/propertydestory/destory.html
@@ -62,6 +62,12 @@
                 <input name="propertyRefer" required th:field="*{propertyRefer}" class="form-control" type="text">
             </div>
         </div>
+        <div class="form-group">
+            <label class="col-sm-3 control-label">旁站人员:</label>
+            <div class="col-sm-8">
+                <input name="destoryStand" th:field="*{destoryStand}" placeholder="请输入旁站人员" class="form-control" type="text">
+            </div>
+        </div>
         <div class="form-group">
             <label class="col-sm-3 control-label">销毁状态:</label>
             <div class="col-sm-8">
@@ -100,4 +106,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>