From a20222cae5a8862547d121204396caeb4cf5b1ca Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期二, 10 二月 2026 17:53:40 +0800
Subject: [PATCH] 1

---
 DAL/仓库管理/ClsKf_ProductReceiveMaterialBill.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductReceiveMaterialBill.cs" "b/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductReceiveMaterialBill.cs"
index a02bf52..e03fd58 100644
--- "a/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductReceiveMaterialBill.cs"
+++ "b/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductReceiveMaterialBill.cs"
@@ -77,6 +77,7 @@
                 oCn.RunProc("UpDate Kf_ProductReceiveMaterialBillMain set  " +
                 " HBillNo='" + omodel.HBillNo + "'" +  //鍥哄畾璧嬪��===============
                 ",HDate='" + omodel.HDate + "'" +
+                ",HBillSubType='" + omodel.HBillSubType + "'" +
                 ",HYear='" + omodel.HYear + "'" +
                 ",HPeriod='" + omodel.HPeriod + "'" +
                 ",HRemark='" + omodel.HRemark + "'" +
@@ -195,7 +196,7 @@
                 ",HEmpID,HDeptID,HKeeperID,HOrgID) " +
                 " values(" +
                 "'" + this.BillType + "'" +
-                ",'" + this.HBillSubType + "'" +
+                ",'" + omodel.HBillSubType.ToString() + "'" +
                 "," + omodel.HInterID.ToString() + "" +
                 ",'" + omodel.HBillNo + "'" +
                 ",'" + omodel.HDate + "'" +

--
Gitblit v1.9.1