From fe8d7fda28d2c38dd14b38fe308320189d880f34 Mon Sep 17 00:00:00 2001 From: LiJianZhao Date: Thu, 15 May 2025 14:53:52 +0800 Subject: [PATCH 1/3] dev --- .../social/inventoryUp/List_3501.vue | 22 +++++-- .../social/inventoryUp/List_3502.vue | 48 +++++++++++---- .../social/inventoryUp/List_3503.vue | 61 +++++++------------ .../social/inventoryUp/List_3505.vue | 35 ++++++++--- .../social/reconciliation/ReversalEdit.vue | 20 +++--- src/views/social/accountRecords.vue | 27 +++++++- src/views/social/costRecord.vue | 12 ++-- 7 files changed, 144 insertions(+), 81 deletions(-) diff --git a/src/components/social/inventoryUp/List_3501.vue b/src/components/social/inventoryUp/List_3501.vue index 6ead3ed..489634d 100644 --- a/src/components/social/inventoryUp/List_3501.vue +++ b/src/components/social/inventoryUp/List_3501.vue @@ -60,6 +60,9 @@ let change_search = () => { init() } const formatDate = (isoStr:any) => { + if (!isoStr){ + return '' + } const date = new Date(isoStr); return `${date.getFullYear()}-${(date.getMonth()+1).toString().padStart(2,'0')}-${date.getDate().toString().padStart(2,'0')}`; } @@ -79,12 +82,23 @@ const formatDate = (isoStr:any) => {
- - + + + + + + + + + @@ -93,7 +107,7 @@ const formatDate = (isoStr:any) => { {{ formatDate(row.uploadDatetime) }} - +
diff --git a/src/components/social/inventoryUp/List_3502.vue b/src/components/social/inventoryUp/List_3502.vue index f902525..558bca2 100644 --- a/src/components/social/inventoryUp/List_3502.vue +++ b/src/components/social/inventoryUp/List_3502.vue @@ -2,18 +2,18 @@
+ + + + +