Commit 95a221ba by lihu541

数据字段修改

parent 31d46ccf
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
.card22-mod .cmt span.span1{ color: #eee; font-size: 10px;} .card22-mod .cmt span.span1{ color: #eee; font-size: 10px;}
.card22-mod .cmt span.tag-blue {background: #05296a; border-radius: 50%; padding: 0 3px;border: 1px #1158c3 solid; font-size: 12px; color: #4da0c7;} .card22-mod .cmt span.tag-blue {background: #05296a; border-radius: 50%; padding: 0 3px;border: 1px #1158c3 solid; font-size: 12px; color: #4da0c7;}
.card22-mod .cmt span.tag-green {background: #234631; border-radius: 50%; padding: 0 2px; border: 1px #15C436 solid; font-size: 12px;color: #15C436;} .card22-mod .cmt span.tag-green {background: #234631; border-radius: 50%; padding: 0 2px; border: 1px #15C436 solid; font-size: 12px;color: #15C436;}
.card33-mod{ float: left; width: 160px; padding: 10px; height: 165px; color: #fff;} .card33-mod{ float: left; width: 140px; padding: 10px; height: 145px; color: #fff;}
.card1-mod .cmtitle span.tag-huan { background: #095661; border: 1px #2698A8 solid; color: #78BDDE; border-radius: 50%; padding: 0 3px;font-size: 12px;} .card1-mod .cmtitle span.tag-huan { background: #095661; border: 1px #2698A8 solid; color: #78BDDE; border-radius: 50%; padding: 0 3px;font-size: 12px;}
.cmtline{ clear: both; height: 70px; padding-top: 10px;} .cmtline{ clear: both; height: 70px; padding-top: 10px;}
.cmtline p{color: #B3BFD2;} .cmtline p{color: #B3BFD2;}
......
...@@ -503,7 +503,7 @@ ...@@ -503,7 +503,7 @@
this.ispopu = !this.ispopu this.ispopu = !this.ispopu
}, },
toMygh(){ toMygh(){
window.location.href = 'http://195.1.3.38:9001/#/manage-platform/index?token=TK_' + sessionStorage.getItem('token') window.location.href = 'https://192.168.30.51/#/manage-platform/index?token=TK_' + sessionStorage.getItem('token')
}, },
exitFn() { exitFn() {
this.$router.push({ this.$router.push({
......
...@@ -998,35 +998,35 @@ ...@@ -998,35 +998,35 @@
// 本季血压合格 // 本季血压合格
this.aualperNum_g = item.ZXZ this.aualperNum_g = item.ZXZ
this.aualperNum_gNum = item.HBL ? item.HBL : 0 this.aualperNum_gNum = getActiveNum(item.HBL)
} }
if ((item.ZBID == 1169 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1175 && this.rqType === 'glrq' && this.mbType === 'gxy') if ((item.ZBID == 1169 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1175 && this.rqType === 'glrq' && this.mbType === 'gxy')
|| (item.ZBID == 1145 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1151 && this.rqType === 'glrq' && this.mbType === 'tnb')) { || (item.ZBID == 1145 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1151 && this.rqType === 'glrq' && this.mbType === 'tnb')) {
// 自动上传血压控制率 // 自动上传血压控制率
this.autoUpControPre_g = item.ZXZ this.autoUpControPre_g = item.ZXZ
this.autoUpControPre_gHBL = item.HBL ? item.HBL : 0 this.autoUpControPre_gHBL = getActiveNum(item.HBL)
} }
if ((item.ZBID == 1166 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1172 && this.rqType === 'glrq' && this.mbType === 'gxy') if ((item.ZBID == 1166 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1172 && this.rqType === 'glrq' && this.mbType === 'gxy')
|| (item.ZBID == 1142 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1148 && this.rqType === 'glrq' && this.mbType === 'tnb')) { || (item.ZBID == 1142 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1148 && this.rqType === 'glrq' && this.mbType === 'tnb')) {
// 报告血压控制率 // 报告血压控制率
this.ReportPre_g = item.ZXZ this.ReportPre_g = item.ZXZ
this.ReportPre_gHBL = item.HBL ? item.HBL : 0 this.ReportPre_gHBL = getActiveNum(item.HBL)
} }
if ((item.ZBID == 1184 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1096 && this.rqType === 'glrq' && this.mbType === 'gxy') if ((item.ZBID == 1184 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1096 && this.rqType === 'glrq' && this.mbType === 'gxy')
|| (item.ZBID == 1099 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1099 && this.rqType === 'glrq' && this.mbType === 'tnb')) { || (item.ZBID == 1099 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1099 && this.rqType === 'glrq' && this.mbType === 'tnb')) {
// 并发症发生率--管 // 并发症发生率--管
this.hyper5_g = item.ZXZ this.hyper5_g = item.ZXZ
this.hyper5_gHBL = item.HBL ? item.HBL : 0 this.hyper5_gHBL = getActiveNum(item.HBL)
} }
// 1180 // 1180
if ((item.ZBID == 1180 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1196 && this.rqType === 'glrq' && this.mbType === 'gxy') if ((item.ZBID == 1180 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1196 && this.rqType === 'glrq' && this.mbType === 'gxy')
|| (item.ZBID == 1198 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1198 && this.rqType === 'glrq' && this.mbType === 'tnb')) { || (item.ZBID == 1198 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1198 && this.rqType === 'glrq' && this.mbType === 'tnb')) {
// 并发症发生率--管 // 并发症发生率--管
this.hyper5_g = item.ZXZ this.hyper5_g = item.ZXZ
this.hyper5_gHBL = item.HBL ? item.HBL : 0 this.hyper5_gHBL = getActiveNum(item.HBL)
} }
}) })
}).catch(err => { }).catch(err => {
...@@ -1044,7 +1044,7 @@ ...@@ -1044,7 +1044,7 @@
if (item.CODE == "MBGL_060") { if (item.CODE == "MBGL_060") {
// 住院人数 // 住院人数
this.hospital_g = res.data.content[0].zbxx[index].ZXZ this.hospital_g = res.data.content[0].zbxx[index].ZXZ
this.hospital_gHBL = res.data.content[0].zbxx[index].HBL ? res.data.content[0].zbxx[index].HBL : 0 this.hospital_gHBL = getActiveNum(res.data.content[0].zbxx[index].HBL)
} }
}) })
}).catch(err => { }).catch(err => {
...@@ -1061,12 +1061,12 @@ ...@@ -1061,12 +1061,12 @@
if (item.ZBID == "1196" && this.mbType === 'gxy') { if (item.ZBID == "1196" && this.mbType === 'gxy') {
// 住院人数 // 住院人数
this.deadNum_g = res.data.content[0].zbxx[index].ZXZ this.deadNum_g = res.data.content[0].zbxx[index].ZXZ
this.deadNum_gHBL = res.data.content[0].zbxx[index].HBL ? res.data.content[0].zbxx[index].HBL : '-' this.deadNum_gHBL = getActiveNum(res.data.content[0].zbxx[index].HBL)
} else } else
if (item.ZBID == "1198" && this.mbType === 'tnb') { if (item.ZBID == "1198" && this.mbType === 'tnb') {
// 住院人数 // 住院人数
this.deadNum_g = res.data.content[0].zbxx[index].ZXZ this.deadNum_g = res.data.content[0].zbxx[index].ZXZ
this.deadNum_gHBL = res.data.content[0].zbxx[index].HBL ? res.data.content[0].zbxx[index].HBL : '-' this.deadNum_gHBL = getActiveNum(res.data.content[0].zbxx[index].HBL)
} }
}) })
}).catch(err => { }).catch(err => {
...@@ -1091,19 +1091,19 @@ ...@@ -1091,19 +1091,19 @@
|| (item.ZBID == 1145 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1151 && this.rqType === 'glrq' && this.mbType === 'tnb')) { || (item.ZBID == 1145 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1151 && this.rqType === 'glrq' && this.mbType === 'tnb')) {
// 自动上传血糖控制率 // 自动上传血糖控制率
this.autoUpControPre_q = item.ZXZ ? parseFloat(item.ZXZ).toFixed(1) : 0 this.autoUpControPre_q = item.ZXZ ? parseFloat(item.ZXZ).toFixed(1) : 0
this.autoUpControPre_qHBL = item.HBL ? item.HBL : 0 this.autoUpControPre_qHBL = getActiveNum(item.HBL)
} }
if ((item.ZBID == 1166 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1172 && this.rqType === 'glrq' && this.mbType === 'gxy') if ((item.ZBID == 1166 && this.rqType === 'gfgl' && this.mbType === 'gxy') || (item.ZBID == 1172 && this.rqType === 'glrq' && this.mbType === 'gxy')
|| (item.ZBID == 1142 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1148 && this.rqType === 'glrq' && this.mbType === 'tnb')) { || (item.ZBID == 1142 && this.rqType === 'gfgl' && this.mbType === 'tnb') || (item.ZBID == 1148 && this.rqType === 'glrq' && this.mbType === 'tnb')) {
// 报告血糖控制率 // 报告血糖控制率
this.ReportPre_q = item.ZXZ this.ReportPre_q = item.ZXZ
this.ReportPre_qHBL = item.HBL this.ReportPre_qHBL = getActiveNum(item.HBL)
} }
if (item.ZBID == 1184 || item.ZBID == 1186) { if (item.ZBID == 1184 || item.ZBID == 1186) {
// 并发症发生率--签 // 并发症发生率--签
this.hyper5_q = item.ZXZ ? parseFloat(item.ZXZ).toFixed(1) : 0 this.hyper5_q = item.ZXZ ? parseFloat(item.ZXZ).toFixed(1) : 0
this.hyper5_qHBL = item.TBL ? parseFloat(item.HBL).toFixed(1) : 0 this.hyper5_qHBL = getActiveNum(item.HBL)
} }
}) })
}).catch(err => { }).catch(err => {
...@@ -1120,7 +1120,7 @@ ...@@ -1120,7 +1120,7 @@
if (item.CODE == "MBGL_060") { if (item.CODE == "MBGL_060") {
// 住院人数 // 住院人数
this.hospital_q = res.data.content[0].zbxx[index].ZXZ ? res.data.content[0].zbxx[index].ZXZ : 0 this.hospital_q = res.data.content[0].zbxx[index].ZXZ ? res.data.content[0].zbxx[index].ZXZ : 0
this.hospital_qHBL = res.data.content[0].zbxx[index].HBL ? res.data.content[0].zbxx[index].HBL : this.hospital_qHBL = getActiveNum(res.data.content[0].zbxx[index].HBL)
0 0
} }
}) })
...@@ -1137,12 +1137,12 @@ ...@@ -1137,12 +1137,12 @@
if (item.ZBID == "1196" && this.mbType === 'gxy') { if (item.ZBID == "1196" && this.mbType === 'gxy') {
// 住院人数 // 住院人数
this.deadNum_q = res.data.content[0].zbxx[index].ZXZ this.deadNum_q = res.data.content[0].zbxx[index].ZXZ
this.deadNum_qHBL = res.data.content[0].zbxx[index].HBL ? res.data.content[0].zbxx[index].HBL : '-' this.deadNum_qHBL = getActiveNum(res.data.content[0].zbxx[index].HBL)
} else } else
if (item.ZBID == "1198" && this.mbType === 'tnb') { if (item.ZBID == "1198" && this.mbType === 'tnb') {
// 住院人数 // 住院人数
this.deadNum_q = res.data.content[0].zbxx[index].ZXZ this.deadNum_q = res.data.content[0].zbxx[index].ZXZ
this.deadNum_qHBL = res.data.content[0].zbxx[index].HBL ? res.data.content[0].zbxx[index].HBL : '-' this.deadNum_qHBL = getActiveNum(res.data.content[0].zbxx[index].HBL)
} }
}) })
}).catch(err => { }).catch(err => {
......
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