Browse Source

病案首页校验

‘chenzhilei’ 1 month ago
parent
commit
7d175f22ec

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

@@ -339,7 +339,7 @@
               padding: 0 4px;
               border-bottom: 1px solid black;
             "
-            >{{ filterNameInDic(patient.zyAdmissWay, "getAdmissWay") }}</span
+            >{{ patient.zyAdmissWay }}</span
           >
           <span v-for="item in dics.getAdmissWay">
               {{ item.code }}.{{ item.name }}
@@ -633,7 +633,7 @@
           <span v-for="item in dics.getHaveOrNot">
               {{ item.code }}.{{ item.name }}
             </span>&nbsp;&nbsp;&nbsp;&nbsp;
-          过敏药物:
+          过敏药物:
           <span
             style="
               display: inline-block;

+ 4 - 3
src/components/inpatient/frontsheet-printpage/TailPage.vue

@@ -96,7 +96,7 @@
           <span v-for="item in dics.getZyDismissWay">
               {{ item.code }}.{{ item.name }}
             </span>&nbsp;&nbsp;&nbsp;&nbsp;
-          拟接收医疗机构名称:
+          拟接收医疗机构名称:
           <span
             style="
               display: inline-block;
@@ -117,13 +117,13 @@
               border-bottom: 1px solid black;
             "
             >{{
-              filterNameInDic(patient.admissAgainInOneMonth, "getHaveOrNot")
+              patient.admissAgainInOneMonth
             }}</span
           >
           <span v-for="item in dics.getHaveOrNot">
               {{ item.code }}.{{ item.name }}
             </span>&nbsp;&nbsp;&nbsp;&nbsp;
-          目的:
+          目的:
           <span
             style="
               display: inline-block;
@@ -826,6 +826,7 @@ const dismissStatusText = val => {
   }
 };
 const initIcuInfoListName = (n) => {
+  console.log("initIcuInfoListName",props.patient)
   if (n == 1) {
     if (props.patient.icuInfoList[n - 1].icuName == null) {
       return "-"

+ 13 - 15
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -495,17 +495,14 @@
             <input
               id="contactAddrName"
               v-model="patient.contactAddrName"
-              style="width: 300px"
-              @click="showSearchData('contact')"
+              style="width: 420px"
             />
-            <!-- <el-button
-              icon="Search"
-              type="primary"
-              v-show="showGoSearchBtn2"
-              @click="showSearchData('contact')"
-            >
-              前往搜索
-            </el-button> -->
+            <el-button
+                icon="Search"
+                type="primary"
+                @click="showSearchData('contact')"
+              >
+              </el-button>
             联系人电话:
             <input
               id="contactPhone"
@@ -884,10 +881,11 @@
                 :key="index"
                 :value="item.code"
               >
-                &nbsp;&nbsp;{{ item.name }}&nbsp;&nbsp;
+                &nbsp;&nbsp;{{ item.code }}&nbsp;&nbsp;
               </option>
             </select>
-            ,过敏药物:
+            1.无&nbsp;2.有&nbsp;&nbsp;&nbsp;
+            过敏药物:
             <input
               id="allergicMedicine"
               v-model="patient.allergicMedicine"
@@ -1295,13 +1293,13 @@
                 :key="index"
                 :value="item.code"
               >
-                &nbsp;&nbsp;{{ item.name }}&nbsp;&nbsp;
+                &nbsp;&nbsp;{{ item.code }}&nbsp;&nbsp;
               </option>
             </select>
-            <span v-for="t in dics.haveOrNot">
+            <span v-for="t in haveOrNot">
               {{ t.code }}.{{ t.name }}
             </span>&nbsp;&nbsp;&nbsp;&nbsp;
-            目的:
+            目的:
             <input
               id="admissAgainPurpose"
               v-model="patient.admissAgainPurpose"