From a48d92859af92669192b8f865666e69ea5d2d078 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 3 Mar 2025 19:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E8=81=94=E7=B3=BB=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/index.js | 16 ++ .../business/businessHandlingRecord/index.vue | 216 +++++++++++++++++- 2 files changed, 230 insertions(+), 2 deletions(-) diff --git a/src/api/business/index.js b/src/api/business/index.js index 8b7c1b67..6feb0a1e 100644 --- a/src/api/business/index.js +++ b/src/api/business/index.js @@ -200,4 +200,20 @@ export function auditDir(data) { method: 'post', data }) +} + +// 业务联系单 +export function getLeaseTask(id) { + return request({ + url: '/material/leaseTask/' + id, + method: 'get', + }) +} + +// 业务联系单-pdf +export function getCodePDF(id) { + return request({ + url: `/material/leaseTask/getCodePDF/${id}` , + method: 'get' + }) } \ No newline at end of file diff --git a/src/views/business/businessHandlingRecord/index.vue b/src/views/business/businessHandlingRecord/index.vue index 6aae8086..a6d9fd86 100644 --- a/src/views/business/businessHandlingRecord/index.vue +++ b/src/views/business/businessHandlingRecord/index.vue @@ -88,6 +88,15 @@ > 编辑 + + 业务联系单 + + + + + + + 打 印 + 查看PDF + 取 消 + +