From 61f1fc38bb7c290ccace616b7df4609a8b82a73b Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期五, 06 九月 2024 13:52:36 +0800 Subject: [PATCH] update viewupdate --- jrj/project/business/GDN3.maint.cpp | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jrj/project/business/GDN3.maint.cpp b/jrj/project/business/GDN3.maint.cpp index be0976b..a9d306d 100644 --- a/jrj/project/business/GDN3.maint.cpp +++ b/jrj/project/business/GDN3.maint.cpp @@ -248,12 +248,12 @@ return 1; } - xstring GetEntityID(int /*param*/ pr) + xstring GetEntityID(LPARAM /*param*/ pr) { return InvoiceID; } - xstring GetEntityName(int /*param*/ pr) + xstring GetEntityName(LPARAM /*param*/ pr) { return L"GDN3"; } @@ -2505,6 +2505,7 @@ arg.AddArg(L"InvoiceNo", dw_base.GetItemString(1, L"InvoiceNo")); int p = arg; OpenWindow(L"dev:xpage[select.item.po.vx]", p); + xstring str = arg.GetArgString(L"items"); if (str != L"") { -- Gitblit v1.9.3