From e5e76412f1a20e8aed95614cbd7bf2b638cda2cc Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 11 三月 2026 13:30:31 +0800
Subject: [PATCH] 1

---
 zy-acs-cv/src/main/webapp/views/pipeline.html |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/zy-acs-cv/src/main/webapp/views/pipeline.html b/zy-acs-cv/src/main/webapp/views/pipeline.html
index 4c6f970..65846fd 100644
--- a/zy-acs-cv/src/main/webapp/views/pipeline.html
+++ b/zy-acs-cv/src/main/webapp/views/pipeline.html
@@ -841,6 +841,7 @@
                 </div>
                 <div class="modal-footer">
                     <button type="button" class="btn btn-primary" id="save">淇濆瓨</button>
+                    <button type="button" class="btn btn-secondary" id="clear">娓呴櫎</button>
                     <button type="button" class="btn btn-secondary" id="cancel">鍙栨秷</button>
                 </div>
             </div>
@@ -1090,6 +1091,12 @@
             });
         });
 
+        // 娓呴櫎浠诲姟鍙峰拰鐩爣绔欑偣
+        $(document).on('click', '#clear', function () {
+            $('#workNo').val(0);
+            $('#staNo').val(0);
+        });
+
         // 鍙栨秷绔欑偣淇℃伅淇敼
         $(document).on('click', '#cancel', function () {
             closeModal();

--
Gitblit v1.9.1