liujiandao
2024-03-23 8397fb4c46d08d0332300f9fde1e7b3eb04845fe
srm查询入库单
1个文件已修改
4 ■■■ 已修改文件
proto/purchase_wms/server.go 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/purchase_wms/server.go
@@ -101,9 +101,7 @@
        index := strings.LastIndex(operation.OperationTypeName, "-")
        so.WarehouseName = operation.OperationTypeName[:index]
        so.Status = int64(operation.Status)
        if operation.Status == constvar.OperationStatus_Finish {
            so.OverTime = operation.UpdateTime
        }
        so.OverTime = operation.CreateTime
        for _, detail := range operation.Details {
            s := so
            s.ProductId = detail.ProductId