From 0f875c3f5b8cfff4a023cffbe68525a462235d03 Mon Sep 17 00:00:00 2001 From: yuyubo <1870149533@qq.com> Date: Sun, 28 Sep 2025 09:52:09 +0800 Subject: [PATCH] 111 --- PRD_PPBOMCHANGE/PLTH.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PRD_PPBOMCHANGE/PLTH.cs b/PRD_PPBOMCHANGE/PLTH.cs index 0b065a1..1a88136 100644 --- a/PRD_PPBOMCHANGE/PLTH.cs +++ b/PRD_PPBOMCHANGE/PLTH.cs @@ -94,9 +94,11 @@ namespace GZ_LTHPilot_ORDER.PRD_PPBOMCHANGE 变更类型为变更后,将分子赋值为0*/ if (Convert.ToString(entityObj["ChangeType"]) == "3") { + this.View.ShowMessage("12345"); //变更类型为变更后,分子赋值为0 this.View.Model.SetValue("FNumerator", 0, Convert.ToInt32(entityObj["Seq"]) - 1); - } + this.View.Model.SetValue("FIssueType", 7, Convert.ToInt32(entityObj["Seq"]) - 1); + } /*变更类型为新增,将物料编码替换为动态窗口选择的物料FID*/ if (Convert.ToString(entityObj["ChangeType"]) == "1") {