|
|
@@ -998,7 +998,7 @@
|
|
998
|
998
|
])
|
|
999
|
999
|
},
|
|
1000
|
1000
|
created() {
|
|
1001
|
|
- this.callinNum = '15636363636'
|
|
|
1001
|
+ // this.callinNum = '15636363636'
|
|
1002
|
1002
|
if (this.callinNum) {
|
|
1003
|
1003
|
this.ruleForm.F_Phon = this.callinNum
|
|
1004
|
1004
|
this.patientMsgAll[0].guanchuangtel = this.ruleForm.F_Phon
|
|
|
@@ -1619,20 +1619,20 @@
|
|
1619
|
1619
|
zyksResult = this.$store.getters.deptmap[res.F_zyks].ids
|
|
1620
|
1620
|
}
|
|
1621
|
1621
|
this.patientMsgXZ = [{
|
|
1622
|
|
- name: res.F_FullName, // 患者姓名
|
|
1623
|
|
- tel: res.F_hzdh, // 患者电话
|
|
1624
|
|
- F_nl: res.F_nl, // 年龄
|
|
|
1622
|
+ name: res.F_FullName || '', // 患者姓名
|
|
|
1623
|
+ tel: res.F_hzdh || '', // 患者电话
|
|
|
1624
|
+ F_nl: res.F_nl || '', // 年龄
|
|
1625
|
1625
|
F_Sex: res.F_Sex.toString(), // 性别
|
|
1626
|
|
- inpatientnum: res.F_InpatientNum, // 住院号
|
|
|
1626
|
+ inpatientnum: res.F_InpatientNum || '', // 住院号
|
|
1627
|
1627
|
zyks: (res.F_zyks ? zyksResult : []), // 住院科室(院区-科室) 住院科室为级联选择器,可搜索
|
|
1628
|
|
- guanchuangyisheng:res.F_guanchuangyisheng, // 管床医师 用输入框
|
|
1629
|
|
- ssyy:res.F_ssyy, // 下转医联体单位
|
|
1630
|
|
- xzdwlxr: res.F_xzdwlxr, // 下转单位联系人
|
|
1631
|
|
- xzdwlxrdh: res.F_xzdwlxrdh, // 下转联系人电话
|
|
1632
|
|
- F_jzsj: res.jzrq, // 下转时间
|
|
1633
|
|
- F_lyfs: res.F_lyfs.toString(), // 离院方式与上转保持一致
|
|
1634
|
|
- F_jzsjd :sjdstr, // 下转时间段
|
|
1635
|
|
- F_WorkOrderContents: res.F_WorkOrderContents, // 下转单位联系人
|
|
|
1628
|
+ guanchuangyisheng:res.F_guanchuangyisheng || '', // 管床医师 用输入框
|
|
|
1629
|
+ ssyy:res.F_ssyy || '', // 下转医联体单位
|
|
|
1630
|
+ xzdwlxr: res.F_xzdwlxr || '', // 下转单位联系人
|
|
|
1631
|
+ xzdwlxrdh: res.F_xzdwlxrdh || '', // 下转联系人电话
|
|
|
1632
|
+ F_jzsj: res.jzrq || '', // 下转时间
|
|
|
1633
|
+ F_lyfs: res.F_lyfs? res.F_lyfs.toString() :'', // 离院方式与上转保持一致
|
|
|
1634
|
+ F_jzsjd :sjdstr || '', // 下转时间段
|
|
|
1635
|
+ F_WorkOrderContents: res.F_WorkOrderContents || '', // 下转单位联系人
|
|
1636
|
1636
|
}]
|
|
1637
|
1637
|
|
|
1638
|
1638
|
console.log('patientMsgXZ' , this.patientMsgXZ)
|