From acaf02b70fca22bb94e6ae01aac048e6625a6df6 Mon Sep 17 00:00:00 2001
From: fcx <2246384483@qq.com>
Date: 星期三, 26 十一月 2025 16:46:58 +0800
Subject: [PATCH] 【平板端质检功能】去掉没有的功能,将现有的功能按指定顺序显示
---
StandardPda/MES.Service/service/WomcaaManager.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/StandardPda/MES.Service/service/WomcaaManager.cs b/StandardPda/MES.Service/service/WomcaaManager.cs
index f175ecc..29f7dd7 100644
--- a/StandardPda/MES.Service/service/WomcaaManager.cs
+++ b/StandardPda/MES.Service/service/WomcaaManager.cs
@@ -158,7 +158,9 @@
Reasonforrework = dto.FReasonForRework,
Isforcewholeset = dto.FIsForceWholeSet,
PREVMO = dto.FPrevMO,
- Typea = dto.TypeA
+ TsDate = DateTime.Now,
+ Typea = dto.TypeA,
+ ISCANCEL = dto.FIsCancel
};
--
Gitblit v1.9.3