diff --git a/src/views/board/foaming/index2.vue b/src/views/board/foaming/index2.vue index 8c22805..7c9689c 100644 --- a/src/views/board/foaming/index2.vue +++ b/src/views/board/foaming/index2.vue @@ -43,6 +43,9 @@
出模位 +
+ 门体发泡总产量:{{ total }} +
@@ -156,6 +159,7 @@ export default { name: "Liner", data() { return { + total:'', title: [ '箱体队列', '箱体队列统计', @@ -740,6 +744,13 @@ export default { i: "scada_pp_pro_stat_01('')", f: (e) => { this.bottomTableData = e + let a = 0 + let b = 0 + e.forEach(v=>{ + a += parseFloat(v.COLUMN_C.split('-')[0]) + b += parseFloat(v.COLUMN_C.split('-')[1]) + }) + this.total = a+' - '+b } }, {