提交 fa0df213 编写于 作者: tao.wu's avatar tao.wu

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
...@@ -219,12 +219,12 @@ ...@@ -219,12 +219,12 @@
if(this.formList.scalesList.length > 1){ if(this.formList.scalesList.length > 1){
this.selectFormShow = true this.selectFormShow = true
this.ScaleData = { this.ScaleData = {
doctorId: row.doctorId, doctorId: this.formList.doctorId,
planPatientsTimesId: row.fuPlanTimesId planPatientsTimesId: row.fuPlanPatientTimesId
} }
}else if(this.formList.scalesList.length === 1){ }else if(this.formList.scalesList.length === 1){
this.$router.push({path: '/followup/record-manage/form-template', this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: this.formList.doctorId, scaleNo: this.formList.scalesList[0].resourceId, planPatientsTimesId: row.fuPlanTimesId}}) query: {doctorId: this.formList.doctorId, scaleNo: this.formList.scalesList[0].resourceId, planPatientsTimesId: row.fuPlanPatientTimesId}})
}else { }else {
this.$message.warning('暂不支持录入量表!') this.$message.warning('暂不支持录入量表!')
} }
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
goFormView(item) { goFormView(item) {
this.selectFormShow = false this.selectFormShow = false
this.$router.push({path: '/followup/record-manage/form-template', this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: this.ScaleData.doctorId, scaleNo: item.resourceId, planPatientsTimesId: this.ScaleData.fuPlanTimesId}}); query: {doctorId: this.ScaleData.doctorId, scaleNo: item.resourceId, planPatientsTimesId: this.ScaleData.planPatientsTimesId}});
}, },
closeForm() { closeForm() {
this.selectFormShow = false; this.selectFormShow = false;
......
...@@ -217,12 +217,12 @@ export default { ...@@ -217,12 +217,12 @@ export default {
if(this.formList.scalesList.length > 1){ if(this.formList.scalesList.length > 1){
this.selectFormShow = true this.selectFormShow = true
this.ScaleData = { this.ScaleData = {
doctorId: row.doctorId, doctorId: this.formList.doctorId,
planPatientsTimesId: row.plantimesId planPatientsTimesId: row.planPatientTimesId
} }
}else if(this.formList.scalesList.length === 1){ }else if(this.formList.scalesList.length === 1){
this.$router.push({path: '/followup/record-manage/form-template', this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: this.formList.doctorId, scaleNo: this.formList.scalesList[0].resourceId, planPatientsTimesId: row.plantimesId}}) query: {doctorId: this.formList.doctorId, scaleNo: this.formList.scalesList[0].resourceId, planPatientsTimesId: row.planPatientTimesId}})
}else { }else {
this.$message.warning('暂不支持录入量表!') this.$message.warning('暂不支持录入量表!')
} }
...@@ -241,6 +241,14 @@ export default { ...@@ -241,6 +241,14 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
.home-wrap { .home-wrap {
.list-content{
p{
cursor: pointer;
line-height: 30px;
text-decoration: underline;
color: #449284;
}
}
.message-content { .message-content {
.visitor { .visitor {
padding: 0 25px 30px; padding: 0 25px 30px;
...@@ -351,6 +359,7 @@ export default { ...@@ -351,6 +359,7 @@ export default {
} }
} }
} }
} }
</style> </style>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册