From 105ee9e867d29a322517888a9c3efb13f3e89961 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期日, 21 九月 2025 22:46:18 +0800
Subject: [PATCH] 1.接口逻辑调整
---
MES.Service/service/BasicData/MesRohInManager.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/MES.Service/service/BasicData/MesRohInManager.cs b/MES.Service/service/BasicData/MesRohInManager.cs
index 6c318d5..758b087 100644
--- a/MES.Service/service/BasicData/MesRohInManager.cs
+++ b/MES.Service/service/BasicData/MesRohInManager.cs
@@ -62,9 +62,9 @@
List<MesRohInData> mesRohInDatas, string type)
{
- if (type == "3")
+ if (type == "3" || (mesRohIn.DocumentStatus != null && mesRohIn.DocumentStatus != "C"))
{
- mesRohIn.BillNo = mesRohIn.BillNo + "F";
+ mesRohIn.BillNo = mesRohIn.BillNo + "F" + mesRohIn.EbelnK3id.ToString();
}
if (mesRohIn.Guid != null)
--
Gitblit v1.9.3