|
|
@@ -753,6 +753,9 @@
|
|
|
done();
|
|
|
});
|
|
|
}else{
|
|
|
+ this.form.handoverPersonName = this.userInfo.user_name;
|
|
|
+ this.form.handoverPersonNo = this.userInfo.user_ehr;
|
|
|
+ this.form.handoverPersonId = this.userInfo.user_id;
|
|
|
this.findObject(this.option.column, 'orgNo').disabled = false;
|
|
|
this.findObject(this.option.column, 'orgName').disabled = false;
|
|
|
done();
|