|
|
@@ -66,6 +66,11 @@ const routerDetail = (item) =>{
|
|
|
name: 'FillDailyReportForm',
|
|
|
params: { id: id, mode: 'fill' }
|
|
|
})
|
|
|
+ } else if (item.businessType === 'rdReportApproval') {
|
|
|
+ push({
|
|
|
+ name: 'FillDailyReportForm',
|
|
|
+ params: { id: id, mode: 'approval' }
|
|
|
+ })
|
|
|
} else if (item.businessType === 'generateOperation') {
|
|
|
const param = item.templateParams
|
|
|
id = param.deptId+','+param.userId+','+param.createTime+','+param.businessId+','+param.orderStatus;
|