Browse Source

门诊治疗结束事件修改

360view
bianyaqi 2 years ago
parent
commit
2516f2c5e1
  1. 3
      src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/addPatientOrder.vue
  2. 4
      src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue
  3. 39
      src/page-subspecialty/views/modules/scientificManagement/sys/project.vue

3
src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/addPatientOrder.vue

@ -252,8 +252,7 @@ export default {
query: {
onlyRead: false,
isSearch: '2',
patientId: this.patientInfo.patientId,
patientIdNumber: this.patientInfo.patientIdNumber
patientId: this.patientInfo.patientId
}
})
} else {

4
src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue

@ -76,7 +76,7 @@
</template>
</el-table-column>
<el-table-column prop="mzDoctorName" label="门诊医师" header-align="center" align="center" width="100" />
<el-table-column prop="sgDoctorName" label="视光师" header-align="center" align="center" width="100" />
<el-table-column prop="sgDoctorName" label="操作员" header-align="center" align="center" width="100" />
<el-table-column prop="zlPorject" label="医疗项目" header-align="center" align="center">
<template slot-scope="scope">
{{ getYLProject(scope.row.zlProjectList) }}
@ -280,8 +280,10 @@ export default {
this.$message.error('项目状态更新失败')
return
}
this.receiveTreat(scope)
this.$http.post('/patient/updateProjectStatus', idList).then((res) => {
this.$message.success(res.data.data)
this.getDataListInitial()
})
},
//

39
src/page-subspecialty/views/modules/scientificManagement/sys/project.vue

@ -314,6 +314,45 @@ export default {
joinedListUserId: []
}
},
mounted() {
this.dataList = [{
id: '1469220284870430722',
name: 'test5',
deptId: '1422889087457570818',
deptName: null,
code: 'test5',
projectType: '回顾性',
status: 2,
projectAdminUserId: '1443483219713331202',
projectAdminUserName: '金海珍',
beginDate: '2021-12-15',
endDate: '2021-12-23',
approvalStatus: 3,
drugApprovalNumber: '123',
filePathList: [
{
name: '新建 PPTX 演示文稿-629199003223990272.pdf',
url: '课题附件/新建 PPTX 演示文稿-629199003223990272.pdf'
},
{
name: '新建 PPTX 演示文稿-629199090620702720.pdf',
url: '课题附件/新建 PPTX 演示文稿-629199090620702720.pdf'
},
{
name: '新建 PPTX 演示文稿-629199176528437248.pdf',
url: '课题附件/新建 PPTX 演示文稿-629199176528437248.pdf'
}
],
projectAdmin: null,
patientNum: 4,
kpiList: [
'0000000018',
'0000000019'
],
createDate: '2021-12-10 16:19:47',
approvalComment: null
}]
},
methods: {
windowOpen_project(projectId, deptId) {
window.open(`project/home?id=${projectId}`)

Loading…
Cancel
Save