|
@@ -153,13 +153,16 @@
|
|
|
</div>
|
|
|
<div style="display: flex;align-items: end;margin-top: 4px; ">
|
|
|
身份证件不详的具体原因
|
|
|
- <span style="width: 140px;padding-left: 5px; border-bottom: 1px solid black">
|
|
|
+ <span style="width: 30px;padding-left: 5px; border-bottom: 1px solid black">
|
|
|
{{patient.noCertReason}}
|
|
|
</span>
|
|
|
+ <span v-for="item in dics.noCertReasons">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
其他
|
|
|
<span
|
|
|
|
|
|
- style="width: 220px;padding-left: 5px;margin-left: 12px; border-bottom: 1px solid black"
|
|
|
+ style="width: 120px;padding-left: 5px;margin-left: 12px; border-bottom: 1px solid black"
|
|
|
>
|
|
|
{{patient.noCertReasonInput}}
|
|
|
</span>
|
|
@@ -167,32 +170,40 @@
|
|
|
<div style="display: flex;align-items: end;margin-top: 4px; ">
|
|
|
<div style="display: flex;align-items: end">
|
|
|
<div style="width: 50px">出生地</div>
|
|
|
- <span style="width: 230px;padding-left: 5px; border-bottom: 1px solid black"
|
|
|
+ <span style="width: 260px;padding-left: 5px; border-bottom: 1px solid black"
|
|
|
>{{patient.birthPlaceName}}</span>
|
|
|
</div>
|
|
|
|
|
|
<div style="display: flex;align-items: end;margin-left: 12px; ">
|
|
|
- <div style="width: 50px">
|
|
|
+ <div style="width: 40px">
|
|
|
籍贯
|
|
|
</div>
|
|
|
<span
|
|
|
- style="width: 170px;padding-left: 5px; border-bottom: 1px solid black"
|
|
|
+ style="width: 180px;padding-left: 5px; border-bottom: 1px solid black"
|
|
|
>{{patient.nativePlaceName}}</span>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;align-items: end;margin-left: 12px; ">
|
|
|
+ <div style="width: 50px">
|
|
|
+ 民族
|
|
|
+ </div>
|
|
|
+ <span
|
|
|
+ style="width: 60px;padding-left: 5px; border-bottom: 1px solid black"
|
|
|
+ >{{filterNameInDic(patient.nation, 'getNation')}}</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div style="display: flex;align-items: end;margin-top: 4px; ">
|
|
|
- 民族
|
|
|
- <span style="width: 80px;padding-left: 5px;border-bottom: 1px solid black">
|
|
|
- {{filterNameInDic(patient.nation, 'getNation')}}
|
|
|
- </span>
|
|
|
- <div style="margin-left: 12px; width: 30px">职业</div>
|
|
|
+
|
|
|
+ <div style="width: 30px">职业</div>
|
|
|
<span style="padding-left: 5px;width: 300px; border-bottom: 1px solid black">
|
|
|
{{filterNameInDic(patient.occupation,'getOccupation')}}
|
|
|
</span>
|
|
|
<span style="margin-left: 12px; ">婚姻</span>
|
|
|
<span style="width: 80px;padding-left: 5px; border-bottom: 1px solid black">
|
|
|
- {{filterNameInDic(patient.marriage,'getMarriageCode')}}
|
|
|
+ {{patient.marriage}}
|
|
|
</span>
|
|
|
+ <span v-for="item in dics.getMarriageCode">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div style="display: flex;align-items: end;margin-top: 4px; ">
|
|
|
<div style="display: flex;align-items: end">
|
|
@@ -617,7 +628,7 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
"
|
|
|
- >{{ filterNameInDic(patient.allergy, "getHaveOrNot") }}</span
|
|
|
+ >{{ patient.allergy }}</span
|
|
|
>
|
|
|
<span v-for="item in dics.getHaveOrNot">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
@@ -641,8 +652,11 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
"
|
|
|
- >{{ filterNameInDic(patient.autopsy, "getAutopsies") }}</span
|
|
|
+ >{{ patient.autopsy }}</span
|
|
|
>
|
|
|
+ <span v-for="item in dics.getHaveOrNot">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div style="margin: 6px 8px 6px 0">
|
|
|
血型:
|
|
@@ -653,7 +667,7 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
"
|
|
|
- >{{ filterNameInDic(patient.bloodType, "getBloodType") }}</span
|
|
|
+ >{{ patient.bloodType}}</span
|
|
|
>
|
|
|
<span v-for="item in dics.getBloodType">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
@@ -666,7 +680,7 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
"
|
|
|
- >{{ filterNameInDic(patient.rh, "getHbsag") }}</span
|
|
|
+ >{{ patient.rh }}</span
|
|
|
>
|
|
|
<span v-for="item in dics.getHbsag">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
@@ -775,7 +789,7 @@
|
|
|
"
|
|
|
>
|
|
|
{{
|
|
|
- filterNameInDic(patient.qualityControlLevel, "getQualityLevel")
|
|
|
+ patient.qualityControlLevel
|
|
|
}}
|
|
|
</span>
|
|
|
<span v-for="item in dics.getQualityLevel">
|