From 47d903f3ed61cd1abc33c723a30fe53c829f9c07 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期二, 25 六月 2024 23:28:12 +0800 Subject: [PATCH] update product --- jrj/project/business/Customer3.maint.cpp | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/jrj/project/business/Customer3.maint.cpp b/jrj/project/business/Customer3.maint.cpp index 05fec26..9f9ba77 100644 --- a/jrj/project/business/Customer3.maint.cpp +++ b/jrj/project/business/Customer3.maint.cpp @@ -1089,7 +1089,8 @@ int onload() { - maint::onload(); + maint::onload(); + return 1; } int onloaded() @@ -1190,8 +1191,7 @@ if (GetParam()) { - int iArgs = GetParam(); - xaserverarg& args = *new xaserverarg; + xaserverarg& args = *(xaserverarg * )GetParam(); //alert(args.GetString()); xstring CustomerGood = args.GetArgString(L"CustomerGood"); @@ -1213,7 +1213,6 @@ xsheet.SelectSheet(nIndex); //xsheet.SetSheetState(0, 0); } - ApplyStatus=dw_detail.GetItemString(1,L"ApplyStatus"); -- Gitblit v1.9.3