From 253e9b3735533c4d8c69cf5e6983d5fa1e984ae9 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期五, 05 十二月 2025 12:34:41 +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