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

【后端】国网项目,APP老的入口点击录入量表应可以进入,PC端点击toast提示“此次随访暂不支持在pc端录入”

上级 28e983eb
...@@ -189,6 +189,11 @@ ...@@ -189,6 +189,11 @@
if(val.resourceId.indexOf('SCALE')>-1){ if(val.resourceId.indexOf('SCALE')>-1){
this.$router.push({path: '/followup/record-manage/form-template', this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: val.doctorId, scaleNo: val.resourceId, planPatientsTimesId: val.planPatientsTimesId,planTimesId : val.planTimesId, showBtn: 0}}); query: {doctorId: val.doctorId, scaleNo: val.resourceId, planPatientsTimesId: val.planPatientsTimesId,planTimesId : val.planTimesId, showBtn: 0}});
}else{
this.$message({
message: '此次随访暂不支持在pc端录入',
type: 'warn'
});
} }
} }
......
...@@ -153,6 +153,11 @@ ...@@ -153,6 +153,11 @@
if(val.scaleNo.indexOf('SCALE')>-1){ if(val.scaleNo.indexOf('SCALE')>-1){
this.$router.push({path: '/followup/record-manage/form-template', this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: this.enteringInfo.doctorId, scaleNo: val.scaleNo, planPatientsTimesId: this.enteringInfo.planPatientsTimesId,planTimesId : val.planTimesId, showBtn: 1}}); query: {doctorId: this.enteringInfo.doctorId, scaleNo: val.scaleNo, planPatientsTimesId: this.enteringInfo.planPatientsTimesId,planTimesId : val.planTimesId, showBtn: 1}});
}else{
this.$message({
message: '此次随访暂不支持在pc端录入',
type: 'warn'
});
} }
} }
......
...@@ -411,6 +411,11 @@ export default { ...@@ -411,6 +411,11 @@ export default {
console.log('goFormView',item); console.log('goFormView',item);
if(item.resourceId.indexOf('SCALE')>-1){ if(item.resourceId.indexOf('SCALE')>-1){
this.uniteValidateAction(); this.uniteValidateAction();
}else{
this.$message({
message: '此次随访暂不支持在pc端录入',
type: 'warn'
});
} }
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册