From 107134bb82b93a0684f936fc67064e19b0dddcda Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 18 Sep 2024 18:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../return/apply/component/home1.vue | 16 ++++++++-------- .../return/receive/component/handlePage.vue | 1 - .../store/warehousing/repairWarehousing.vue | 2 +- .../warehouseManage/machinery/coding/index.vue | 1 + .../partsAcceptance/component/addParts.vue | 2 +- .../toolsAcceptance/component/addTools.vue | 2 +- .../warehouseManage/warehousing/repair/index.vue | 2 +- .../warehouseManage/warehousing/return/index.vue | 2 +- vue.config.js | 9 +++------ 9 files changed, 17 insertions(+), 20 deletions(-) diff --git a/src/views/claimAndreturn/return/apply/component/home1.vue b/src/views/claimAndreturn/return/apply/component/home1.vue index cfc3616..fef9959 100644 --- a/src/views/claimAndreturn/return/apply/component/home1.vue +++ b/src/views/claimAndreturn/return/apply/component/home1.vue @@ -72,13 +72,13 @@ @changeId="selectDrop" > - + @@ -649,12 +649,12 @@ export default { lotId: '', //工程id taskStatus: '', //状态 typeId: '', //工机具类型 - time: '', agreementCode: '', //协议 startTime: '', endTime: '', proId: '', }, + returnTime: [], dialogQueryParams: { pageNum: 1, pageSize: 10, @@ -730,9 +730,9 @@ export default { }, async getList() { this.loading = true - if (this.queryParams.time && this.queryParams.time.length > 0) { - this.queryParams.startTime = this.queryParams.time[0] - this.queryParams.endTime = this.queryParams.time[1] + if (this.returnTime.length > 0) { + this.queryParams.startTime = this.returnTime[0] + this.queryParams.endTime = this.returnTime[1] } try { @@ -769,7 +769,7 @@ export default { }, /** 重置按钮操作 */ resetQuery() { - this.queryParams.time = [] + this.returnTime = [] this.queryParams.typeId = '' this.$refs.mychildSon.inputValue = '' // this.resetForm("queryForm"); diff --git a/src/views/claimAndreturn/return/receive/component/handlePage.vue b/src/views/claimAndreturn/return/receive/component/handlePage.vue index 31f4874..a6bacb1 100644 --- a/src/views/claimAndreturn/return/receive/component/handlePage.vue +++ b/src/views/claimAndreturn/return/receive/component/handlePage.vue @@ -791,7 +791,6 @@ export default { // }) console.log(this.deviceList, 'deviceList') - this.total = response.data.total this.loading = false }) diff --git a/src/views/store/warehousing/repairWarehousing.vue b/src/views/store/warehousing/repairWarehousing.vue index db67412..b37cd32 100644 --- a/src/views/store/warehousing/repairWarehousing.vue +++ b/src/views/store/warehousing/repairWarehousing.vue @@ -18,7 +18,7 @@ @keyup.enter.native="handleQuery" /> - + - + - +