From 72394a31b491cb19fc67b479dde1eaed68bc0288 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 08 五月 2025 07:42:54 +0800
Subject: [PATCH] 打印

---
 DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
index 5eafab2..4102f34 100644
--- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -2153,19 +2153,7 @@
             else
                 txt_iCount_1.ReadOnly = true;
         }
-        public static decimal PrintYuLiang(DevExpress.XtraEditors.RadioGroup rd)
-        {
-            decimal dc = 0;
-            if (rd.SelectedIndex != 0)
-                return 0;
-            string txt = rd.Properties.Items[0].Description;// = "鍏ㄨ嚜鍔ㄣ��" + remainder.ToString() + "銆�";
-            txt = txt.Trim().Replace("鍏ㄨ嚜鍔ㄣ��", "");
-            txt = txt.Replace("銆�", "");
-            if (string.IsNullOrEmpty(txt))
-                return 0;
-            return decimal.Parse(txt);
-        }
-
+   
         #region 缁樺埗琛ㄥご鍏ㄩ�夊嬀閫夋
         /// <summary>
         /// 缁樺埗琛ㄥご鍏ㄩ�夊嬀閫夋

--
Gitblit v1.9.3