|
|
@ -1500,7 +1500,7 @@ export default { |
|
|
if (!patientRegisterId) { //添加 |
|
|
if (!patientRegisterId) { //添加 |
|
|
this.form = Object.assign({}, this.form, this.formInit) |
|
|
this.form = Object.assign({}, this.form, this.formInit) |
|
|
this.form.registerCheckAsbitems = [] |
|
|
this.form.registerCheckAsbitems = [] |
|
|
this.form.medicalCenterId = this.peisid; //体检中收 |
|
|
|
|
|
|
|
|
this.form.medicalCenterId = this.peisid; //体检中心 |
|
|
this.form.customerOrgId = customerOrgId //体检单位 |
|
|
this.form.customerOrgId = customerOrgId //体检单位 |
|
|
this.form.customerOrgParentId = customerOrgParentId //体检父单位 |
|
|
this.form.customerOrgParentId = customerOrgParentId //体检父单位 |
|
|
this.form.customerOrgName = customerOrgName |
|
|
this.form.customerOrgName = customerOrgName |
|
|
@ -2462,11 +2462,12 @@ export default { |
|
|
console.log('filterMethod', this.poison) |
|
|
console.log('filterMethod', this.poison) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 当前面点新增时,清部份信息 |
|
|
|
|
|
|
|
|
// 当前面点新增时,清部份信息(复制新增用) |
|
|
clearPerson() { |
|
|
clearPerson() { |
|
|
this.dataTransOpts.tableS.patient_register.id = '' |
|
|
this.dataTransOpts.tableS.patient_register.id = '' |
|
|
this.peoplePhoto = '/pic/Photo.jpg' |
|
|
this.peoplePhoto = '/pic/Photo.jpg' |
|
|
this.patientRegister.patientRegisterId = ''; |
|
|
this.patientRegister.patientRegisterId = ''; |
|
|
|
|
|
|
|
|
this.form.id = ''; |
|
|
this.form.id = ''; |
|
|
this.form.patientId = '00000000-0000-0000-0000-000000000000'; |
|
|
this.form.patientId = '00000000-0000-0000-0000-000000000000'; |
|
|
this.form.patientRegisterNo = ''; |
|
|
this.form.patientRegisterNo = ''; |
|
|
@ -2483,12 +2484,17 @@ export default { |
|
|
this.form.mobileTelephone = ''; // |
|
|
this.form.mobileTelephone = ''; // |
|
|
this.form.telephone = ''; // |
|
|
this.form.telephone = ''; // |
|
|
this.form.address = ''; // |
|
|
this.form.address = ''; // |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 人员新增 |
|
|
// 人员新增 |
|
|
btnAdd() { |
|
|
btnAdd() { |
|
|
// 当前面点新增时,清部份信息 |
|
|
|
|
|
this.clearPerson() |
|
|
|
|
|
|
|
|
this.dataTransOpts.tableS.patient_register.id = '' |
|
|
|
|
|
this.peoplePhoto = '/pic/Photo.jpg' |
|
|
|
|
|
this.patientRegister.patientRegisterId = ''; |
|
|
|
|
|
this.$refs['form'].resetFields(); |
|
|
|
|
|
this.form = this.$options.data().form |
|
|
|
|
|
this.initFormData('') |
|
|
// this.dataTransOpts.tableS.patient_register.id = '' |
|
|
// this.dataTransOpts.tableS.patient_register.id = '' |
|
|
// this.dataTransOpts.refresh.patient_register.S++ |
|
|
// this.dataTransOpts.refresh.patient_register.S++ |
|
|
this.dataTransOpts.tableM.register_check_asbitem = [] |
|
|
this.dataTransOpts.tableM.register_check_asbitem = [] |
|
|
|