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 }} + + + + + + + + 上传 + + + + 查看 + + + + + + 保存 + + + + + + + + + + + + + + + + 查看 + + + 删除 + + + + + +