From 02485efff36b74e21511c325cbea13ef451f4e87 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 10 Jan 2025 15:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=85=8D=E5=A5=97=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/part/partArrived.js | 9 + src/views/material/part/partAccept/detail.vue | 22 +- src/views/material/part/partAccept/index.vue | 2 +- .../part/partArrived/component/addTools.vue | 284 ++++++++++++++---- .../part/partArrived/component/home.vue | 8 +- .../part/partArrived/component/queryTools.vue | 77 +++-- 6 files changed, 294 insertions(+), 108 deletions(-) diff --git a/src/api/part/partArrived.js b/src/api/part/partArrived.js index 51852876..b04c76db 100644 --- a/src/api/part/partArrived.js +++ b/src/api/part/partArrived.js @@ -52,4 +52,13 @@ export function deletePartInfo(data) { method: 'post', data: data, }) +} + +//根据任务id查询报告附件 +export function getPartTypeFileList(query) { + return request({ + url: '/material/part_arrived/getPartFilelist', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/views/material/part/partAccept/detail.vue b/src/views/material/part/partAccept/detail.vue index b1c23059..9936180f 100644 --- a/src/views/material/part/partAccept/detail.vue +++ b/src/views/material/part/partAccept/detail.vue @@ -8,9 +8,9 @@ v-show="showSearch" label-width="90px" > - + @@ -36,8 +36,8 @@ @@ -154,6 +154,12 @@ prop="supplierName" :show-overflow-tooltip="true" /> + - - - -
@@ -204,10 +206,8 @@