From ea876f671b5111fc1936906d1a531ff99afd4f0a Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期五, 25 七月 2025 08:34:34 +0800 Subject: [PATCH] 1、仓库增加打印模板切换 2、仓库排序 --- WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs b/WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs index fbf8c8b..5a68480 100644 --- a/WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs +++ b/WebApi/Gs.Warehouse/Services/MesInvItemArnManager.cs @@ -213,10 +213,14 @@ public ReturnDto<ExpandoObject> EditModel([FromBody] dynamic model) { Guid? guid = model.Guid; //鍒拌揣鍗曚富閿� - string shDh = model.PaperBillNo; //閫佽揣鍗曞彿 + //string shDh = model.PaperBillNo; //閫佽揣鍗曞彿 + string shDh = model.bcsl; string bz = model.Remark; //澶囨敞 string gysId = model.SuppId; //渚涘簲鍟� string orgId = model.OrgId; //鏀舵枡缁勭粐 + + // string depot = model.Depot;//浠撳簱 + var _sb = new StringBuilder(); var _split = "|"; foreach (var m in model.list) @@ -252,14 +256,12 @@ new("@outSum", SqlDbType.Int), new("@outGuid", SqlDbType.UniqueIdentifier), new("@outNo", SqlDbType.NVarChar, 300), - new("@inOrderGuid", - UtilityHelper.CheckGuid(guid) - ? guid - : DBNull.Value), + new("@inOrderGuid", UtilityHelper.CheckGuid(guid) ? guid : DBNull.Value), new("@inShdh", shDh), new("@inBz", bz), new("@inGysId", gysId), new("@OrgId", orgId), + // new("@inDepot",depot), new("@inEdtUserGuid", _userGuid), new("@inLineList", _sb.ToString()) }; -- Gitblit v1.9.3