From 33cfe29fcdd731c3c759dcae74bdcfaeecd309ea Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 15 十一月 2023 17:57:45 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs b/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs index 20fcf41..d204376 100644 --- a/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs +++ b/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs @@ -331,16 +331,19 @@ foreach (Model.ClsKf_SellOutBillSub oItemSub in ls) { i++; - oItemSub.HSourceEntryID = 0; - oItemSub.HSourceInterID = 0; + oItemSub.HEntryID = i; + //oItemSub.HSourceEntryID = 0; + //oItemSub.HSourceInterID = 0; + //oItemSub.HSourceBillNo = ""; + //oItemSub.HSourceBillType = ""; + oItemSub.HRelationQty = 0; + oItemSub.HRelationMoney = 0; + + // DBUtility.ClsPub.isDate(DateTime.Now); oItemSub.HEntryCloseDate = DBUtility.ClsPub.isDate(DateTime.Now); oItemSub.HCloseType = false; - oItemSub.HSourceBillNo = ""; - oItemSub.HSourceBillType = ""; - oItemSub.HRelationQty = 0; - oItemSub.HRelationMoney = 0; oItemSub.HCloseMan = ""; //oItemSub.HRemark = ""; oBill.DetailColl.Add(oItemSub); -- Gitblit v1.9.1