|
|
@ -243,7 +243,6 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI |
|
|
|
message.SubjectEncoding = Encoding.UTF8;//标题格式为UTF8
|
|
|
|
|
|
|
|
string _Body = this.MailText53.Text; |
|
|
|
//string _Body_ = string.Empty;
|
|
|
|
string[] strArray = _Body.Split(new char[1] { ' ' }); |
|
|
|
|
|
|
|
|
|
|
@ -262,7 +261,7 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI |
|
|
|
<tr> |
|
|
|
<td style='color:Red;'>{0}</td> |
|
|
|
</tr> |
|
|
|
", item + '\r' + '\n' + '\r' + '\n' + '\r' + '\n' + '\r' + '\n' + '\r' + '\n' + '\r' + '\n');
|
|
|
|
", item);
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
@ -277,7 +276,6 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//mailMessage += string.Format(@"", _Body_);
|
|
|
|
mailMessage += @" </table></body></html>"; |
|
|
|
|
|
|
|
message.Body = mailMessage;// mailContent;//邮件内容
|
|
|
@ -335,7 +333,7 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI |
|
|
|
} |
|
|
|
sql = dt.Rows[0][0].ToString(); |
|
|
|
|
|
|
|
//sql = string.Format(sql, CurrentState["POCode"].ToString());
|
|
|
|
sql = string.Format(sql, CurrentState["POCode"].ToString(), CurrentState["OrgID"].ToString()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|