From 2609bffee3a8de0d1e08b1b2c3fa3cfe13064f4e Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 24 三月 2025 11:40:14 +0800
Subject: [PATCH] 1
---
DAL/仓库管理/ClsKf_ProductReceiveMaterialBill.cs | 5 +----
1 files changed, 1 insertions(+), 4 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 2798b32..a02bf52 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"
@@ -98,7 +98,7 @@
foreach (Model.ClsKf_ProductReceiveMaterialBillSub oSub in DetailColl)
{
oCn.RunProc("Insert into Kf_ProductReceiveMaterialBillSub " +
- " (HInterID,HEntryID,HCloseMan,HEntryCloseDate,HCloseType,HRemark" +
+ " (HInterID,HEntryID,HRemark" +
",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" +
",HMaterID,HUnitID,HQtyMust,HQty,HWHID,HSCWHID,HSPID,HSCSPID" +
",HSPGroupID,HBatchNo,HPropertyID,HSecUnitID" +
@@ -106,9 +106,6 @@
" values(" +
"" + omodel.HInterID.ToString() + "" +
"," + oSub.HEntryID.ToString() + "" +
- ",'" + oSub.HCloseMan + "'" +
- ",'" + oSub.HEntryCloseDate.ToShortDateString() + "'" +
- "," + Convert.ToString(oSub.HCloseType ? 1 : 0) + "" +
",'" + oSub.HRemark + "'" +
"," + oSub.HSourceInterID.ToString() + "" +
"," + oSub.HSourceEntryID.ToString() + "" +
--
Gitblit v1.9.1