From ffaf9ccc1860c02d79b6cbf4cd73c28abfe80c47 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 11 Apr 2024 11:30:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E6=9C=9F=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=20=E9=87=8D=E7=BD=AE=E6=B8=85=E7=A9=BA=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../claimAndRefund/receive/receiveApply.vue | 2 +- .../claimAndRefund/receive/receiveManage.vue | 1218 +++++++------ .../receiveByCq/receiveManage.vue | 1176 +++++++------ .../claimAndRefund/return/returnApply.vue | 2 +- .../claimAndRefund/return/returnApplyByCq.vue | 2 +- .../newBuy/newDevices/newDevicesList.vue | 2 +- .../newDevicesServiceCenterList.vue | 1525 ++++++++++------- 7 files changed, 2308 insertions(+), 1619 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue index 1361f7c0..77827666 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue @@ -414,7 +414,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] this.resetForm('queryForm') this.handleQuery() }, diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue index ffe62865..d4052392 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue @@ -1,55 +1,89 @@ diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue index 656a226a..be2838b2 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue @@ -1,55 +1,89 @@ diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue index 64cfa38c..2bb6da18 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue @@ -726,7 +726,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] // this.resetForm("queryForm"); this.$refs.queryForm.resetFields() this.$refs.mychildSon.inputValue = '' diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue index 514ab098..5413528e 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue @@ -720,7 +720,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] // this.resetForm("queryForm"); this.$refs.queryForm.resetFields() this.initSelectData() diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue index d8df4f8a..d8bee5cc 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue @@ -577,7 +577,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] this.resetForm('queryForm') this.handleQuery() }, diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue index 1020dece..9377b4ce 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue @@ -1,678 +1,913 @@