|
|
|
@ -26,28 +26,46 @@ export const activitiMixin = {
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text:'物资入库流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessUdgetPlanForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessUdgetPlanForm`), |
|
|
|
|
businessTable:'ProcessUdgetPlanForm' |
|
|
|
|
routeName:'@/views/activiti/form/ProcessMaterialWarehousingForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessMaterialWarehousingForm`), |
|
|
|
|
businessTable:'ProcessMaterialWarehousingForm' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text:'预算计划采购流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessUdgetPlanForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessUdgetPlanForm`), |
|
|
|
|
businessTable:'ProcessUdgetPlanForm' |
|
|
|
|
text:'物资出库流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessMaterialsDeliveryForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessMaterialsDeliveryForm`), |
|
|
|
|
businessTable:'ProcessMaterialsDeliveryForm' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text:'预算计划采购流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessUdgetPlanForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessUdgetPlanForm`), |
|
|
|
|
businessTable:'ProcessUdgetPlanForm' |
|
|
|
|
text:'物资调拨流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessMaterialsAllotForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessMaterialsAllotForm`), |
|
|
|
|
businessTable:'ProcessMaterialsAllotForm' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text:'预算计划采购流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessUdgetPlanForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessUdgetPlanForm`), |
|
|
|
|
businessTable:'ProcessUdgetPlanForm' |
|
|
|
|
} |
|
|
|
|
text:'物资借用流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessMaterialBorrowingForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessMaterialBorrowingForm`), |
|
|
|
|
businessTable:'ProcessMaterialBorrowingForm' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text:'物资归还流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessMaterialsReturnForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessMaterialsReturnForm`), |
|
|
|
|
businessTable:'ProcessMaterialsReturnForm' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text:'物资报废流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessSmaterialsScrapForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessSmaterialsScrapForm`), |
|
|
|
|
businessTable:'ProcessSmaterialsScrapForm' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text:'特殊物资审批流程', |
|
|
|
|
routeName:'@/views/activiti/form/ProcessSpecialMaterialsForm', |
|
|
|
|
component:() => import(`@/views/activiti/form/ProcessSpecialMaterialsForm`), |
|
|
|
|
businessTable:'ProcessSpecialMaterialsForm' |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
historicDetail:function () { |
|
|
|
|