From 455f038020ce369e41f56d77d6405b4b83fe5d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Mon, 21 Apr 2025 16:56:23 +0800 Subject: [PATCH] first --- src/views/board/kanBan/index.vue | 4 ++-- src/views/home/components/data-card/index.vue | 4 ++-- src/views/produce/workRecords/index.vue | 6 +++++- src/views/storage/auxiliaryProduceinfo/index.vue | 6 +++--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/board/kanBan/index.vue b/src/views/board/kanBan/index.vue index 065bcfc..10bc7ca 100644 --- a/src/views/board/kanBan/index.vue +++ b/src/views/board/kanBan/index.vue @@ -378,7 +378,7 @@ ref="leftBot" :year="year" width="200px" - :device-count="62" + :device-count="25" height="160px" @endLoading="endLoading" /> @@ -391,7 +391,7 @@ @@ -571,7 +571,7 @@ const RecptInfo = ref({ areaId: null, areaCode: null, areaName: null, - recptDate: null, + recptDate: new Date().getTime(), status: null, remark: null, attr1: null, @@ -630,7 +630,7 @@ function getRecptInfo() { RecptInfo.value = res.data; console.log('res.data ==>', res.data); - RecptInfo.value.recptDate = new Date(RecptInfo.value.recptDate as unknown as string).getTime(); + RecptInfo.value.recptDate = new Date().getTime(); // salesUser(res.data.salseDeptId); }); }