diff --git a/ruoyi-modules/ruoyi-oa/src/main/java/org/dromara/oa/erp/service/impl/ErpContractInfoServiceImpl.java b/ruoyi-modules/ruoyi-oa/src/main/java/org/dromara/oa/erp/service/impl/ErpContractInfoServiceImpl.java index e5a87d36..032631fc 100644 --- a/ruoyi-modules/ruoyi-oa/src/main/java/org/dromara/oa/erp/service/impl/ErpContractInfoServiceImpl.java +++ b/ruoyi-modules/ruoyi-oa/src/main/java/org/dromara/oa/erp/service/impl/ErpContractInfoServiceImpl.java @@ -559,7 +559,7 @@ public class ErpContractInfoServiceImpl implements IErpContractInfoService { data.put("订单号", strVal(contractInfo.getOrderContractCode())); data.put("项目号", strVal(contractInfo.getProjectContractCode())); String deliveryPeriod = strVal(contractInfo.getDeliveryStart()); - data.put("发货/交货期", deliveryPeriod); + data.put("发货期", deliveryPeriod); data.put("质保期", strVal(contractInfo.getWarrantyPeriod())); data.put("质保期描述", strVal(contractInfo.getWarrantyPeriodDescription())); diff --git a/ruoyi-modules/ruoyi-oa/src/main/resources/合同审批单模板.docx b/ruoyi-modules/ruoyi-oa/src/main/resources/合同审批单模板.docx index 0efee771..d528286d 100644 Binary files a/ruoyi-modules/ruoyi-oa/src/main/resources/合同审批单模板.docx and b/ruoyi-modules/ruoyi-oa/src/main/resources/合同审批单模板.docx differ