From 95fd47be4366220f6652741d3d50b83746f98aba Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Sun, 23 Jul 2023 23:18:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/junziqian.js | 3 + components/company/company.vue | 122 +++++++++++++---------- pages/oaHome/oaHome.vue | 19 +++- pages/oaMy/oaMy.vue | 4 +- subpkg/contract/contract.vue | 11 +- subpkg/contractDetail/contractDetail.vue | 2 +- 6 files changed, 97 insertions(+), 64 deletions(-) create mode 100644 api/junziqian.js diff --git a/api/junziqian.js b/api/junziqian.js new file mode 100644 index 0000000..37983c2 --- /dev/null +++ b/api/junziqian.js @@ -0,0 +1,3 @@ +import oahttp from "@/utils/oahttp.js"; +//获取合同链接 +export const download_file = (data) => oahttp.get('/junziqian/download_file', data) diff --git a/components/company/company.vue b/components/company/company.vue index 76c8a89..2998ea9 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -15,10 +15,45 @@ - 负责区域: + 区域:{{company.address}} + + + + 电子合同 + + + + 甲方:{{contract.party_a_name}} + 乙方:{{contract.party_b_name}} + 合同类型:{{contract.contract_type_name}} + 合同编号:{{contract.contract_no}} + + + + + + + + 合同 + + + {{contract.create_time}} + + + + + + + 查看 + + + + + @@ -38,61 +73,31 @@ - 其他联系人 - - 姓名:{{other.name}} - 职位:{{other.position}} - 联系电话:{{other.phone}} - 邮箱:{{other.email}} - + + 其他联系人 + + 姓名:{{other.name}} + 职位:{{other.position}} + 联系电话:{{other.phone}} + 邮箱:{{other.email}} + + - + - + 资质信息 - - - - - - - - - - 电子合同 - - - {{contract.party_a_name}} - - 签约对象:{{contract.party_b_name}} - 合同类型:{{contract.contract_type_name}} - 合同编号:{{contract.contract_no}} - - - - - - - - 合同 - - - {{contract.create_time}} - - - - - - - 查看 - - - + + + + + + + @@ -101,6 +106,8 @@