|
|
@@ -1120,6 +1120,8 @@ export default {
|
|
1120
|
1120
|
this.getCoperyq()
|
|
1121
|
1121
|
this.getListyq()
|
|
1122
|
1122
|
this.getYQmsg()
|
|
|
1123
|
+ console.log('F_Customer',this.ruleForm.F_Customer)
|
|
|
1124
|
+ this.patientMsgAll[0].guanchuangtel = this.ruleForm.F_Phon
|
|
1123
|
1125
|
if (!this.wid) {
|
|
1124
|
1126
|
this.isshowmen = '0'
|
|
1125
|
1127
|
} else {
|
|
|
@@ -1161,7 +1163,7 @@ export default {
|
|
1161
|
1163
|
// this.callinNum = '15636363631'
|
|
1162
|
1164
|
if (this.callinNum) {
|
|
1163
|
1165
|
this.ruleForm.F_Phon = this.callinNum
|
|
1164
|
|
- this.patientMsgAll[0].guanchuangtel = this.ruleForm.F_Phon
|
|
|
1166
|
+
|
|
1165
|
1167
|
this.getOldMsg() // 老患者信息
|
|
1166
|
1168
|
this.getYQmsg() // 院区信息
|
|
1167
|
1169
|
}
|
|
|
@@ -1593,6 +1595,7 @@ export default {
|
|
1593
|
1595
|
if (res.state == 'success' && res.data) {
|
|
1594
|
1596
|
this.ruleForm.F_Yqname = res.data.F_YqName
|
|
1595
|
1597
|
res.data.F_LinkMan && (this.ruleForm.F_Customer = res.data.F_LinkMan)
|
|
|
1598
|
+ this.patientMsgAll[0].guanchuangyisheng = this.ruleForm.F_Customer
|
|
1596
|
1599
|
} else {
|
|
1597
|
1600
|
this.ruleForm.F_Yqname = ''
|
|
1598
|
1601
|
this.isAddHos = 1 // 没有数据存标识,提交工单调添加合作院区接口
|