From c378358dc38972fe6643cb0c2e3a68ce49b9f002 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期六, 11 一月 2025 14:01:37 +0800
Subject: [PATCH] 11
---
service/Wom/WwGdManager.cs | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/service/Wom/WwGdManager.cs b/service/Wom/WwGdManager.cs
index a1a244d..2254eb1 100644
--- a/service/Wom/WwGdManager.cs
+++ b/service/Wom/WwGdManager.cs
@@ -588,11 +588,10 @@
#endregion
-
#region 濮斿琛ユ枡
/// <summary>
- /// 濮斿宸ュ崟閫�鏂欐壂鐮�
+ /// 濮斿宸ュ崟琛ユ枡鎵爜
/// 鎵弿鏉$爜 prc_rf_pda_scan_zout_barcode3
/// </summary>
/// <param name="query">鏌ヨ鍙傛暟</param>
@@ -1096,7 +1095,7 @@
Guid = Guid.NewGuid(),
Status = 1,
BillTypeId = 200, // p_bill_type_id
- TransactionCode = "209", // p_transaction_no
+ TransactionCode = "220", // p_transaction_no
BusinessType = -1,
ItemBarcode = newBarcode,
ItemNo = stockBarcode.ItemNo,
@@ -1195,7 +1194,7 @@
&& a.OutDate.Value.Date.ToString("yyyy-MM-dd") ==
DateTime.Now.Date.ToString("yyyy-MM-dd")
&& a.BillTypeId == 200
- && a.TransactionNo == 209
+ && a.TransactionNo == 220
&& a.Status == 0)
.First();
@@ -1216,7 +1215,7 @@
LastupdateBy = query.userName,
LastupdateDate = DateTime.Now,
BillTypeId = 200,
- TransactionNo = 209,
+ TransactionNo = 220,
Remark = mesItemBl.Bl007,
DepotCode = womdab.Dab017,
OutPart = womdaa.Daa013.ToString(),
--
Gitblit v1.9.3