zrg
2025-03-25 5402ccf6d9f8bb3d75e837d457d74cbfc2243c3a
DAL/仓库管理/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() + "" +