From c2c767de4c9b519bebac4d7c2962c98c58fd5367 Mon Sep 17 00:00:00 2001
From: songjun <lion0756@qq.com>
Date: 星期一, 17 三月 2025 14:24:14 +0800
Subject: [PATCH] 更新参与项目,取消2,3,4
---
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