From 375a5e615ac9bf1a6e71a8f03b6df0285d7667b5 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期一, 10 八月 2026 09:56:25 +0800
Subject: [PATCH] update
---
jrj/project/business/AP/maint.ap.cpp | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/jrj/project/business/AP/maint.ap.cpp b/jrj/project/business/AP/maint.ap.cpp
index 2c3462a..6426ec1 100644
--- a/jrj/project/business/AP/maint.ap.cpp
+++ b/jrj/project/business/AP/maint.ap.cpp
@@ -253,6 +253,7 @@
SetArg();
APID = L"";
APType = L"";
+ xstring positionname = publiccode::GetUser().positionname;
if (GetWinParam())
{
xaserverarg arg=GetArg();
@@ -266,7 +267,7 @@
dw_base.SetRowSelectorWidth(0);
dw_base.SetHScrollState(false);
dw_base.SetVScrollState(false);
-
+
OnAttachEvent();
if (APID != L"")
@@ -277,7 +278,11 @@
{
xstring sdate = publiccode::GetCurrentDate();
dw_base.SetItemString(1, L"APDate", sdate);
- dw_base.SetItemString(1, L"PayedDate", sdate);
+ if (positionname.find(L"跟单") < 0)
+ {
+ dw_base.SetItemString(1, L"PayedDate", sdate);
+
+ }
dw_base.SetItemString(1, L"CreateDate", sdate);
xstring suserid = publiccode::GetUser().id;
xstring susername = publiccode::GetUser().name;
--
Gitblit v1.9.3