From c9c80ecde06d151f4f2f3ccf46d3f4c0e65cd8a1 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 23 九月 2025 13:13:46 +0800
Subject: [PATCH] #
---
src/main/webapp/views/shuttleNew.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/shuttleNew.html b/src/main/webapp/views/shuttleNew.html
index db1afad..1314abe 100644
--- a/src/main/webapp/views/shuttleNew.html
+++ b/src/main/webapp/views/shuttleNew.html
@@ -571,7 +571,7 @@
requestParam.shuttleTaskMode = 17;
}else if (type == 'writeTaskNo') {
requestParam.workNo = this.controlData.taskNo;
- requestParam.pakMk = null;
+ requestParam.pakMk = "Y";
$.ajax({
url: baseUrl + "/shuttle/detl/update",
--
Gitblit v1.9.1