From 5adecb7ffd986930d2f4e195c0273e4db73b5315 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期五, 07 二月 2025 18:36:51 +0800
Subject: [PATCH] 优化首检

---
 MES.Service/service/BasicData/MesRohInManager.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/MES.Service/service/BasicData/MesRohInManager.cs b/MES.Service/service/BasicData/MesRohInManager.cs
index ed6e131..42f15fe 100644
--- a/MES.Service/service/BasicData/MesRohInManager.cs
+++ b/MES.Service/service/BasicData/MesRohInManager.cs
@@ -179,6 +179,7 @@
 
         mesRohIn.remark1 = rohIn.F_XIFG_PrintTimes_qtr;
         mesRohIn.CheckDate = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); //褰撳墠鏃堕棿
+        //mesRohIn.FbillNo = rohIn.F_XIFG_Text_zzjxqd; //缁勭粐闂撮渶姹傚崟
         return mesRohIn;
     }
 
@@ -265,7 +266,8 @@
                 Remark4 = s.F_XIFG_Text_qtr4,
                 FdemandbillnoLine = s.FdemandbillnoLine,
                 ElectricalProductModel = s.ElectricalProductModel,
-                ElectricalProductName = s.ElectricalProductName
+                ElectricalProductName = s.ElectricalProductName,
+                FbillNo = s.F_XIFG_Text_zzjxqd //缁勭粐闂撮渶姹傚崟
             };
 
             var single = rohInDataManager.GetSingle(it =>

--
Gitblit v1.9.3