Commit 087fb044 by pcc

慢病管理--易患监测上半部分

parent 1f406f4d
...@@ -134,13 +134,13 @@ ...@@ -134,13 +134,13 @@
<td width="40%">同比·%</td> <td width="40%">同比·%</td>
</tr> </tr>
<tr> <tr>
<td width="60%"><span>{{(parseFloat(topgyfdata.ZXZ?topgyfdata.ZXZ:0)/10000).toFixed(1)}} / <td width="60%"><span>{{formatnum(topgyfdata.ZXZ)}} /
{{(parseFloat(topgyfdata.TBZ?topgyfdata.TBZ:0)/10000).toFixed(1)}}</span></td> {{formatnum(topgyfdata.ZZZ)}}</span></td>
<td width="40%">{{Math.abs(parseFloat(topgyfdata.TBL?topgyfdata.TBL:0))}} <i class="el-icon-top color2"></i></td> <td width="40%">{{Math.abs(parseFloat(topgyfdata.TBL?topgyfdata.TBL:0))}} <i class="el-icon-top color2"></i></td>
</tr> </tr>
<tr> <tr>
<td width="60%"><span class="span01">{{(parseFloat(topqyfdata.ZXZ?topqyfdata.ZXZ:0)/10000).toFixed(1)}} / <td width="60%"><span class="span01">{{formatnum(topqyfdata.ZXZ)}} /
{{(parseFloat(topqyfdata.TBZ?topqyfdata.TBZ:0)/10000).toFixed(1)}}</span></td> {{formatnum(topqyfdata.ZZZ)}}</span></td>
<td width="40%">{{Math.abs(parseFloat(topqyfdata.TBL?topqyfdata.TBL:0))}} <i class="el-icon-top color2"></i></td> <td width="40%">{{Math.abs(parseFloat(topqyfdata.TBL?topqyfdata.TBL:0))}} <i class="el-icon-top color2"></i></td>
</tr> </tr>
</table> </table>
...@@ -1116,31 +1116,6 @@ ...@@ -1116,31 +1116,6 @@
} }
_this.data_x.push(obj.name) _this.data_x.push(obj.name)
item.zbxx.forEach((item2, index2) => { item.zbxx.forEach((item2, index2) => {
// if (item2.ZBID == '1022') {
// this.dataY01.push(this.tableg[index].zbxx[index2].ZXZ ? this.tableg[index].zbxx[index2].ZXZ : 0)
// this.dataY02.push(this.tableg[index].zbxx[index2].TBZ ? this.tableg[index].zbxx[index2].TBZ : 0)
//
// this.dataY03.push(item2.ZXZ ? parseFloat(item2.ZXZ).toFixed(1) : 0)
// this.dataY04.push(item2.PZL ? parseFloat(item2.PZL).toFixed(1) : 0)
// }
//
// if (item2.ZBID == '1017') {
// //这里的管不对
// obj.tag1 = this.tableg[index].zbxx[index2].ZXZ ? parseFloat(this.tableg[index].zbxx[index2].ZXZ).toFixed(1) : 0
// obj.tag2 = this.tableg[index].zbxx[index2].PZL ? parseFloat(this.tableg[index].zbxx[index2].PZL).toFixed(1) : 0
//
// //签
// obj.tag3 = item2.ZXZ ? parseFloat(item2.ZXZ).toFixed(1) : 0
// obj.tag4 = item2.PZL ? parseFloat(item2.PZL).toFixed(1) : 0
// this.dataY05.push(this.tableg[index].zbxx[index2].ZXZ ? parseFloat(this.tableg[index].zbxx[index2].ZXZ).toFixed(1) : 0)
// this.dataY06.push(item2.TBZ ? parseFloat(item2.TBZ).toFixed(1) : 0)
//
// //签
// this.dataY07.push(item2.ZXZ ? parseFloat(item2.ZXZ).toFixed(1) : 0)
// this.dataY08.push(item2.TBZ ? parseFloat(item2.TBZ).toFixed(1) : 0)
// }
//20200612新增判断
if (_this.DieaNo == 1) { if (_this.DieaNo == 1) {
if (_this.bingNo == 1) { if (_this.bingNo == 1) {
/*柱状图*/ /*柱状图*/
...@@ -1209,7 +1184,7 @@ ...@@ -1209,7 +1184,7 @@
}) })
_this.tableAll.push(obj) _this.tableAll.push(obj)
console.log(_this.tableAll) console.log( _this.tableAll)
}) })
//默认进来首诊测压 //默认进来首诊测压
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment