From dbc35688e78846136bab6eb938c7037fc6b1969b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E5=88=9D?= <3236758982@qq.com> Date: Fri, 13 Mar 2026 14:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E7=AE=A1=E7=90=86=E3=80=81?= =?UTF-8?q?=E7=AB=99=E5=86=85=E4=BF=A1=E6=B6=88=E6=81=AF=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erp/purchase/supplier/car/CarForm.vue | 107 ++++- src/views/erp/purchase/supplier/car/index.vue | 383 +++++++++++----- .../notify/my/MyNotifyMessageDetail.vue | 124 ++++- src/views/system/notify/my/index.vue | 431 +++++++++++++----- 4 files changed, 829 insertions(+), 216 deletions(-) diff --git a/src/views/erp/purchase/supplier/car/CarForm.vue b/src/views/erp/purchase/supplier/car/CarForm.vue index a11c06f..51d452b 100644 --- a/src/views/erp/purchase/supplier/car/CarForm.vue +++ b/src/views/erp/purchase/supplier/car/CarForm.vue @@ -1,5 +1,79 @@ - + + + + + 基本信息 + + + + + + + + + + + + + 车辆参数 + + + + + + + + + + + + + + + + + + + 其他信息 + + + + {{ dict.label }} + + + + + + + + + + + + + + + + \ No newline at end of file + + + \ No newline at end of file diff --git a/src/views/erp/purchase/supplier/car/index.vue b/src/views/erp/purchase/supplier/car/index.vue index 02ccd2e..c3ebe25 100644 --- a/src/views/erp/purchase/supplier/car/index.vue +++ b/src/views/erp/purchase/supplier/car/index.vue @@ -1,112 +1,196 @@ - - - - - - - + + + + + - - - 搜索 - 重置 - - 新增 - - - 导入 - - - 导出 - - - - + + + + + + + + + + + + + + + {{ row.licensePlate }} + + + + + 司机 + {{ row.driverName }} + + + 电话 + {{ row.contactPhone || '-' }} + + + 核定吨位 + {{ row.ratedTonnage ? row.ratedTonnage + ' 吨' : '-' }} + + + 车辆尺寸 + {{ row.carLength && row.carWidth ? `${row.carLength}m × ${row.carWidth}m` : '-' }} + + + + + - - - - - - - - - - - - {{ formatDate(new Date(scope.row.createTime)) }} - - - - - - - - - - - - 编辑 - - - 删除 - - - - - - + + + + + + + + + + + + + + + + 重置 + 确认筛选 + + + + + + + + + + + + + + + + + 搜索 + 重置 + + 新增 + + + 导入 + + + 导出 + + + + + + + + + + + + + + + + + {{ formatDate(new Date(scope.row.createTime)) }} + + + + + + + + + + + + 编辑 + + + 删除 + + + + + + + + @@ -116,6 +200,7 @@ + + diff --git a/src/views/system/notify/my/MyNotifyMessageDetail.vue b/src/views/system/notify/my/MyNotifyMessageDetail.vue index 0bfa30c..ca21793 100644 --- a/src/views/system/notify/my/MyNotifyMessageDetail.vue +++ b/src/views/system/notify/my/MyNotifyMessageDetail.vue @@ -1,5 +1,48 @@ - + + + + + {{ detailData.templateNickname }} + {{ formatDate(detailData.createTime) }} + + + + + 消息类型 + + + + 状态 + + + + 阅读时间 + {{ formatDate(detailData.readTime) }} + + + + + 消息内容 + {{ detailData.templateContent }} + + + + + + + + + + {{ detailData.templateNickname }} @@ -23,12 +66,17 @@ + + diff --git a/src/views/system/notify/my/index.vue b/src/views/system/notify/my/index.vue index ae4b9c5..b7f48db 100644 --- a/src/views/system/notify/my/index.vue +++ b/src/views/system/notify/my/index.vue @@ -1,128 +1,199 @@ - + + + + + 我的站内信 + + 全部已读 + + - - - - - - - - - - - - - 搜索 - 重置 - - 标记已读 - - - 全部已读 - - - - + + + 全部 + 未读 + 已读 + + + + + + + + + + + + {{ row.templateNickname }} + + {{ formatTime(row.createTime) }} + + + + + + {{ row.templateContent }} + + + - - - - - - - - - - - - - - - - - - - - - - {{ scope.row.readStatus ? '详情' : '已读' }} - - - - - - + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + 标记已读 + + + 全部已读 + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.readStatus ? '详情' : '已读' }} + + + + + + + + + +