更新
This commit is contained in:
parent
331e66ee04
commit
5bf67e0220
@ -24,7 +24,7 @@ public interface DlDriveSchoolCoachCourseService extends IService<DlDriveSchoolC
|
||||
* @author PQZ
|
||||
* @date 17:14 2025/2/7
|
||||
**/
|
||||
void saveCoachCourse(String courseId, String courseName, String courseType, List<DlDriveSchoolCoachVO> coachList);
|
||||
void saveCoachCourse(String courseId, String courseName, String courseType, List<DlDriveSchoolCoachVO> coachList);
|
||||
|
||||
/**
|
||||
* 通过课程id删除课程与教练关联关系
|
||||
|
@ -1016,7 +1016,7 @@ public class DlRepairTicketsServiceImpl extends ServiceImpl<DlRepairTicketsMappe
|
||||
|
||||
Configure config = configureBuilder.build();
|
||||
try {
|
||||
InputStream inputStream = XWPFTemplate.class.getResourceAsStream("/templates/ticketTemplate.docx");
|
||||
InputStream inputStream = XWPFTemplate.class.getResourceAsStream("/templates/modified_ticketTemplate.docx");
|
||||
XWPFTemplate template = XWPFTemplate.compile(inputStream, config);
|
||||
template.render(params);
|
||||
FileOutputStream fos = new FileOutputStream(tmpPath);
|
||||
|
@ -0,0 +1,99 @@
|
||||
|
||||
泸州市蓝安汽车销售有限公司
|
||||
{{@qrCode}}
|
||||
车辆维修结算单
|
||||
工号:{{jobNumber}}
|
||||
客户名称:
|
||||
{{customerName}}
|
||||
送修人:
|
||||
{{repairer}}
|
||||
送修人电话:
|
||||
{{repairerTelephone}}
|
||||
车牌:
|
||||
{{plate}}
|
||||
车型:
|
||||
{{carType}}
|
||||
发动机号码:
|
||||
{{engineNumber}}
|
||||
车架号:
|
||||
{{frameNumber}}
|
||||
开单时间:
|
||||
{{billingTime}}
|
||||
已行里程:
|
||||
{{mileage}}
|
||||
三包单位:
|
||||
{{tripleUnit}}
|
||||
保险名称:
|
||||
{{insuranceName}}
|
||||
旧件处理:
|
||||
{{oldhandle}}
|
||||
维修内容
|
||||
{{projects}}序号
|
||||
维修项目
|
||||
单价
|
||||
数量
|
||||
折扣率
|
||||
工时费
|
||||
主修人
|
||||
备注
|
||||
性质
|
||||
[repRort]
|
||||
[repItem]
|
||||
[repPrice]
|
||||
[repCount]
|
||||
[repDiscount]
|
||||
[labourAmount]
|
||||
[major]
|
||||
[repRemark]
|
||||
[repNature]
|
||||
材料清单
|
||||
{{wares}}序号
|
||||
配件件号
|
||||
名称
|
||||
单位
|
||||
单价
|
||||
数量
|
||||
折扣率
|
||||
金额
|
||||
备注
|
||||
性质
|
||||
[matRort]
|
||||
[matNum]
|
||||
[matName]
|
||||
[matUnit]
|
||||
[matPrice]
|
||||
[matCount]
|
||||
[matDiscount]
|
||||
[matAmount]
|
||||
[matRemark]
|
||||
[matNature]
|
||||
小计
|
||||
|
||||
|
||||
|
||||
|
||||
{{matTotalAmount}}
|
||||
|
||||
|
||||
材料费:{{matCost}}
|
||||
材料费优惠:{{matFavorable}}
|
||||
管理费:{{manageCost}}
|
||||
总费用:{{matTotalCost}}
|
||||
工时费:{{labourCost}}
|
||||
工时费优惠:{{labourFavorable}}
|
||||
其他费:{{otherCost}}
|
||||
材料工时优惠:{{matlabourFavorable}}
|
||||
救援费:{{rescueCost}}
|
||||
三包费:{{tripleCost}}
|
||||
定损费:{{lossCost}}
|
||||
应收费:{{allCost}}
|
||||
大写:{{bigAllCost}}
|
||||
付款情况:
|
||||
{{costCondition}}
|
||||
工单备注:{{paperRemark}}
|
||||
客户签字:
|
||||
结算备注:{{costRemark}}
|
||||
|
||||
单位:{{corporation}} 服务顾问:{{serviceConsultant}} 联系电话:{{serviceTelephone}}
|
||||
开户行:{{bank}} 地址:{{bankAddress}}
|
||||
账号:{{account}} 结算日期:{{settleDate}}
|
Loading…
Reference in New Issue
Block a user