Commit 44414469 authored by qinhu's avatar qinhu

采购维修计划 模板

parent 9be2f801
...@@ -240,7 +240,7 @@ public class PlanConsumablesPurchaseServiceImpl extends ServiceImpl<PlanConsumab ...@@ -240,7 +240,7 @@ public class PlanConsumablesPurchaseServiceImpl extends ServiceImpl<PlanConsumab
beanParams.put("list", records); beanParams.put("list", records);
beanParams.put("fileNo","41-4051-2001"); beanParams.put("fileNo","41-4051-2001");
beanParams.put("year", DateUtil.year(DateUtil.date()) +""); beanParams.put("year", DateUtil.year(DateUtil.date()) +"");
WordUtil.writeWordReport("消耗品采购计划.docx", "消耗品采购计划.ftl", beanParams, response, FileExt.DOC); WordUtil.writeWordReport("采购维修计划.docx", "消耗品采购计划.ftl", beanParams, response, FileExt.DOC);
} }
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment