|
|
@ -1438,6 +1438,7 @@ export default { |
|
|
|
|
|
|
|
|
this.peisid = window.sessionStorage.getItem('peisid'); |
|
|
this.peisid = window.sessionStorage.getItem('peisid'); |
|
|
let customerOrgId, customerOrgName, customerOrgParentId |
|
|
let customerOrgId, customerOrgName, customerOrgParentId |
|
|
|
|
|
|
|
|
if (this.patientRegister.query.customerOrgId) { |
|
|
if (this.patientRegister.query.customerOrgId) { |
|
|
customerOrgParentId = this.patientRegister.query.CustomerOrgParentId |
|
|
customerOrgParentId = this.patientRegister.query.CustomerOrgParentId |
|
|
customerOrgId = this.patientRegister.query.customerOrgId |
|
|
customerOrgId = this.patientRegister.query.customerOrgId |
|
|
@ -1447,6 +1448,7 @@ export default { |
|
|
customerOrgId = this.form.customerOrgId |
|
|
customerOrgId = this.form.customerOrgId |
|
|
customerOrgName = this.form.customerOrgName |
|
|
customerOrgName = this.form.customerOrgName |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.preCustomerOrgId = this.patientRegister.query.customerOrgId |
|
|
this.preCustomerOrgId = this.patientRegister.query.customerOrgId |
|
|
if (!patientRegisterId) { //添加 |
|
|
if (!patientRegisterId) { //添加 |
|
|
this.form = Object.assign({}, this.form, this.formInit) |
|
|
this.form = Object.assign({}, this.form, this.formInit) |
|
|
@ -2371,8 +2373,10 @@ export default { |
|
|
btnAdd() { |
|
|
btnAdd() { |
|
|
// 当前面点新增时,清部份信息 |
|
|
// 当前面点新增时,清部份信息 |
|
|
this.clearPerson() |
|
|
this.clearPerson() |
|
|
this.dataTransOpts.tableS.patient_register.id = '' |
|
|
|
|
|
this.dataTransOpts.refresh.patient_register.S++ |
|
|
|
|
|
|
|
|
// this.dataTransOpts.tableS.patient_register.id = '' |
|
|
|
|
|
// this.dataTransOpts.refresh.patient_register.S++ |
|
|
|
|
|
this.dataTransOpts.tableM.register_check_asbitem = [] |
|
|
|
|
|
//this.changeItemType(deepCopy(this.dataTransOpts.copyGroup.itemTypeIds)) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
//将现有的数据,复制并展现,但未保存 |
|
|
//将现有的数据,复制并展现,但未保存 |
|
|
|