From 761327ecedb5f3d9a9502e8ab8fcdf4f05ba29e0 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期二, 24 十月 2023 16:14:50 +0800
Subject: [PATCH] 称重入库、涤纶半成品生成条码模块,生成条码前增加判断控制
---
WebAPI/Controllers/ProductInController.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Controllers/ProductInController.cs b/WebAPI/Controllers/ProductInController.cs
index 8291829..d7b2890 100644
--- a/WebAPI/Controllers/ProductInController.cs
+++ b/WebAPI/Controllers/ProductInController.cs
@@ -1260,7 +1260,8 @@
{
this.objJsonResult.code = "0";
this.objJsonResult.count = 1;
- this.objJsonResult.Message = "鐢熸垚浜у搧鍏ュ簱鍗曟垚鍔燂紒鍗曟嵁鍙蜂负锛�";
+ objJsonResult.Message = DBUtility.ClsPub.sErrInfo; //鎴愬姛锛�
+ //this.objJsonResult.Message = "鐢熸垚浜у搧鍏ュ簱鍗曟垚鍔燂紒鍗曟嵁鍙蜂负锛�";
this.objJsonResult.data = null;
result = this.objJsonResult;
}
@@ -1268,7 +1269,8 @@
{
this.objJsonResult.code = "0";
this.objJsonResult.count = 0;
- this.objJsonResult.Message = "涓婁紶澶辫触锛�" + ClsPub.sErrInfo;
+ objJsonResult.Message = DBUtility.ClsPub.sErrInfo; //澶辫触锛�
+ //this.objJsonResult.Message = "涓婁紶澶辫触锛�" + ClsPub.sErrInfo;
this.objJsonResult.data = null;
result = this.objJsonResult;
}
--
Gitblit v1.9.1