From 887f0c3698f5b7887364eed71a18cca3aa6f2bba Mon Sep 17 00:00:00 2001 From: jiask <1069621233@qq.com> Date: Fri, 23 Jan 2026 17:28:37 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20=E6=96=B0=E8=B4=AD=E5=B7=B2=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E6=B7=BB=E5=8A=A0=E6=8A=A5=E5=91=8A=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E8=83=BD=E8=BF=87=E5=A4=9F=E4=BD=BF=E5=B7=B2=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E7=9A=84=E4=B9=9F=E8=83=BD=E5=A4=9F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=8A=A5=E5=91=8A=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/purchase/goodsArrived.js | 7 + .../material/report/goodsEntryReport.vue | 351 ++++++++++++++++++ 2 files changed, 358 insertions(+) diff --git a/src/api/purchase/goodsArrived.js b/src/api/purchase/goodsArrived.js index ab8caa19..657b28af 100644 --- a/src/api/purchase/goodsArrived.js +++ b/src/api/purchase/goodsArrived.js @@ -43,6 +43,13 @@ export function updatePurchaseCheckInfoApi(data) { data, }) } +export function updatePurchaseFileApi(data) { + return request({ + url: '/material/purchase_check_info/updateFile', + method: 'post', + data, + }) +} // 新购到货--删除 export function purchaseCheckInfoRemove(ids) { diff --git a/src/views/material/report/goodsEntryReport.vue b/src/views/material/report/goodsEntryReport.vue index 56934fae..a9fd773d 100644 --- a/src/views/material/report/goodsEntryReport.vue +++ b/src/views/material/report/goodsEntryReport.vue @@ -111,6 +111,16 @@ + + + + 报告管理 + + + + + + + + + + + {{ this.rowData.maTypeName }} + + + + + {{ this.rowData.typeName }} + + + + + + + + 上传 + + + + 查看 + + + + + + 保存 + + + + + + + + + + + + + + + + 查看 + + + 删除 + + + + + +