From b226641a5281dfbfc01e329f76a3ae61047b83f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 4 Dec 2025 17:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=90=88=E5=90=8C=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/contract.js | 1 + packages/customerService/sign/index.css | 2 +- packages/customerService/sign/index.vue | 86 ++++++++++++++++++++++++- 3 files changed, 86 insertions(+), 3 deletions(-) diff --git a/api/contract.js b/api/contract.js index fbe98699..0c6fd1ce 100644 --- a/api/contract.js +++ b/api/contract.js @@ -1,6 +1,7 @@ export const apiArr = { ecApply: "/api/v2/wechat/lkl-split-business/ec-apply", //电子合同申请 ecQuery: "/api/v2/wechat/lkl-split-business/ec-query", //电子合同查询 + ecDownload: "/api/v2/wechat/lkl-split-business/ec-download", //电子合同下载 upload: "/api/v2/wechat/lkl-split-business/upload", //附件上传 applyLedgerReceiver: "/api/v2/wechat/lkl-split-business/apply-ledger-receiver", //分账接收方创建申请 applyBind: "/api/v2/wechat/lkl-split-business/apply-bind", //分账关系绑定申请 diff --git a/packages/customerService/sign/index.css b/packages/customerService/sign/index.css index a0a0ca6a..7685e8cd 100644 --- a/packages/customerService/sign/index.css +++ b/packages/customerService/sign/index.css @@ -22,7 +22,7 @@ page { margin-bottom: 10rpx; } -.select-btn{ +.download-btn{ height: 65rpx; border: none; border-radius: 10rpx; diff --git a/packages/customerService/sign/index.vue b/packages/customerService/sign/index.vue index d622cfd7..ed7aeb47 100644 --- a/packages/customerService/sign/index.vue +++ b/packages/customerService/sign/index.vue @@ -2,6 +2,7 @@

合同申请

+
@@ -111,7 +112,7 @@