From 86996f38d6dc5bb6a049f3ab6aa492bd22f7dde0 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 05 九月 2024 15:03:14 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- 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