From 9f5ccc7a061f356bd3e083901d6c5c05201cfd7d Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 12 Nov 2024 09:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E6=8E=A5=E5=8F=A3=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/purchase/goodsArrived/component/queryTools.vue | 2 +- src/views/material/purchase/goodsBind/component/bindTools.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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