|
@@ -895,6 +895,47 @@ export default {
|
895
|
895
|
this.historyFlag = false
|
896
|
896
|
this.$refs.medicalRef.initMedicalRecordList()
|
897
|
897
|
this.$refs.addMedicalDialogRef.allList = []
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+ this.chiefComplaintContent=""
|
|
901
|
+ this.chiefComplaintStr=[]
|
|
902
|
+ this.chiefComplaintOptions={}
|
|
903
|
+ this.chiefComplaintMap= new Map()
|
|
904
|
+
|
|
905
|
+ this.presentIllnessContent=""
|
|
906
|
+ this.presentIllnessStr=[]
|
|
907
|
+ this.presentIllnessOptions={}
|
|
908
|
+ this.presentIllnessMap= new Map()
|
|
909
|
+
|
|
910
|
+ this.inspectContent=""
|
|
911
|
+ this.inspectStr=[]
|
|
912
|
+ this.inspectOptions={}
|
|
913
|
+ this.inspectMap= new Map()
|
|
914
|
+
|
|
915
|
+ this.diagnosisContent=""
|
|
916
|
+ this.diagnosisStr=[]
|
|
917
|
+ this.diagnosisOptions={}
|
|
918
|
+ this.diagnosisMap= new Map()
|
|
919
|
+
|
|
920
|
+ this.treatmentPlanningContent=""
|
|
921
|
+ this.treatmentPlanningStr=[]
|
|
922
|
+ this.treatmentPlanningOptions={}
|
|
923
|
+ this.treatmentPlanningMap= new Map()
|
|
924
|
+
|
|
925
|
+ this.imageInspectContent=""
|
|
926
|
+ this.imageInspectStr=[]
|
|
927
|
+ this.imageInspectOption={}
|
|
928
|
+ this.imageInspectMap= new Map()
|
|
929
|
+
|
|
930
|
+ this.disposeContent=""
|
|
931
|
+ this.disposeStr=[]
|
|
932
|
+ this.disposeOptions={}
|
|
933
|
+ this.disposeMap= new Map()
|
|
934
|
+
|
|
935
|
+ this.noteContent=""
|
|
936
|
+ this.noteStr=[]
|
|
937
|
+ this.noteOptions={}
|
|
938
|
+ this.noteMap= new Map()
|
898
|
939
|
},
|
899
|
940
|
handleClick(val) {
|
900
|
941
|
this.activeName = val.value
|
|
@@ -976,7 +1017,48 @@ export default {
|
976
|
1017
|
this.isLookObj = {}
|
977
|
1018
|
this.teethList = []
|
978
|
1019
|
this.yaAllList = []
|
|
1020
|
+ this.$refs.addMedicalDialogRef.allList = []
|
979
|
1021
|
this.$refs.addMedicalTreeDialogRef.listArr = []
|
|
1022
|
+
|
|
1023
|
+ this.chiefComplaintContent=""
|
|
1024
|
+ this.chiefComplaintStr=[]
|
|
1025
|
+ this.chiefComplaintOptions={}
|
|
1026
|
+ this.chiefComplaintMap= new Map()
|
|
1027
|
+
|
|
1028
|
+ this.presentIllnessContent=""
|
|
1029
|
+ this.presentIllnessStr=[]
|
|
1030
|
+ this.presentIllnessOptions={}
|
|
1031
|
+ this.presentIllnessMap= new Map()
|
|
1032
|
+
|
|
1033
|
+ this.inspectContent=""
|
|
1034
|
+ this.inspectStr=[]
|
|
1035
|
+ this.inspectOptions={}
|
|
1036
|
+ this.inspectMap= new Map()
|
|
1037
|
+
|
|
1038
|
+ this.diagnosisContent=""
|
|
1039
|
+ this.diagnosisStr=[]
|
|
1040
|
+ this.diagnosisOptions={}
|
|
1041
|
+ this.diagnosisMap= new Map()
|
|
1042
|
+
|
|
1043
|
+ this.treatmentPlanningContent=""
|
|
1044
|
+ this.treatmentPlanningStr=[]
|
|
1045
|
+ this.treatmentPlanningOptions={}
|
|
1046
|
+ this.treatmentPlanningMap= new Map()
|
|
1047
|
+
|
|
1048
|
+ this.imageInspectContent=""
|
|
1049
|
+ this.imageInspectStr=[]
|
|
1050
|
+ this.imageInspectOption={}
|
|
1051
|
+ this.imageInspectMap= new Map()
|
|
1052
|
+
|
|
1053
|
+ this.disposeContent=""
|
|
1054
|
+ this.disposeStr=[]
|
|
1055
|
+ this.disposeOptions={}
|
|
1056
|
+ this.disposeMap= new Map()
|
|
1057
|
+
|
|
1058
|
+ this.noteContent=""
|
|
1059
|
+ this.noteStr=[]
|
|
1060
|
+ this.noteOptions={}
|
|
1061
|
+ this.noteMap= new Map()
|
980
|
1062
|
setTimeout(() => {
|
981
|
1063
|
this.$refs.medicalRef.initMedicalRecordList()
|
982
|
1064
|
}, 100)
|
|
@@ -1134,7 +1216,6 @@ export default {
|
1134
|
1216
|
(item) => item.toothPosition != this.yaKey
|
1135
|
1217
|
)
|
1136
|
1218
|
|
1137
|
|
- console.log(list,123213);
|
1138
|
1219
|
this.yaAllList.push({
|
1139
|
1220
|
toothPosition: this.yaKey,
|
1140
|
1221
|
toothStatus: 2,
|
|
@@ -1229,7 +1310,7 @@ export default {
|
1229
|
1310
|
this.imageInspectMap.set("_" + list.imageInspectContent,str)
|
1230
|
1311
|
this.imageInspectContent = this.imageInspectContent.replace(imageInspectOptionStr,str)
|
1231
|
1312
|
this.imageInspectStr = this.imageInspectStr.map(item=>{
|
1232
|
|
- if(item.value == imageInspectOptionsStr){
|
|
1313
|
+ if(item.value == imageInspectOptionStr){
|
1233
|
1314
|
item.value = str
|
1234
|
1315
|
}
|
1235
|
1316
|
return item
|
|
@@ -1238,7 +1319,7 @@ export default {
|
1238
|
1319
|
this.imageInspectMap.set("_" + list.imageInspectContent,this.initToothPosition(this.yaKey))
|
1239
|
1320
|
this.imageInspectContent = this.imageInspectContent + this.initToothPosition(this.yaKey) + list.imageInspectContent
|
1240
|
1321
|
this.imageInspectStr = [...this.imageInspectStr,{type:'string',value:this.initToothPosition(this.yaKey)},...list.imageInspectOption.str]
|
1241
|
|
- this.imageInspectOptions = Object.assign(this.imageInspectOption, list.imageInspectOption.dic_data);
|
|
1322
|
+ this.imageInspectOption = Object.assign(this.imageInspectOption, list.imageInspectOption.dic_data);
|
1242
|
1323
|
}
|
1243
|
1324
|
|
1244
|
1325
|
// 判断是否有相同的合并内容 如果相同则直接合并如果不同加新的合并内容 //处置
|
|
@@ -1291,8 +1372,25 @@ export default {
|
1291
|
1372
|
this.diagnosisContent = this.diagnosisContent + this.initToothPosition(this.yaKey) + "主诊断:" + list.mainDiagnosis + (list.otherDiagnosis ? "其他诊断:" + list.otherDiagnosis.join() : "")
|
1292
|
1373
|
this.diagnosisStr = [{type:'string',value:this.diagnosisContent}]
|
1293
|
1374
|
}
|
|
1375
|
+
|
1294
|
1376
|
|
1295
|
1377
|
this.$nextTick(() => {
|
|
1378
|
+ console.log(
|
|
1379
|
+ this.imageInspectContent,
|
|
1380
|
+ this.imageInspectStr,
|
|
1381
|
+ this.imageInspectOption,
|
|
1382
|
+ this.imageInspectMap,
|
|
1383
|
+ "影像检查的合并内容"
|
|
1384
|
+ );
|
|
1385
|
+ console.log(
|
|
1386
|
+ this.noteContent,
|
|
1387
|
+ this.noteStr,
|
|
1388
|
+ this.noteOptions,
|
|
1389
|
+ this.noteMap,
|
|
1390
|
+ "便签的map"
|
|
1391
|
+ );
|
|
1392
|
+
|
|
1393
|
+
|
1296
|
1394
|
this.addyaFlag = true
|
1297
|
1395
|
this.historyFlag = false
|
1298
|
1396
|
this.isLook = true
|