e.DataRow("计划日期") = e.DataRow("安排生产日期")+e.DataRow("天数")
e.DataRow("计划日期") 和 e.DataRow("安排生产日期")属于日期时间型,e.DataRow("天数")属于整数型,以上代码编写后运行出现错误,应该如何编写。