From c3765dac48b45747b1ebc8bce5415b0494c449de Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 14 Sep 2025 23:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E7=94=A8-=E6=92=A4=E5=9B=9E=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/index.js | 9 +++ .../business/businessHandlingRecord/index.vue | 63 ++++++++++++++----- .../equipment/equipmentRecord/index.vue | 2 +- .../outBound/component/addToolsApply.vue | 61 ++++++++++-------- 4 files changed, 94 insertions(+), 41 deletions(-) diff --git a/src/api/business/index.js b/src/api/business/index.js index 7bcacafb..2ac422a9 100644 --- a/src/api/business/index.js +++ b/src/api/business/index.js @@ -226,3 +226,12 @@ export function getCodePDF(id) { method: 'get' }) } + +// 撤回 +export function revokeApi(data) { + return request({ + url: '/material/leaseTask/revoke', + method: 'get', + params: data + }) +} \ No newline at end of file diff --git a/src/views/business/businessHandlingRecord/index.vue b/src/views/business/businessHandlingRecord/index.vue index e124a628..382ad70e 100644 --- a/src/views/business/businessHandlingRecord/index.vue +++ b/src/views/business/businessHandlingRecord/index.vue @@ -70,14 +70,14 @@ align="center" > - @@ -170,7 +180,7 @@ 进行架线施工需要,现需领用以下工具器,详见附件一: -
{{ dialogForm.maTypeNames }}
+
{{ dialogForm.maTypeNames }}
@@ -273,7 +283,7 @@