From 7141c53bf503b6718236d244111a5f7c36594572 Mon Sep 17 00:00:00 2001 From: Shaobin Date: Wed, 25 Sep 2024 16:09:48 +0800 Subject: [PATCH] no message --- ...POSendMailUIFormWebPartCodeBehindExtend.cs | 30 +++++-------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/UICode/CustPOSendMailUI/WebPart/CustPOSendMailUIFormWebPartCodeBehindExtend.cs b/UICode/CustPOSendMailUI/WebPart/CustPOSendMailUIFormWebPartCodeBehindExtend.cs index 930f404..9fc7714 100644 --- a/UICode/CustPOSendMailUI/WebPart/CustPOSendMailUIFormWebPartCodeBehindExtend.cs +++ b/UICode/CustPOSendMailUI/WebPart/CustPOSendMailUIFormWebPartCodeBehindExtend.cs @@ -299,34 +299,22 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI ", "Please refer to the New PO, Confirm it within today and feedback the delivery date within 2 Days,Thanks."); - mailMessage += string.Format(@" - - {0} - - ", "The information contained in this message is confidential and may be legally privileged. " + - "The message is intended solely for the addressee(s). If you are not the intended recipient," + - " you are hereby notified that any use, dissemination or reproduction is strictly prohibited" + - " and may be unlawful. If you are not the intended recipient, please contact the sender " + - "by return e-mail and destroy all copies of the original message."); - mailMessage += string.Format(@" {0} ", "Best Regards"); - mailMessage += string.Format(@" {0} - ", "采购员邮箱:" + PurMail); + ", "The information contained in this message is confidential and may be legally privileged. " + + "The message is intended solely for the addressee(s). If you are not the intended recipient," + + " you are hereby notified that any use, dissemination or reproduction is strictly prohibited" + + " and may be unlawful. If you are not the intended recipient, please contact the sender " + + "by return e-mail and destroy all copies of the original message."); - mailMessage += string.Format(@" - - {0} - - ", "采购经理邮箱:yu.zhou@panawincn.com"); mailMessage += @" "; @@ -503,14 +491,12 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI this.MailTitle86.Text = MaileTile; - this.MailText53.Text = "Dear Supplier:" + "\r\n"+ "Please refer to the New PO, Confirm it within today and feedback the delivery date within 2 Days,Thanks." - + "\r\n"+ "Best Regards" + "\r\n"+ "The information contained in this message is confidential and may be " + + this.MailText53.Text = "Dear Supplier:" + "\r\n" + "Please refer to the New PO, Confirm it within today and feedback the delivery date within 2 Days,Thanks." + + "\r\n" + "Best Regards" + "\r\n" + "The information contained in this message is confidential and may be " + "legally privileged. The message is intended solely for the addressee(s). " + "If you are not the intended recipient, you are hereby notified that any use,dissemination " + "or reproduction is strictly prohibited and may be unlawful. If you are not the intended recipient, " + - "please contact the sender by return e-mail and destroy all copies of the original message." -+ "\r\n" + "采购员邮箱:" + PurMail - + "\r\n" + "采购经理邮箱:yu.zhou@panawincn.com"; + "please contact the sender by return e-mail and destroy all copies of the original message."; this.DataCollect(); this.DataBind();