From d15e75738536cb3e9ded41037b1fdcb68a795d8a Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 2 Jul 2025 16:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/purchase/goodsEntry/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/material/purchase/goodsEntry/index.vue b/src/views/material/purchase/goodsEntry/index.vue index 9c4dbba2..498313c0 100644 --- a/src/views/material/purchase/goodsEntry/index.vue +++ b/src/views/material/purchase/goodsEntry/index.vue @@ -374,7 +374,7 @@ export default { const currentTime = formatTime(new Date()); this.download( '/material/purchase_check_info/export', - { ...this.queryParams, statusList: [3, 13, 4, 14, 19], taskStage: 4 }, + { ...this.queryParams, taskStage: 4 }, `新购到货入库_${currentTime}.xlsx` ) }