diff --git a/src/components/common/LocalConfig.vue b/src/components/common/LocalConfig.vue index 655c8a4..64205e8 100644 --- a/src/components/common/LocalConfig.vue +++ b/src/components/common/LocalConfig.vue @@ -5,18 +5,22 @@ - + - + + + + + - + @@ -24,10 +28,17 @@ - + + + + + + + + @@ -74,6 +85,11 @@ export default { PatientRegisterEdit: 'standard', //standard/qztl 人员登记组件版本 PatientRegisterEditHeight: 0, // 相较与标准版,选组合项目组件,减少高度 }, + patientRegister: { + edit: 'standard', //standard/qztl 人员登记组件版本 + editHeight: 0, // 相较与标准版,选组合项目组件,减少高度 + immediateToHisCharge: true, // 人员登记保存后,立即发送收费申请 + }, lisLabel: { // 检验条码打印 MarginTop: 56, // }, diff --git a/src/components/doctorCheck/PatientRegisterBase.vue b/src/components/doctorCheck/PatientRegisterBase.vue index b4a7b88..6dbde08 100644 --- a/src/components/doctorCheck/PatientRegisterBase.vue +++ b/src/components/doctorCheck/PatientRegisterBase.vue @@ -22,6 +22,10 @@ --> +
+ 年龄 + +
体检次数 @@ -110,6 +114,7 @@ export default { patientName: '', //姓名 sexId: '', //性别 sexName: '', //性别 + age:'', // 年龄 medicalTimes: '', //体检次数 maritalStatusId: '', //婚姻 maritalStatusName: '', //婚姻 diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index 0e3766c..bd33626 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -484,7 +484,6 @@ export default { } else { this.sumDoctorCheck.sumDoctorCheckDialogVisible = false } - }, }, diff --git a/src/components/doctorCheck/RegisterCheckEdit.vue b/src/components/doctorCheck/RegisterCheckEdit.vue index 709f15b..c0081bd 100644 --- a/src/components/doctorCheck/RegisterCheckEdit.vue +++ b/src/components/doctorCheck/RegisterCheckEdit.vue @@ -10,7 +10,7 @@
检查日期 - +
操作者 diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 5a9aa74..7a0aa95 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -317,7 +317,7 @@ - + @@ -411,8 +411,7 @@
- +
@@ -438,7 +437,8 @@ 条码补打
- 指引单打印 + 指引单打印
- -