From 0034934486fcf6166cea4652e91b11a1b0dc3fce Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 19 二月 2025 17:02:22 +0800
Subject: [PATCH] 生产质量汇报单,增加微瑕品录入方法

---
 DAL/生产管理/ClsSc_QualityReportBill.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/DAL/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_QualityReportBill.cs" "b/DAL/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_QualityReportBill.cs"
index 5e7aa38..fd1373c 100644
--- "a/DAL/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_QualityReportBill.cs"
+++ "b/DAL/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_QualityReportBill.cs"
@@ -192,7 +192,7 @@
                     ") " +
                     " values(" +
                     "'" + this.BillType + "'" +
-                    ",'" + this.HBillSubType + "'" +
+                    ",'" + omodel.HBillSubType + "'" +
                     "," + omodel.HInterID + "" +
                     ",'" + omodel.HBillNo + "'" +
                     ",'" + omodel.HDate + "'" +

--
Gitblit v1.9.1