|
|
@ -29,6 +29,9 @@ import jobFilter from '@/mycomponents/job/jobFilter.vue' |
|
|
|
import comDeliverJobCard from '@/pages/deliver/coms/comDeliverJobCard.vue' |
|
|
|
import jobListPopup from '@/pages/deliver/coms/jobListPopup.vue' |
|
|
|
import jobInfoPopup from '@/pages/deliver/coms/jobInfoPopup.vue' |
|
|
|
import { useCountStore } from '@/store' |
|
|
|
// 获取自定义的store |
|
|
|
const store = useCountStore() |
|
|
|
|
|
|
|
const { proxy } = getCurrentInstance() |
|
|
|
const jobList = ref([]) |
|
|
@ -108,6 +111,11 @@ const getList = (type) => { |
|
|
|
action: 'in', |
|
|
|
value: status.value |
|
|
|
}) |
|
|
|
filters.push({ |
|
|
|
column: 'accept_user_id', |
|
|
|
action: '==', |
|
|
|
value: store.id |
|
|
|
}) |
|
|
|
if (businessType.value && businessType.value.length > 0) { |
|
|
|
// 成品发货任务:businessType=Deliver 自制备件发货任务:businessType=ZZBJDeliver |
|
|
|
filters.push({ |
|
|
|