From 7cb19e208a53168533365a51472df079723e8be4 Mon Sep 17 00:00:00 2001 From: weiyunlong Date: Tue, 17 Dec 2024 12:49:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E9=9C=80=E6=B1=82,?= =?UTF-8?q?=E8=AE=A1=E5=88=92,=E7=AB=8B=E9=A1=B9,=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=90=BA=E5=B8=A6=E9=A1=B9=E7=9B=AE=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91(=E7=BC=BA=E7=9C=81=E5=80=BC:=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E9=A1=B9=E7=9B=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit S --- main/java/shkd/repc/rebm/formplugin/PurPlanFormPlugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/java/shkd/repc/rebm/formplugin/PurPlanFormPlugin.java b/main/java/shkd/repc/rebm/formplugin/PurPlanFormPlugin.java index b1d806c..752ff1c 100644 --- a/main/java/shkd/repc/rebm/formplugin/PurPlanFormPlugin.java +++ b/main/java/shkd/repc/rebm/formplugin/PurPlanFormPlugin.java @@ -104,7 +104,7 @@ public class PurPlanFormPlugin extends AbstractBillPlugIn implements HyperLinkCl new QFilter[]{new QFilter("number", QCP.equals, "XM-202412-008")}); projectbill = projectbillss[0]; } - this.getModel().setValue("qeug_renovation_proj", projectbill); - this.getView().updateView("qeug_renovation_proj"); + this.getModel().setValue("purproject", projectbill); + this.getView().updateView("purproject"); } }