From 235ddcabc45bab8a8434c92e537f5c6183b7efb7 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期三, 02 四月 2025 08:43:06 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- DAL/仓库管理/ClsKf_SellOutBillForLayUI.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git "a/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillForLayUI.cs" "b/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillForLayUI.cs" index 0adbd5f..b133f98 100644 --- "a/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillForLayUI.cs" +++ "b/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillForLayUI.cs" @@ -220,7 +220,7 @@ ",HSPID,HSCWHID,HSCSPID,HSPGroupID,HBatchNo,HPOOrderInterID,HPOOrderEntryID,HPOOrderBillNo" + ",HQty_Full,HQty_Empty,HQty_Back,HCostPrice,HCostMoney,HSalePrice" + ",HPropertyID,HSecUnitID,HSecUnitRate" + - ",HEngineNum,HUnderPanNum,HLeaveFactCard" + + ",HEngineNum,HUnderPanNum,HLeaveFactCard,HReqBuyQty,HReqOutQty,HCurrentInventory" + ") values(" + "" + omodel.HInterID.ToString() + "" + "," + (HEntryID++) + "" + @@ -275,6 +275,9 @@ ",'" + oSub.HEngineNum + "'" + ",'" + oSub.HUnderPanNum + "'" + ",'" + oSub.HLeaveFactCard + "'" + + "," + oSub.HReqBuyQty + + "," + oSub.HReqOutQty + + "," + oSub.HCurrentInventory + ") "; oCn.RunProc(subSql); @@ -465,7 +468,7 @@ ",HSPID,HSCWHID,HSCSPID,HSPGroupID,HBatchNo,HPOOrderInterID,HPOOrderEntryID,HPOOrderBillNo" + ",HQty_Full,HQty_Empty,HQty_Back,HCostPrice,HCostMoney,HSalePrice" + ",HPropertyID,HSecUnitID,HSecUnitRate" + - ",HEngineNum,HUnderPanNum,HLeaveFactCard" + + ",HEngineNum,HUnderPanNum,HLeaveFactCard,HReqBuyQty,HReqOutQty,HCurrentInventory" + ") values(" + "" + omodel.HInterID.ToString() + "" + "," + (HEntryID++) + "" + @@ -520,6 +523,9 @@ ",'" + oSub.HEngineNum + "'" + ",'" + oSub.HUnderPanNum + "'" + ",'" + oSub.HLeaveFactCard + "'" + + "," + oSub.HReqBuyQty + + "," + oSub.HReqOutQty + + "," + oSub.HCurrentInventory + ") "; oCn.RunProc(subSql); -- Gitblit v1.9.1