From 745685781d952e92c03124842a4d58514eb7ff8e Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期五, 26 九月 2025 15:57:03 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/shuttleNew.html |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/shuttleNew.html b/src/main/webapp/views/shuttleNew.html
index 1314abe..138a1ff 100644
--- a/src/main/webapp/views/shuttleNew.html
+++ b/src/main/webapp/views/shuttleNew.html
@@ -234,6 +234,9 @@
                             <button class="btn bg-slate-600 hover:bg-slate-500" @click="shuttleOperator('clearPath')">
                                 <i class="fas fa-anchor mr-1"></i>娓呴櫎璺緞
                             </button>
+                            <button class="btn bg-slate-600 hover:bg-slate-500" @click="shuttleOperator('restartCalcPath')">
+                                <i class="fas fa-anchor mr-1"></i>閲嶆柊璁$畻璺緞
+                            </button>
                         </div>
                     </div>
                 </div>
@@ -569,6 +572,8 @@
                     requestParam.shuttleTaskMode = 13;
                 }else if (type == 'clearPath') {
                     requestParam.shuttleTaskMode = 17;
+                }else if (type == 'restartCalcPath') {
+                    requestParam.shuttleTaskMode = 18;
                 }else if (type == 'writeTaskNo') {
                     requestParam.workNo = this.controlData.taskNo;
                     requestParam.pakMk = "Y";

--
Gitblit v1.9.1