From 481767169c53c1ff63adfc30f6512e3d9ade4059 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 21 Sep 2023 13:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=89=E8=BD=AE=E8=BD=A6?= =?UTF-8?q?=E5=90=88=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/card/detail.vue | 338 --------------- src/views/card/index.vue | 195 --------- src/views/contract/vehicle_detail.vue | 600 +++++++++++--------------- src/views/contract/vehicle_list.vue | 425 +++++++----------- 4 files changed, 410 insertions(+), 1148 deletions(-) delete mode 100644 src/views/card/detail.vue delete mode 100644 src/views/card/index.vue diff --git a/src/views/card/detail.vue b/src/views/card/detail.vue deleted file mode 100644 index d76bc25..0000000 --- a/src/views/card/detail.vue +++ /dev/null @@ -1,338 +0,0 @@ - - - - - 公司信息 - - - - - - - - - - - - - - - 主要联系人 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 租赁信息 - - - - - - - - - - - - - - - - - - - - - 发送合同重新发送{{ num ? num + "s" : "" }} - - 查看合同 - - - - - diff --git a/src/views/card/index.vue b/src/views/card/index.vue deleted file mode 100644 index 20bbdf0..0000000 --- a/src/views/card/index.vue +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - 查询 - 重置 - - - - - - - - - - - - {{ row.status >= 3 ? "已签约" : "未签约" }} - - - - - - 查看 - - - - 发送合同 - 重新发送{{ row.nums ? row.nums + "s" : "" }} - - - - - - - - - - - - - diff --git a/src/views/contract/vehicle_detail.vue b/src/views/contract/vehicle_detail.vue index aff2594..fcb4228 100644 --- a/src/views/contract/vehicle_detail.vue +++ b/src/views/contract/vehicle_detail.vue @@ -1,262 +1,156 @@ - - - - 甲方信息 - - - - - - - - - - - - - - - 主要联系人 - - - - - - - - - + + + + 甲方信息 + + + + + + + + + + + + + + + 主要联系人 + + + + + + + + + - - - - - - - - - - - - - - - - - 乙方信息 - - - - - - - - - - - - - - - 主要联系人 - - - - - - - - - + + + + + + + + + + + + + + + + + 乙方信息 + + + + + + + + + + + + + + + 主要联系人 + + + + + + + + + - - - - - - - - - - - - - - - - - - 租赁信息 - - - - - + + + + + + + + + + + + + + - - - + + + 租赁信息 + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + - - 租赁信息 + + 租赁信息 - - - - - + + + + + + + + + {{ + formData.file ? "重新上传" : "上传合同" + }} + + 合同已上传,点击查看 + 查看合同 + + 确定 - - - {{ - formData.file ? "重新上传" : "上传合同" - }} - - 合同已上传,点击查看 - 查看合同 - - 确定 - diff --git a/src/views/contract/vehicle_list.vue b/src/views/contract/vehicle_list.vue index c4caf3c..e6bab53 100644 --- a/src/views/contract/vehicle_list.vue +++ b/src/views/contract/vehicle_list.vue @@ -1,198 +1,96 @@ - - - - - - - - - - - - - - - 查询 - 重置 - - - - - - - - {{ typeFn(row.type) }} - - - - - - - 公司 - - - - - - {{ statusFn(row.status).tit }} - - - - - - 审核 - - - 详情 - - - 发送合同 - 重新发送{{ row.nums ? row.nums + "s" : "" }} - - 下载证据 - - - - - - - - - - - - 重要提醒 - - - 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. - - - 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 - - - 确认 - 重新发送 - 返回 - - - + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + {{ typeFn(row.type) }} + + + + + + + 公司 + + + + + + {{ statusFn(row.status).tit }} + + + + + + 审核 + + + 详情 + + 发送合同 + 重新发送{{ row.nums ? row.nums + "s" : "" }} + + 下载证据 + + + + + + + + + + + + 重要提醒 + + 请确认信息是否有误,发送合同,请确认信息是否有误,发送电子合同后短时间内将不可再次发送. + + + 确认签约短信将在60秒后发送,请注意查收,并点击短信链接进行线上合同签约 + + + 确认 + 重新发送 + 返回 + + +
- 确认 - 重新发送 - 返回 -
+ 确认 + 重新发送 + 返回 +