diff --git a/packageB/priority/allocate.vue b/packageB/priority/allocate.vue index 581c175..7fc5d55 100644 --- a/packageB/priority/allocate.vue +++ b/packageB/priority/allocate.vue @@ -1,6 +1,6 @@ diff --git a/packageB/priority/index.vue b/packageB/priority/index.vue index 4ad09b3..2ad0c8f 100644 --- a/packageB/priority/index.vue +++ b/packageB/priority/index.vue @@ -29,7 +29,7 @@ 帮扶记录管理 - + 立即查看 diff --git a/packageB/priority/recordsManagement.vue b/packageB/priority/recordsManagement.vue index a8a68b0..112aa13 100644 --- a/packageB/priority/recordsManagement.vue +++ b/packageB/priority/recordsManagement.vue @@ -1,197 +1,213 @@ diff --git a/packageB/priority/targetPersonnelChoice.vue b/packageB/priority/targetPersonnelChoice.vue new file mode 100644 index 0000000..c0f9fdc --- /dev/null +++ b/packageB/priority/targetPersonnelChoice.vue @@ -0,0 +1,563 @@ + + + + + diff --git a/packageB/priority/taskAssignment.vue b/packageB/priority/taskAssignment.vue index bae44de..47e332f 100644 --- a/packageB/priority/taskAssignment.vue +++ b/packageB/priority/taskAssignment.vue @@ -1,6 +1,6 @@ @@ -201,11 +193,7 @@ import { inject, ref, reactive } from 'vue'; import { onLoad } from '@dcloudio/uni-app'; const { $api, navTo, navBack } = inject('globalFunction'); import config from "@/config.js" -// import taskCreated from './components/taskCreated.vue'; -import taskDetail from './components/taskDetail.vue'; -import targetPersonnel from './components/targetPersonnel.vue'; -const showView=ref('main') const title = ref(''); const stats=ref({}) const formData = reactive({ @@ -356,11 +344,6 @@ const handleReset = () => { filterTimeRange.value=[] getDataList() } -function handleShowViewChange(newValue) { - showView.value = newValue - dataList.value=[] - getDataList() -} const creatTask = () => { navTo('/packageB/priority/taskCreated'); } @@ -368,13 +351,10 @@ function goRecommend(item){ navTo('/packageB/priority/allocate?id='+item.id); } function goDetail(item){ - currentItem.value=item.id - showView.value='detail' + navTo('/packageB/priority/taskDetail?item='+JSON.stringify(item)+'&url=taskAssignment'); } function goTarget(item){ - currentItem.value=item.taskAllocation.id - taskName.value=item.taskName - showView.value='targetPersonnel' + navTo('/packageB/priority/targetPersonnel?id='+item.taskAllocation.id+'&taskName='+item.taskName); } function scrollBottom(){ if(formData.pageNum - + 创建任务 @@ -41,18 +41,14 @@ - - - diff --git a/packageB/priority/taskDetail.vue b/packageB/priority/taskDetail.vue new file mode 100644 index 0000000..ffe9ea0 --- /dev/null +++ b/packageB/priority/taskDetail.vue @@ -0,0 +1,470 @@ + + + + + diff --git a/packageB/priority/taskIssue.vue b/packageB/priority/taskIssue.vue index a8a68b0..112aa13 100644 --- a/packageB/priority/taskIssue.vue +++ b/packageB/priority/taskIssue.vue @@ -1,197 +1,213 @@