From ea43c7b135fb7e38278737c43b58063a9d02a2ab Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期三, 20 八月 2025 08:50:41 +0800
Subject: [PATCH] 不良top3问题报表添加部门查询维度,部门以下拉框的形式加载出来,放在月份过滤字段旁边。生产质量汇报单表头上有部门信息

---
 Model/质检管理/ClsQC_ProcessCheckBillSub.cs |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillSub.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillSub.cs"
index f78e2f4..6e78ab2 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillSub.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillSub.cs"
@@ -12,8 +12,36 @@
         public Int64 HQCCheckItemID;
         public String HQCStd;
         public String HQCRelValue;
+        public String HQCNote;
         public String HResult;
+        public String HMax;
+        public String HMin;
+        public String HAvg;
         public Int64 HProcCheckEmp;
         public DateTime HProcCheckTime;
+
+        public Int64 HSampleSchemeID;
+        public Int64 HSampleQty;
+        public double HSampleDamageQty;
+        public Int64 HAcceptQty;
+        public Int64 HRejectQty;
+        public double HSampleUnRightQty;
+        public String HStatus;
+        public Int64 HUnitID;
+        public String HInspectVal;
+        public String HTargetVal;
+        public String HUpLimit;
+        public String HDownLimit;
+        public String HUpOffSet;
+        public String HDownOffSet;
+        public String HAnalysisMethod;
+        public Int64 HKeyInspect;
+        public Int64 HInspectInstruMentID;
+        public String HInspectResult;
+        //public HSamplingType;
+        //public HInspectionLevel;
+        //public HStrictness;
+        //public HAQL;
+        //public xxx;
     }
 }

--
Gitblit v1.9.1