浏览代码

打印单

huangyw 3 年前
父节点
当前提交
c715cc1151

+ 2 - 2
src/xt_pages/dialysis/dialysisPrintOrder.vue 查看文件

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

+ 3 - 3
src/xt_pages/outpatientDoctorStation/template/printSix.vue 查看文件

27
         <div class="infoTitle" style="border-bottom: 1px solid #000">
27
         <div class="infoTitle" style="border-bottom: 1px solid #000">
28
           <p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
28
           <p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
29
           <p style="width: 176px">费别:</p>
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
             门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
31
             门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
32
           </p>
32
           </p>
33
 
33
 
41
         <div
41
         <div
42
           class="infoTitle"
42
           class="infoTitle"
43
           style="border-bottom: 1px solid #000"
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
               hisPatient.number ? hisPatient.number : ""
48
               hisPatient.number ? hisPatient.number : ""
49
             }}
49
             }}