From d07d7d4d94404feb5b0109f71b5dcae14c2ee8e9 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Sat, 19 Aug 2023 09:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E7=89=88=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/company/company.vue | 299 ++++++++++---- components/task/index.vue | 204 +++++----- components/task/taskItem.vue | 428 ++++++++++++-------- pages/oaHome/oaHome.vue | 18 +- subpkg/companyUnsign/companyUnsign.vue | 516 +++++++++++++++---------- subpkg/submit/submit.vue | 129 ++++--- 6 files changed, 995 insertions(+), 599 deletions(-) diff --git a/components/company/company.vue b/components/company/company.vue index 7ee339d..c9140be 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -31,9 +31,9 @@ --> + 公司基本信息 - @@ -58,17 +58,46 @@ + + + 公司联系人 + + + + + 法人姓名 : + {{company.master_name}} + + + 担任职务 : + {{company.organization_code}} + + + 联系电话 : + {{company.master_phone}} + + + 电子邮箱 : + {{company.master_email}} + + + + + + + + + - - - - - + + + + + {{contract.create_time}} - + 查看 + + + --> + + + + + + + 电子合同 + + + + + 甲方 : + {{contract.party_a_name}} + + + 乙方 : + {{contract.party_b_name}} + + + 合同类型 : + {{contract.contract_type_name}} + + + 合同编号 : + {{contract.contract_no}} + + + + + + + + + + + + + 合同 + + + {{contract.create_time}} + + + + + + 查看 + + + + + + + + + @@ -145,9 +234,12 @@ + --> + + + --> + + + + + 公司资质信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -329,7 +454,6 @@ \ No newline at end of file diff --git a/components/task/taskItem.vue b/components/task/taskItem.vue index 127a693..fa31ab1 100644 --- a/components/task/taskItem.vue +++ b/components/task/taskItem.vue @@ -1,167 +1,289 @@ \ No newline at end of file diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue index 2a82232..b327ce7 100644 --- a/pages/oaHome/oaHome.vue +++ b/pages/oaHome/oaHome.vue @@ -9,9 +9,11 @@ - + + + + 工作证: {{ myOaInfo.nickname }} 身份: {{ myOaInfo.admin_id ? "超级管理员" : "普通用户" }} @@ -421,7 +423,15 @@ padding-right: 50rpx; line-height: 130rpx; color: white; - font-size: 30rpx; + font-size: 34rpx; + + .img_box { + width: 150.28rpx; + height: 150.28rpx; + translate: -10rpx -10rpx; + border: 1px dashed #707070; + } + // font-we } diff --git a/subpkg/companyUnsign/companyUnsign.vue b/subpkg/companyUnsign/companyUnsign.vue index aaddeba..79886e0 100644 --- a/subpkg/companyUnsign/companyUnsign.vue +++ b/subpkg/companyUnsign/companyUnsign.vue @@ -1,210 +1,328 @@ \ No newline at end of file diff --git a/subpkg/submit/submit.vue b/subpkg/submit/submit.vue index bf53296..1cd0d3b 100644 --- a/subpkg/submit/submit.vue +++ b/subpkg/submit/submit.vue @@ -1,71 +1,74 @@ + .icon { + width: 193rpx; + height: 193rpx; + margin-top: 177rpx; + margin-bottom: 70rpx; + } + + .text { + font-size: 39rpx; + font-weight: 600; + color: #000000; + line-height: 49rpx; + margin-bottom: 42rpx; + } + + .tips { + font-size: 28rpx; + font-weight: 400; + color: #000000; + line-height: 47rpx; + margin-bottom: 92rpx; + } + + .btn { + width: 100vw; + height: 84rpx; + line-height: 84rpx; + text-align: center; + background: #0022C7; + position: fixed; + bottom: 0; + opacity: 1; + color: #fff; + } + } + \ No newline at end of file