Browse Source

no message

master
Shaobin 2 months ago
parent
commit
7141c53bf5
  1. 30
      UICode/CustPOSendMailUI/WebPart/CustPOSendMailUIFormWebPartCodeBehindExtend.cs

30
UICode/CustPOSendMailUI/WebPart/CustPOSendMailUIFormWebPartCodeBehindExtend.cs

@ -299,34 +299,22 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI
</tr>
", "Please refer to the New PO, Confirm it within today and feedback the delivery date within 2 Days,Thanks.");
mailMessage += string.Format(@"
<tr>
<td >{0}</td>
</tr>
", "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(@"
<tr>
<td >{0}</td>
</tr>
", "Best Regards");
mailMessage += string.Format(@"
<tr>
<td >{0}</td>
</tr>
", "" + 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(@"
<tr>
<td >{0}</td>
</tr>
", "yu.zhou@panawincn.com");
mailMessage += @" </table></body></html>";
@ -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();

Loading…
Cancel
Save