From ead79c455934f654d4ae5fa6f295160fe0304a0b Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周日, 01 12月 2024 17:03:58 +0800
Subject: [PATCH] 打印

---
 LA24030_LuLiPackageLine_Web/src/components/printTableCkd.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/LA24030_LuLiPackageLine_Web/src/components/printTableCkd.vue b/LA24030_LuLiPackageLine_Web/src/components/printTableCkd.vue
index 79b2d9f..e0d07e8 100644
--- a/LA24030_LuLiPackageLine_Web/src/components/printTableCkd.vue
+++ b/LA24030_LuLiPackageLine_Web/src/components/printTableCkd.vue
@@ -41,7 +41,7 @@
 				<table cellspacing="0" cellpadding="0">
 					<tr class="middle_first">
 						<td class="middle_tree">缂栧彿</td>
-						<td class="middle_two">鎵规</td>
+						<td class="middle_two">鏉愭枡</td>
 						<td class="middle_two">閮ㄤ欢鍚嶇О</td>
 						<td class="middle_four">灏哄</td>
 						<td class="middle_one">閮ㄤ欢鏉$爜</td>
@@ -50,7 +50,7 @@
 						<td class="middle_tree">{{ item.num }}</td>
 						<td class="middle_two">
 							<div>
-								{{ item.planNo }}
+								{{ item.info18 }}
 							</div>
 						</td>
 						<td class="middle_two">
@@ -110,8 +110,10 @@
 	});
 	deltailList.value = splitArray(deltailListArr, 16);
 	console.log(deltailList.value);
-
-	DateToday.value = '2024-01-01';
+	const currentDate = new Date();
+    const formattedDate = currentDate.toISOString().split('T')[0]; // YYYY-MM-DD 鏍煎紡
+    DateToday.value = formattedDate; // 灏嗗綋鍓嶆棩鏈熻祴鍊肩粰 DateToday
+	// DateToday.value = '2024-01-01';
 
 	// DateToday.value = formatUtcToData(
 	//   new Date().toString(),

--
Gitblit v1.9.3