diff --git a/hb_client/src/api/inm.js b/hb_client/src/api/inm.js index ad0eab6..a11d3d9 100644 --- a/hb_client/src/api/inm.js +++ b/hb_client/src/api/inm.js @@ -113,4 +113,13 @@ export function saleMtest(id, data) { method: 'POST', data }) -} \ No newline at end of file +} + +//复验上传 +export function itemfiles(id, data) { + return request({ + url: `/inm/fifoitem/${id}/`, + method: 'put', + data + }) +} diff --git a/hb_client/src/views/inm/fifodetail.vue b/hb_client/src/views/inm/fifodetail.vue index 08dec4f..4b1203b 100644 --- a/hb_client/src/views/inm/fifodetail.vue +++ b/hb_client/src/views/inm/fifodetail.vue @@ -48,20 +48,24 @@ + + + @@ -73,8 +77,65 @@ @pagination="getList" /> + + + + + - + + + 上传文件 + + 可上传多个pdf,word,ppt,excel,图片文件,单文件大小不超过50M + + + +
+ + {{ + item.name + }} +
+
+
+ 取消 + 确认 +
+
+