From e8b92d59d763a31367dd8805f857e26f688be6a0 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期五, 18 九月 2026 14:19:16 +0800
Subject: [PATCH] update
---
jrj/project/business/Supplier3.list.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/jrj/project/business/Supplier3.list.cpp b/jrj/project/business/Supplier3.list.cpp
index 4ceaad4..81acc94 100644
--- a/jrj/project/business/Supplier3.list.cpp
+++ b/jrj/project/business/Supplier3.list.cpp
@@ -285,7 +285,7 @@
xstring no1 = publiccode::GetUser().no;
- if (no1 != L"00201")
+ if (no1 != L"00206")
{
if (TypeWork.find(L"采购") >= 0)
@@ -405,7 +405,7 @@
if (comdid == L"action:bill.xmSaveAs")
{
xstring userno = publiccode::GetUser().no;
- if (userno == L"00701" || userno == L"00601" || userno == L"00618" || userno == L"admin")
+ if (userno == L"00701" || userno == L"00601" || userno == L"00618" || userno == L"admin" || userno == L"00620")
{
dw_list.SaveAs(L"");
}
@@ -496,7 +496,7 @@
if (TypeWork.find(L"采购") >= 0)
{
- dw_list.SetColumnState(L"DateEx", false);
+ //dw_list.SetColumnState(L"DateEx", false);
dw_list.SetColumnState(L"DateExS", false);
dw_list.SetColumnState(L"Name", false);
dw_list.SetColumnState(L"ProvinceCode", false);
--
Gitblit v1.9.3