|
|
@@ -1077,7 +1077,7 @@ export default {
|
|
1077
|
1077
|
}
|
|
1078
|
1078
|
this.ruleForm.F_WorkOrderContents = res.F_WorkOrderContents // 工单内容
|
|
1079
|
1079
|
this.ruleForm.F_DealOpinions = res.F_DealOpinions // 处理意见
|
|
1080
|
|
- this.ruleForm.F_FullName = res.F_FullName
|
|
|
1080
|
+ this.ruleForm.F_FullName = res.F_FullName || res.F_Customer
|
|
1081
|
1081
|
this.ruleForm.F_IDNumber = decrypt(res.F_IDNumberShow)
|
|
1082
|
1082
|
this.ruleForm.F_Relationship = res.F_Relationship
|
|
1083
|
1083
|
this.ruleForm.EmergencyTypes = res.F_EmergencyTypes
|
|
|
@@ -1175,7 +1175,7 @@ export default {
|
|
1175
|
1175
|
if(this.worktypeInfo3 == 'huizhen'){
|
|
1176
|
1176
|
this.ruleForm.F_lyfs = ''
|
|
1177
|
1177
|
this.ruleForm.F_sxzzd = ''
|
|
1178
|
|
- this.patientMsgAll = null
|
|
|
1178
|
+ this.patientMsgAll = []
|
|
1179
|
1179
|
}
|
|
1180
|
1180
|
await this.clickEye()
|
|
1181
|
1181
|
this.$refs.ruleForm.validate((valid) => {
|
|
|
@@ -1224,6 +1224,9 @@ export default {
|
|
1224
|
1224
|
F_jzsj: this.ruleForm.F_jzsj,//就诊时间
|
|
1225
|
1225
|
Hzxx: this.patientMsgAll
|
|
1226
|
1226
|
}
|
|
|
1227
|
+ if(this.worktypeInfo3 !== 'menzhen'){
|
|
|
1228
|
+ delete params.Hzxx
|
|
|
1229
|
+ }
|
|
1227
|
1230
|
// 添加
|
|
1228
|
1231
|
if (!this.wid) {
|
|
1229
|
1232
|
addOrEdittOrder(params)
|