From 7e66487cf8ad910af7da10dbab1584ad473103f2 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期五, 10 四月 2026 15:30:02 +0800
Subject: [PATCH] update

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

diff --git a/jrj/project/business/GDN3.maint.cpp b/jrj/project/business/GDN3.maint.cpp
index 54d810e..5bb1d7b 100644
--- a/jrj/project/business/GDN3.maint.cpp
+++ b/jrj/project/business/GDN3.maint.cpp
@@ -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