From 1f5d118581bc7422623ee0c32964d9c298b94163 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 19 Jun 2025 15:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=91=8A=E4=B8=8A=E4=BC=A0/=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/purchase/goodsAccept.js | 17 +- .../goodsArrived/component/queryTools.vue | 470 +++++++++--------- 2 files changed, 238 insertions(+), 249 deletions(-) diff --git a/src/api/purchase/goodsAccept.js b/src/api/purchase/goodsAccept.js index 84777769..4ff78585 100644 --- a/src/api/purchase/goodsAccept.js +++ b/src/api/purchase/goodsAccept.js @@ -86,6 +86,19 @@ export function getSignListApi(query) { }) } +// 查看新增报告 +export function bmFileInfoAddApi(data) { + return request({ + url: '/material/bm_file_info', + method: 'post', + data + }) +} - - +// 查看删除报告 +export function bmFileInfoRemoveApi(id) { + return request({ + url: '/material/bm_file_info/' + id, + method: 'delete', + }) +} diff --git a/src/views/material/purchase/goodsArrived/component/queryTools.vue b/src/views/material/purchase/goodsArrived/component/queryTools.vue index ae0d7386..c8c73a2b 100644 --- a/src/views/material/purchase/goodsArrived/component/queryTools.vue +++ b/src/views/material/purchase/goodsArrived/component/queryTools.vue @@ -1,42 +1,28 @@