diff --git a/src/api/model/enm.js b/src/api/model/enm.js index b7a7b62f..843d6cc1 100644 --- a/src/api/model/enm.js +++ b/src/api/model/enm.js @@ -252,6 +252,35 @@ export default { ); } }, + wengfu_mplogx: { + list: { + name: "瓮福采集数据", + req: async function(data){ + return await http.get( + `${config.API_URL}/enm/wengfu_mplogx/`, + data + ); + } + }, + export: { + name: "瓮福数据导出", + req: async function(data){ + return await http.post( + `${config.API_URL}/enm/wengfu_mplogx/`, + data + ); + } + }, + }, + wengfu_mpoints: { + name: "瓮福测点列表", + req: async function(data){ + return await http.get( + `${config.API_URL}/enm/wengfu_mpoints/`, + data + ); + } + }, enstat2: { name: "全厂统计记录", req: async function(data){ diff --git a/src/views/fac_cal/wengfu_mplogx.vue b/src/views/fac_cal/wengfu_mplogx.vue new file mode 100644 index 00000000..dc4305d9 --- /dev/null +++ b/src/views/fac_cal/wengfu_mplogx.vue @@ -0,0 +1,302 @@ + + + + +