From 517824efcc6234df351d5be71127f438b6abf288 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 15:53:13 +0800
Subject: [PATCH] wms修改委外完成数量
---
proto/inventory_order/server.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/proto/inventory_order/server.go b/proto/inventory_order/server.go
index 9f33163..52cb2f3 100644
--- a/proto/inventory_order/server.go
+++ b/proto/inventory_order/server.go
@@ -62,6 +62,7 @@
operation.OperationTypeId = operationType.Id
operation.BaseOperationType = constvar.BaseOperationTypeOutgoing
operation.Source = req.Source
+ operation.OperationSource = constvar.OperationSource(req.OperationSource)
operation.LocationID = fromLocation.Id
if req.OperationType == 1 {
operation.LocationID = toLocation.Id
--
Gitblit v1.8.0