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 + 取 消 + +