zhangqian
2024-03-28 0475de865b0ecb57cdcbf80bd38e67fd72206e25
销售出库增加操作来源
1个文件已修改
1 ■■■■ 已修改文件
service/operation.go 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service/operation.go
@@ -81,6 +81,7 @@
            Details:           details,
            BaseOperationType: constvar.BaseOperationTypeOutgoing,
            LocationID:        output.LocationID,
            OperationSource:   constvar.OperationSourceSaleDelivery,
        }
        operations = append(operations, operation)
        autoCode = models.GetAutoCode(maxAutoIncr, codeStandard)