From a9c816c513d4caf834362c9108b977f6fd02a45b Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期三, 15 四月 2026 16:11:47 +0800
Subject: [PATCH] update

---
 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 55f8e8e..5bb1d7b 100644
--- a/jrj/project/business/GDN3.maint.cpp
+++ b/jrj/project/business/GDN3.maint.cpp
@@ -1620,7 +1620,7 @@
 
 		xstring ClassifyID = dw_item.GetItemString(row, L"ClassifyID");
 		xstring refundRate = L"*";
-		alert(L"\r\n--------" + ClassifyID + L"-----------");
+		//alert(L"\r\n--------" + ClassifyID + L"-----------");
 		xml x = ViewObject::RetrieveData(L"/sale/data/Custom3/custom/classifyinfo", L"ClassifyID", ClassifyID);
 		if (x)
 		{
@@ -3336,7 +3336,8 @@
 		xstring ETD = dw_base.GetItemString(1, L"ETD");
 		if (ETD == L"")
 		{
-			alert(L"填写船期!");
+			//alert(L"填写船期!");
+			return 1;
 		}
 		xml x = ViewObject::RetrieveData(L"/sale/data/GDN3/profit/paramS", L"item", L"prepareFeeRate");
 		if (x.selectSingleNode(L"root/item/@value"))

--
Gitblit v1.9.3