diff --git a/src/views/material/purchase/goodsArrived/component/queryTools.vue b/src/views/material/purchase/goodsArrived/component/queryTools.vue index db6a89ea..20ede2f3 100644 --- a/src/views/material/purchase/goodsArrived/component/queryTools.vue +++ b/src/views/material/purchase/goodsArrived/component/queryTools.vue @@ -203,7 +203,7 @@ export default { //获取任务详情-列表数据 getTaskInfo() { this.loading = true - getPurchaseCheckInfo({taskId:this.taskId,id:this.id}).then((response) => { + getPurchaseCheckInfo({taskId:this.taskId,id:this.id,statusList:[1]}).then((response) => { this.taskInfo = response.data this.equipmentList = response.data.purchaseCheckDetailsList this.equipmentList.forEach((item) => { diff --git a/src/views/material/purchase/goodsBind/component/bindTools.vue b/src/views/material/purchase/goodsBind/component/bindTools.vue index f21e4df8..8e1a419e 100644 --- a/src/views/material/purchase/goodsBind/component/bindTools.vue +++ b/src/views/material/purchase/goodsBind/component/bindTools.vue @@ -452,6 +452,7 @@ export default { this.loading = true this.maForm.taskId = this.queryTaskId this.maForm.id = this.queryId + this.maForm.statusList=[3,13] const { data: res } = await getNewBuyBindListDetailsApi(this.maForm) this.loading = false // this.total = res.total