From bdb924aaaef6a8d282ed2d34850cfd229d5865c7 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 09:31:42 +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