2db77d2cfc617aacefc05f0c946e34e85be8e434..4b4db960821387e8e29151ca15a1a7a2825f5f6f
2025-06-20 Administrator
Merge branch 'master' of http://47.95.120.53:8083/r/JC34WMS
4b4db9 对比 | 目录
2025-06-20 Administrator
出入库报表:出库日期修正
1106a2 对比 | 目录
1个文件已修改
6 ■■■■ 已修改文件
Wms/WMS.BLL/DataServer/StockServer.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/DataServer/StockServer.cs
@@ -492,13 +492,13 @@
                     RQty = 0,
                     RFactQty = 0,
                     RCompleteQty = 0,
                     CompleteTime = tb2.CreateTime,
                     CompleteTime = null,
                     LotText = tb1.LotText,
                     SupplierLot = tb2.SupplierLot,
                     SONo = tb2.SONo,
                     CTaskNo = tb1.TaskNo,
                     CCreateTime = tb1.UpdateTime,
                     CCreateTime = tb1.CreateTime,
                     CQty = tb1.Qty,
                     CFactQty = tb1.Qty,
                     CAllotQty = tb1.Qty,
@@ -525,7 +525,7 @@
                    RQty = 0,
                    RFactQty = 0,
                    RCompleteQty = 0,
                    CompleteTime = a.CreateTime,
                    CompleteTime = null,
                    LotText = "",
                    SupplierLot = "",