From 4b22734632ea12c796cf3f899c17197177b40b5e Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 9 Jan 2025 15:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E9=80=BB=E8=BE=91=E4=BC=98?= =?UTF-8?q?=E5=8C=962?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/purchase/goodsBind/component/bindQrTools.vue | 2 +- .../material/purchase/goodsBind/component/bindTools.vue | 2 +- src/views/material/purchase/goodsBind/component/home.vue | 5 ++--- src/views/material/purchase/goodsEntry/detail.vue | 2 +- src/views/material/purchase/goodsEntry/index.vue | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/material/purchase/goodsBind/component/bindQrTools.vue b/src/views/material/purchase/goodsBind/component/bindQrTools.vue index 2a61a9d4..f6563442 100644 --- a/src/views/material/purchase/goodsBind/component/bindQrTools.vue +++ b/src/views/material/purchase/goodsBind/component/bindQrTools.vue @@ -716,7 +716,7 @@ export default { getList(){ this.loading = true; - this.maForm.statusList=[3,13] + // this.maForm.statusList=[3,13] this.maForm.taskStage=3 getListDetail(this.maForm).then((response) => { this.equipmentList = response.rows; diff --git a/src/views/material/purchase/goodsBind/component/bindTools.vue b/src/views/material/purchase/goodsBind/component/bindTools.vue index bdc12731..feb81912 100644 --- a/src/views/material/purchase/goodsBind/component/bindTools.vue +++ b/src/views/material/purchase/goodsBind/component/bindTools.vue @@ -546,7 +546,7 @@ export default { this.loading = true; this.maForm.taskId = this.queryTaskId; this.maForm.id = this.queryId; - this.maForm.statusList = [3, 13]; + // this.maForm.statusList = [3, 13]; this.maForm.taskStage = 3; const { data: res } = await getNewBuyBindListDetailsApi(this.maForm); this.loading = false; diff --git a/src/views/material/purchase/goodsBind/component/home.vue b/src/views/material/purchase/goodsBind/component/home.vue index a8f70efc..76d912f2 100644 --- a/src/views/material/purchase/goodsBind/component/home.vue +++ b/src/views/material/purchase/goodsBind/component/home.vue @@ -245,8 +245,7 @@ export default { }, // 获取列表 async getList() { - this.loading = true - this.queryParams.statusList=[3,13] + this.loading = true this.queryParams.taskStage = 3 const res = await getNewBuyBindListApi(this.queryParams) this.bindList = res.data.rows @@ -298,7 +297,7 @@ export default { console.log('数据导出') this.download( "/material/purchase_check_info/export", - { ...this.queryParams,statusList:[3,13],taskStage:3 }, + { ...this.queryParams,taskStage:3 }, `新购到货入库_${new Date().getTime()}.xlsx` ); }, diff --git a/src/views/material/purchase/goodsEntry/detail.vue b/src/views/material/purchase/goodsEntry/detail.vue index 183fc186..f17e1c75 100644 --- a/src/views/material/purchase/goodsEntry/detail.vue +++ b/src/views/material/purchase/goodsEntry/detail.vue @@ -340,7 +340,7 @@ export default { this.queryParams.id=this.Id this.queryParams.taskId=this.taskId this.queryParams.taskStage=4 - this.queryParams.statusList=[3,13,4,14,19] + // this.queryParams.statusList=[3,13,4,14,19] getPurchaseDetailsList(this.queryParams).then(response => { this.tableList = response.data.purchaseCheckDetailsList; this.tableList.forEach((item) => { diff --git a/src/views/material/purchase/goodsEntry/index.vue b/src/views/material/purchase/goodsEntry/index.vue index c4f617a3..b3d83d5b 100644 --- a/src/views/material/purchase/goodsEntry/index.vue +++ b/src/views/material/purchase/goodsEntry/index.vue @@ -391,7 +391,7 @@ export default { this.queryParams.startTime = undefined this.queryParams.endTime = undefined } - this.queryParams.statusList=[3,13,4,14,19] + // this.queryParams.statusList=[3,13,4,14,19] this.queryParams.taskStage = 4 // this.queryParams.modelName="新购验收" getPurchaseList(this.queryParams).then((response) => {