diff --git a/src/api/model/wpm.js b/src/api/model/wpm.js index d17e14f8..382986cc 100644 --- a/src/api/model/wpm.js +++ b/src/api/model/wpm.js @@ -341,6 +341,12 @@ export default { }, mlogbw: { + files: { + name: "产出附件", + req: async function (id, data) { + return await http.put(`${config.API_URL}/wpm/mlogbw/${id}/files/`, data); + }, + }, list: { name: "列表", req: async function (data) { diff --git a/src/components/OutputMaterialFiles.vue b/src/components/OutputMaterialFiles.vue new file mode 100644 index 00000000..eaf8e543 --- /dev/null +++ b/src/components/OutputMaterialFiles.vue @@ -0,0 +1,105 @@ + + + diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index 58e26861..69a963a6 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -233,6 +233,11 @@ + + +