Browse Source

修改

master
wushukun 7 years ago
parent
commit
4cbb57f46e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BWP.B3_YunKen.Web/Pages/TypeIOCs/SaleForecastPrintAfterAddParameters.cs

+ 1
- 1
BWP.B3_YunKen.Web/Pages/TypeIOCs/SaleForecastPrintAfterAddParameters.cs View File

@ -27,7 +27,7 @@ namespace BWP.Web.Pages.TypeIOCs
html.Append("</style>");
html.Append("<table style=\"border-collapse:collapse;\" bordercolor=\"black\" id = \"tblId\" cellpadding=\"3\" cellspacing=\"0\" border = \"1\" width=\"" + str[0] + "\" height=\"" + str[1] + "\" >");
html.Append("<tr><td colspan=\"2\" align=\"center\" >客户出门证" + dmo.Code + "</td></tr>");
html.Append("<tr><td>验收时间:</td><td>" + dmo.BillDate==null?string.Empty:dmo.BillDate.Value.ToString("yyyy-MM-dd") + "&nbsp; </td></tr>");
html.Append("<tr><td>验收时间:</td><td>" + (dmo.BillDate == null ? string.Empty : dmo.BillDate.Value.ToString("yyyy-MM-dd")) + "&nbsp; </td></tr>");
html.Append("<tr><td>购货客户:</td><td>" + dmo.Customer_Name + "</td></tr>");
html.Append("<tr><td>运输车辆:</td><td>" + dmo.Car_Name + "</td></tr>");
html.Append("<tr><td>经 办 人:</td><td>" + BLContext.User.Name + "</td></tr>");


Loading…
Cancel
Save