From 0dffab2730af8ee5353e824e6f388c78d34bb7e7 Mon Sep 17 00:00:00 2001
From: Songjun <leon0755@hotmail.com>
Date: 星期三, 06 十一月 2024 12:36:55 +0800
Subject: [PATCH] 增加直抗的输出

---
 sbcLabSystem.Service/QC/QCService.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/sbcLabSystem.Service/QC/QCService.cs b/sbcLabSystem.Service/QC/QCService.cs
index 47a7a0b..cd61d30 100644
--- a/sbcLabSystem.Service/QC/QCService.cs
+++ b/sbcLabSystem.Service/QC/QCService.cs
@@ -209,6 +209,15 @@
             ws.Cells["X14"].Value = RH2["RealValue"].ToString();
             ws.Cells["X18"].Value = RH3["RealValue"].ToString();
 
+            ws.Cells["Y10"].Value = ZhiKang1["RealValue"].ToString();
+            ws.Cells["Y14"].Value = ZhiKang2["RealValue"].ToString();
+            ws.Cells["Y18"].Value = ZhiKang3["RealValue"].ToString();
+
+            ws.Cells["Y11"].Value = ZhiKang1["StandValue"].ToString();
+            ws.Cells["Y15"].Value = ZhiKang2["StandValue"].ToString();
+            ws.Cells["Y19"].Value = ZhiKang3["StandValue"].ToString(); 
+
+
             double Page3_1 = 0;
             double Page3_2 = 0;
             double Page3_3 = 0;

--
Gitblit v1.8.0