145f894535e510213095184d408f1795759346bf..2db77d2cfc617aacefc05f0c946e34e85be8e434
1 天以前 wxw
Merge branch 'wxw'
2db77d 对比 | 目录
1 天以前 Administrator
取消配置文件版本管理
dc5a76 对比 | 目录
1 天以前 Administrator
出入库报表入库时间维护
d386d8 对比 | 目录
2个文件已修改
1个文件已删除
64 ■■■■■ 已修改文件
.gitignore 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/DataServer/StockServer.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/Wms/appsettings.json 57 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -348,3 +348,4 @@
/Wms/Wms/Logs
/数据文档/JC26表结构文档.xlsx
/Wms/Wms/wwwRoot/uploads/quality
/Wms/Wms/appsettings.json
Wms/WMS.BLL/DataServer/StockServer.cs
@@ -456,7 +456,7 @@
                    RQty = tb1.Qty,
                    RFactQty = tb1.Qty,
                    RCompleteQty = tb1.Qty,
                    CompleteTime = tb1.CompleteTime,
                    CompleteTime = tb2.CreateTime,
                    LotText = tb1.LotText,
                    SupplierLot = tb2.SupplierLot,
                    
@@ -492,7 +492,7 @@
                     RQty = 0,
                     RFactQty = 0,
                     RCompleteQty = 0,
                     CompleteTime = null,
                     CompleteTime = tb2.CreateTime,
                     LotText = tb1.LotText,
                     SupplierLot = tb2.SupplierLot,
@@ -525,7 +525,7 @@
                    RQty = 0,
                    RFactQty = 0,
                    RCompleteQty = 0,
                    CompleteTime = null,
                    CompleteTime = a.CreateTime,
                    LotText = "",
                    SupplierLot = "",
Wms/Wms/appsettings.json
File was deleted