From 5caa60fe25d611f6ae95a8cf0a394868b24d3b51 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 13 Jun 2025 15:31:32 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventoryLogs/index.vue | 13 +++++++------ src/views/material/basic/bmUnit/people.vue | 1 - src/views/material/code/index.vue | 2 +- .../purchase/goodsArrived/component/queryTools.vue | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/inventoryLogs/index.vue b/src/views/inventoryLogs/index.vue index 0ed56d0a..d532b10e 100644 --- a/src/views/inventoryLogs/index.vue +++ b/src/views/inventoryLogs/index.vue @@ -12,11 +12,11 @@ @keyup.enter.native="handleQuery" /> - + diff --git a/src/views/material/code/index.vue b/src/views/material/code/index.vue index 162910e7..f3f6a88e 100644 --- a/src/views/material/code/index.vue +++ b/src/views/material/code/index.vue @@ -186,7 +186,7 @@ export default { single: true, // 非多个禁用 multiple: true, - statusList: [{id:"",name:"全部"},{id:"0",name:"已绑定"},{id:"1",name:"未绑定"}], + statusList: [{id:"",name:"全部"},{id:"1",name:"已绑定"},{id:"0",name:"未绑定"}], total: 0, // 总条数 loading: false, // 遮罩层 showSearch: true, // 显示搜索条件 diff --git a/src/views/material/purchase/goodsArrived/component/queryTools.vue b/src/views/material/purchase/goodsArrived/component/queryTools.vue index 180af228..fc0be48a 100644 --- a/src/views/material/purchase/goodsArrived/component/queryTools.vue +++ b/src/views/material/purchase/goodsArrived/component/queryTools.vue @@ -396,7 +396,7 @@ export default { }; const currentTime = formatTime(new Date()); - this.download('/material/purchase_check_info/exportDetails',{taskId:this.taskId},`新购到货详情_${currentTime}.xlsx`) + this.download('/material/purchase_check_info/exportDetails',{taskId:this.taskId,id:this.id,taskStage: 1},`新购到货详情_${currentTime}.xlsx`) }, }, }