From cb468fd637c17f40e9d4d221f66fe83874e628de Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 22 三月 2023 13:44:00 +0800
Subject: [PATCH] 工序流转卡新增保存方法,增加根据系统参数“工序流转卡保存时自动同步条码信息至条码档案”,保存自动同步生成条码功能

---
 WebAPI/Controllers/ProductInController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/ProductInController.cs b/WebAPI/Controllers/ProductInController.cs
index 4a98976..b15bedf 100644
--- a/WebAPI/Controllers/ProductInController.cs
+++ b/WebAPI/Controllers/ProductInController.cs
@@ -1238,8 +1238,8 @@
                 List<ClsKf_ProductInBillMain> list = new List<ClsKf_ProductInBillMain>();
                 ListModels listModels = new ListModels();
                 list = listModels.getProductInBillMainByJson(jsonString);
-                list[0].HYear = ClsPub.isLong(DateTime.Now.Year);
-                list[0].HDate = ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));
+                //list[0].HYear = ClsPub.isLong(DateTime.Now.Year);
+                //list[0].HDate = ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));
                 string hbillType = list[0].HBillType;
                 WebAPI.WebS.ClsKf_ProductInBillMain clsKf_ProductInBillMain = new WebAPI.WebS.ClsKf_ProductInBillMain();
                 clsKf_ProductInBillMain.HInterID = list[0].HInterID;

--
Gitblit v1.9.1