|
|
@@ -61,7 +61,12 @@ const routerDetail = (item) =>{
|
|
|
name: 'IotMainWorkOrderBom',
|
|
|
params: { id }
|
|
|
})
|
|
|
- }else if(item.businessType === 'generateOperation'){
|
|
|
+ } else if (item.businessType === 'rdDailyReport') {
|
|
|
+ push({
|
|
|
+ name: 'FillDailyReportForm',
|
|
|
+ params: { id }
|
|
|
+ })
|
|
|
+ } else if (item.businessType === 'generateOperation') {
|
|
|
const param = item.templateParams
|
|
|
id = param.deptId+','+param.userId+','+param.createTime+','+param.businessId+','+param.orderStatus;
|
|
|
push({ name: 'FillOrderInfo',params:{id}})
|