diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 16d27b8..3c98810 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -1398,7 +1398,7 @@ export default { reject(err); }); } else { - this.$peisAPI.print('this.$peisAPI.print', JSON.stringify(toOutShell)) + this.$peisAPI.print(JSON.stringify(toOutShell)) .then(res => { console.log('this.$peisAPI.print', res) let lres = JSON.parse(res) diff --git a/src/components/room/RoomAsbitem.vue b/src/components/room/RoomAsbitem.vue new file mode 100644 index 0000000..3f8f630 --- /dev/null +++ b/src/components/room/RoomAsbitem.vue @@ -0,0 +1,1013 @@ + + + diff --git a/src/components/room/RoomEdit.vue b/src/components/room/RoomEdit.vue new file mode 100644 index 0000000..8ff039d --- /dev/null +++ b/src/components/room/RoomEdit.vue @@ -0,0 +1,400 @@ + + + diff --git a/src/components/room/room.vue b/src/components/room/room.vue new file mode 100644 index 0000000..70cea37 --- /dev/null +++ b/src/components/room/room.vue @@ -0,0 +1,630 @@ + + + diff --git a/src/router/index.js b/src/router/index.js index 00b1ee6..1cabf1d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -230,6 +230,12 @@ const routes = [{ component: () => import ("../views/basic-dictionary/SummaryItems.vue"), }, + { + path: "/room", + name: '分诊叫号房间设置', + component: () => + import ("../components/room/room.vue"), + }, //---------------------- 收费设置 start ---------------------- { path: "/invoice-item-type", diff --git a/src/store/index.js b/src/store/index.js index 8d0d498..ab9f73c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -298,6 +298,11 @@ export default new Vuex.Store({ asbItem: [], //显示的 未选组合项目 asbItemQuick: [], //显示的 未选组合项目(供快速选择) diagnosisLevel: [], //诊断级别 + medicalCenter: [], // 体检中心 + roomType: [ + { id: "0", displayName: "普通" }, + { id: "1", displayName: "采血室" } + ], }, // 项目特有的对象数据 project private @@ -377,7 +382,7 @@ export default new Vuex.Store({ isPatientSymptomsUpdate: "N", // 症状 isOccSummary: 'N', // 修改总检结论 }, - appoint_patient_register:{}, // 预约登记数据 + appoint_patient_register: {}, // 预约登记数据 }, //表当前数据(多条记录 M--more) @@ -406,7 +411,7 @@ export default new Vuex.Store({ patient_symptom: [], // 病人症状 patient_past_medical_history: [], // 既往病史 patient_occupational_medical_history: [], // 职业病史 - appoint_register_asbitem:[], // 预约所选组合项目 + appoint_register_asbitem: [], // 预约所选组合项目 }, plus: { PatientRegisterEditQuery: 0, // 更新查询条件 @@ -416,7 +421,7 @@ export default new Vuex.Store({ PatientRegisterForChoose: 0, // 体检人员查询窗口 OccDisease: 0, // 职业病 WebBooking: 0, // 网上预约 - ImportOrgData:0, // 导入企业(青藏公司)数据 + ImportOrgData: 0, // 导入企业(青藏公司)数据 } }, @@ -437,7 +442,7 @@ export default new Vuex.Store({ OccDisease: false, // 职业病 Label: false, // 补打条码 WebBooking: false, // 网上预约 - ImportOrgData:false, // 导入企业(青藏公司)数据 + ImportOrgData: false, // 导入企业(青藏公司)数据 } },