diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs b/ICSSoft.WMS.WebAPI/ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs index 6a649c0..8eb6804 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.WMS.WebAPI/Controllers/WMSBarCoreController.cs @@ -6542,7 +6542,8 @@ namespace ICSSoft.WebAPI.Controllers model = JsonConvert.DeserializeObject>(JsonData.ToString()); var resultStr = ICSSubmitService.YSDeliveryNoticeApprove(model); res.Success = true; - res.Message = LanguageHelper.GetNameSingle("WMSAPI001") + "到货单号:" + resultStr.Rows[0]["DNCode"];// "接口调用成功!"; + //res.Message = LanguageHelper.GetNameSingle("WMSAPI001") + "到货单号:" + resultStr.Rows[0]["DNCode"];// "接口调用成功!"; + res.Message = LanguageHelper.GetNameSingle("WMSAPI001");// "接口调用成功!"; if (resultStr != null && resultStr.Rows.Count > 0 && resultStr.ToString() != "[]") { res.Data = resultStr;