huangyw 3 vuotta sitten
vanhempi
commit
c715cc1151

+ 2 - 2
src/xt_pages/dialysis/dialysisPrintOrder.vue Näytä tiedosto

@@ -967,11 +967,11 @@
967 967
             v-if="org_template_info.template_id == 44"
968 968
           >
969 969
           </DialysisPrintOrderFortyFour>
970
-          <DialysisPrintOrderFortyFive
970
+          <DialysisPrintOrderFortySeven
971 971
             v-bind:childResponse="childResponse"
972 972
             v-if="org_template_info.template_id == 45"
973 973
           >
974
-          </DialysisPrintOrderFortyFive>
974
+          </DialysisPrintOrderFortySeven>
975 975
 
976 976
           <DialysisPrintOrderFortySix
977 977
             v-bind:childResponse="childResponse"

+ 3 - 3
src/xt_pages/outpatientDoctorStation/template/printSix.vue Näytä tiedosto

@@ -27,7 +27,7 @@
27 27
         <div class="infoTitle" style="border-bottom: 1px solid #000">
28 28
           <p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
29 29
           <p style="width: 176px">费别:</p>
30
-          <p style="width: 198px" v-if="hisPatient.number.length <= 12">
30
+          <p style="width: 198px" v-if="hisPatient.number.length <= 11">
31 31
             门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
32 32
           </p>
33 33
 
@@ -41,9 +41,9 @@
41 41
         <div
42 42
           class="infoTitle"
43 43
           style="border-bottom: 1px solid #000"
44
-          v-if="hisPatient.number.length > 12"
44
+          v-if="hisPatient.number.length > 11"
45 45
         >
46
-          <p>
46
+          <p style="width: 100%;">
47 47
             门诊号:{{
48 48
               hisPatient.number ? hisPatient.number : ""
49 49
             }}