Browse Source

病案首页质控地址

‘chenzhilei’ 2 weeks ago
parent
commit
7097c1bf85

+ 2 - 2
src/components/inpatient/frontsheet-printpage/FullPage.vue

@@ -223,7 +223,7 @@
               padding: 0 4px;
               border-bottom: 1px solid black;
               width: 300px;
-            ">{{ patient.livePlaceCombo }}</span>
+            ">{{ patient.livePlace }}</span>
           电话:
           <span style="
               display: inline-block;
@@ -268,7 +268,7 @@
               margin-right: 0;
               width: 330px;
             ">
-            {{ patient.unitName }}/{{ patient.unitPlace }}
+            {{ patient.unitPlace }}
           </span>
           单位电话:
           <span style="

+ 2 - 1
src/components/inpatient/frontsheet-printpage/HeadPage.vue

@@ -254,7 +254,8 @@
               width: 330px;
             "
           >
-            {{transUnitInfo(patient.unitName,patient.unitPlace)  }}
+          {{ patient.unitPlace  }}
+            <!-- {{transUnitInfo(patient.unitName,patient.unitPlace)  }} -->
           </span>
           单位电话:
           <span

+ 1 - 7
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -448,16 +448,10 @@
           </div>
           <div>
             工作单位及地址:
-            <input
-              id="unitName"
-              v-model="patient.unitName"
-              style="margin-right: 0; width: 145px"
-            />
-            /
             <input
               id="unitPlace"
               v-model.trim="patient.unitPlace"
-              style="width: 145px"
+              style="width: 280px"
             />
             单位电话:
             <input