From 0688701418e49a6e3f07eb13b414d35f0c9b4e57 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期三, 27 八月 2025 13:20:28 +0800
Subject: [PATCH] update

---
 jrj/project/business/GDN3.list.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jrj/project/business/GDN3.list.cpp b/jrj/project/business/GDN3.list.cpp
index 6f6e3dc..212e133 100644
--- a/jrj/project/business/GDN3.list.cpp
+++ b/jrj/project/business/GDN3.list.cpp
@@ -28,7 +28,7 @@
 
 	int changeddlb;
 	xcombobox ddlb_1;
-	xcombobox cbx_datashow;
+	xcombobox cbx_datashow; 
 
 	xtreeview tv_folder;
 	xdwgrid   dw_goods;
@@ -660,7 +660,7 @@
 		dw_custom.SetColumnState(L"ClassifyID", false);
 		dw_custom.SetColumnState(L"AmountEx", false);
 		//dw_custom.SetReadOnlyColumn(L"CustName",true);
-		dw_custom.SetColumnState(L"LineNo", false);
+		//dw_custom.SetColumnState(L"LineNo", false);
 
 		rows = L"500";
 		myDataUrl = L"/sale/data/GDN3/folder/list";
@@ -718,7 +718,7 @@
 		{
 			arg.AddArg(L"CustomerID", e.getAttribute(L"id"));
 			xstring name = e.getAttribute(L"name");
-			if (name.find(L"(L") >= 0) name = name.left(name.find(L"(L"));
+			if (name.find(L"(") >= 0) name = name.left(name.find(L"("));
 			arg.AddArg(L"CustomerName", name);
 		}
 		return 1;

--
Gitblit v1.9.3