diff --git a/src/pages/repleinsh/job/repleinshJob.vue b/src/pages/repleinsh/job/repleinshJob.vue index 92cad3eb..db5cd0b9 100644 --- a/src/pages/repleinsh/job/repleinshJob.vue +++ b/src/pages/repleinsh/job/repleinshJob.vue @@ -284,6 +284,11 @@ action: "==", value: code }) + filters.push({ + column: "accept_user_id", + action: "==", + value: this.$store.state.user.id + }) var params = { filters: filters, @@ -296,7 +301,7 @@ uni.hideLoading(); if (res.data.list.length == 0) { that.showMessage('未查找到' + '【' + code + '】的补料任务'); - } else if (res.data.list.length == 1) { + } else { that.openJobDetail(res.data.list[0]); } }).catch(error => { @@ -345,6 +350,11 @@ column: "itemCode", action: "==", value: result.label.itemCode + }, + { + column: "accept_user_id", + action: "==", + value: this.$store.state.user.id } ] getRepleinshJobList({