From 2c622722ac73b2f5dc56bdda3f389d01d260c075 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 2 Dec 2024 12:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95bug=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/lease/apply/component/homeApply.vue | 11 +++++------ .../lease/outBound/component/homeOutBound.vue | 12 ++++++------ src/views/material/lease/outBound/index.vue | 16 +++++++++------- .../material/purchase/goodsEntry/detail.vue | 4 ++-- src/views/material/purchase/goodsEntry/index.vue | 4 ++-- 5 files changed, 24 insertions(+), 23 deletions(-) diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index 6292f30d..986541b4 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -626,10 +626,9 @@ export default { queryParams: { pageNum: 1, pageSize: 10, - time: null, //申请时间 - name: undefined, - typeId: "", + time: null, //申请时间 keyWord: "", + taskStatus: null, //申请时间 }, form: { remark: "", @@ -693,12 +692,12 @@ export default { this.loading = true; const params = { keyWord: this.queryParams.keyWord, + taskStatus: this.queryParams.taskStatus, startTime: this.queryParams.time && this.queryParams.time[0], - endTime: this.queryParams.time && this.queryParams.time[1], - typeId: this.queryParams.typeId, + endTime: this.queryParams.time && this.queryParams.time[1], pageSize: this.queryParams.pageSize, pageNum: this.queryParams.pageNum, - statusList: [1, 2, 3, 4], + statusList:[this.queryParams.taskStatus] }; getListLeaseApply(this.addDateRange(params)).then((response) => { this.typeList = response.rows; diff --git a/src/views/material/lease/outBound/component/homeOutBound.vue b/src/views/material/lease/outBound/component/homeOutBound.vue index d023ccb7..da3e4595 100644 --- a/src/views/material/lease/outBound/component/homeOutBound.vue +++ b/src/views/material/lease/outBound/component/homeOutBound.vue @@ -32,9 +32,9 @@ /> - + { this.typeList = response.rows; this.total = response.total; diff --git a/src/views/material/purchase/goodsEntry/detail.vue b/src/views/material/purchase/goodsEntry/detail.vue index 1083285a..0fb80d3c 100644 --- a/src/views/material/purchase/goodsEntry/detail.vue +++ b/src/views/material/purchase/goodsEntry/detail.vue @@ -111,10 +111,10 @@ diff --git a/src/views/material/purchase/goodsEntry/index.vue b/src/views/material/purchase/goodsEntry/index.vue index 0218abc5..157b37fe 100644 --- a/src/views/material/purchase/goodsEntry/index.vue +++ b/src/views/material/purchase/goodsEntry/index.vue @@ -92,12 +92,12 @@ @selection-change="handleSelectionChange" border > - + /> -->