diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentInfo.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentInfo.vue new file mode 100644 index 0000000..049bfbb --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentInfo.vue @@ -0,0 +1,182 @@ + + + + \ No newline at end of file diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentSearch.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentSearch.vue new file mode 100644 index 0000000..4b4501e --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentSearch.vue @@ -0,0 +1,104 @@ + + + \ No newline at end of file diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentToDo.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentToDo.vue new file mode 100644 index 0000000..3597d80 --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentToDo.vue @@ -0,0 +1,175 @@ + + + \ No newline at end of file diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentToDoLarge.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentToDoLarge.vue new file mode 100644 index 0000000..857b7d7 --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/documentToDoLarge.vue @@ -0,0 +1,179 @@ + + + \ No newline at end of file diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/interConfig.js b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/interConfig.js new file mode 100644 index 0000000..7cab048 --- /dev/null +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/interConfig.js @@ -0,0 +1,18 @@ +export default { + /* + * 流程分类列表(无分页) + * */ + "categoryNoPageList":{ + url:'/intellioa/flow/category/noPageList', + method:'get', + isTestLogin:true + }, + /* + * 待办列表 + * */ + "list_by_handle_flag":{ + url:'/intellioa/flow/run/list_by_handle_flag', + method:'get', + isTestLogin:true + }, +} diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/superior.png b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/superior.png new file mode 100644 index 0000000..c015359 Binary files /dev/null and b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/documentToDo/superior.png differ