From 4f23286b6e867e209455fb77abf3e6ba10eb90f1 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 22 Aug 2025 09:18:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(productSaleStatistics):=20=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E9=94=80=E5=94=AE=E7=BB=9F=E8=AE=A1-=E8=B5=B7?= =?UTF-8?q?=E5=A7=8B=E7=BB=93=E6=9D=9F=E6=97=A5=E6=9C=9F=E6=9C=AA=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/productSaleStatistics.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/statistics/productSaleStatistics.vue b/src/views/statistics/productSaleStatistics.vue index 54be745..4e4f6a9 100644 --- a/src/views/statistics/productSaleStatistics.vue +++ b/src/views/statistics/productSaleStatistics.vue @@ -176,6 +176,8 @@ export default { created() { this.getSearch() this.getOthers() + this.select.startTime = this.timeRange[0] + this.select.endTime = this.timeRange[1] }, methods: { isLocalSymbol, From 5bde29fd2cd04c99bcd3de561e07bc33bc8a6a0a Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 25 Aug 2025 16:09:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(goods):=20=E4=B8=8A=E4=B8=8B=E6=9E=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=BB=A5=E5=8F=8A=E9=A2=84=E8=AE=A1=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E6=97=B6=E9=97=B4=E5=8F=AF=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goodsManage/goodsList/goodsEdit/jcsz.vue | 3 +++ src/views/goodsManage/goodsRelease/jcsz.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/views/goodsManage/goodsList/goodsEdit/jcsz.vue b/src/views/goodsManage/goodsList/goodsEdit/jcsz.vue index 7695c7e..2e84d4a 100644 --- a/src/views/goodsManage/goodsList/goodsEdit/jcsz.vue +++ b/src/views/goodsManage/goodsList/goodsEdit/jcsz.vue @@ -522,6 +522,7 @@ :disabled="methods==0" type="datetime" :placeholder="'请选择'" + clearable /> @@ -532,6 +533,7 @@ :disabled="methods==0" type="datetime" :placeholder="'请选择'" + clearable /> @@ -542,6 +544,7 @@ :disabled="methods==0" type="datetime" :placeholder="'请选择'" + clearable /> diff --git a/src/views/goodsManage/goodsRelease/jcsz.vue b/src/views/goodsManage/goodsRelease/jcsz.vue index 5990569..d7d4fb1 100644 --- a/src/views/goodsManage/goodsRelease/jcsz.vue +++ b/src/views/goodsManage/goodsRelease/jcsz.vue @@ -494,6 +494,7 @@ v-model="form.putOnTime" type="datetime" :placeholder="'请选择'" + clearable /> @@ -503,6 +504,7 @@ v-model="form.putOffTime" type="datetime" :placeholder="'请选择'" + clearable /> @@ -512,6 +514,7 @@ v-model="form.arrivalTime" type="datetime" :placeholder="'请选择'" + clearable />