From fbb0bc175c8788f2f6ce4202d2630b01506bff80 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期五, 13 六月 2025 11:40:36 +0800
Subject: [PATCH] 发货通知单新增客户编码和客户名称。生产订单添加含税单价

---
 MESApplication/Controllers/WomcaaController.cs |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/MESApplication/Controllers/WomcaaController.cs b/MESApplication/Controllers/WomcaaController.cs
index 579cf20..6ff858f 100644
--- a/MESApplication/Controllers/WomcaaController.cs
+++ b/MESApplication/Controllers/WomcaaController.cs
@@ -40,13 +40,9 @@
             resultInfos.tbBillList = save;
 
             entity.Result = 0;
-            entity.DealWith = 0;
-            if (save)
-            {
-                entity.Result = 1;
-                entity.DealWith = 1;
-            }
 
+            if (save) entity.Result = 1;
+            entity.DealWith = 1;
             _manager.save(entity);
 
             return new ResponseResult

--
Gitblit v1.9.3