From 15e82c0dd4200a332b30e2fcd458ad84e2e3d428 Mon Sep 17 00:00:00 2001
From: songjun <lion0756@qq.com>
Date: 星期一, 15 九月 2025 11:37:47 +0800
Subject: [PATCH] 更新 Excel 导出字段以包含收费信息
---
sbcLabSystem.Service/QC/QCService.cs | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/sbcLabSystem.Service/QC/QCService.cs b/sbcLabSystem.Service/QC/QCService.cs
index 47a7a0b..032e3a0 100644
--- a/sbcLabSystem.Service/QC/QCService.cs
+++ b/sbcLabSystem.Service/QC/QCService.cs
@@ -169,13 +169,13 @@
ws.Cells["M28"].Value = Identity2["Score"].ToString();
ws.Cells["M29"].Value = Identity3["Score"].ToString();
ws.Cells["N27"].Value = Patient1X["Score"].ToString();
- ws.Cells["N28"].Value = Patient1Y["Score"].ToString();
- ws.Cells["N29"].Value = Patient1Z["Score"].ToString();
- ws.Cells["O27"].Value = Patient2X["Score"].ToString();
+ ws.Cells["N28"].Value = Patient2X["Score"].ToString();
+ ws.Cells["N29"].Value = Patient3X["Score"].ToString();
+ ws.Cells["O27"].Value = Patient1X["Score"].ToString();
ws.Cells["O28"].Value = Patient2Y["Score"].ToString();
- ws.Cells["O29"].Value = Patient2Z["Score"].ToString();
- ws.Cells["P27"].Value = Patient3X["Score"].ToString();
- ws.Cells["P28"].Value = Patient3Y["Score"].ToString();
+ ws.Cells["O29"].Value = Patient3Y["Score"].ToString();
+ ws.Cells["P27"].Value = Patient1Z["Score"].ToString();
+ ws.Cells["P28"].Value = Patient2Z["Score"].ToString();
ws.Cells["P29"].Value = Patient3Z["Score"].ToString();
ws.Cells["Q27"].Value = ZhiKang1["Score"].ToString();
ws.Cells["Q28"].Value = ZhiKang2["Score"].ToString();
@@ -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