Procházet zdrojové kódy

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 před 3 dny
rodič
revize
7a98e7b008
1 změnil soubory, kde provedl 2 přidání a 9 odebrání
  1. 2 9
      src/xt_pages/user/components/PatientDetail.vue

+ 2 - 9
src/xt_pages/user/components/PatientDetail.vue Zobrazit soubor

@@ -1033,12 +1033,12 @@
1033 1033
     </el-form>
1034 1034
     <!-- 打印预览 style="display: none"-->
1035 1035
     <div style="display: none">
1036
-      <div id="print-info-box" v-if="org_id !=10206&&org_id !=0">
1036
+      <div id="print-info-box" v-if="org_id !=10206">
1037 1037
         <div class="print_main_content" style="margin-top: 70px;">
1038 1038
           <div class="order_title" v-if="org_id!=10210">{{ orgname }} 血液透析门诊病历</div>
1039 1039
           <div class="order_title" v-if="org_id==10210">{{ orgname }} 血液透析住院病历</div>
1040 1040
           <div >
1041
-            <table >
1041
+            <table style="border-collapse: collapse;">
1042 1042
               <!-- 用 thead 规定好宽度 -->
1043 1043
               <!-- <thead>
1044 1044
                 <tr v-show="false">
@@ -1252,9 +1252,6 @@
1252 1252
                     >  {{ patientPrint.remark }}</div>
1253 1253
                   </td>
1254 1254
                 </tr>
1255
-
1256
-
1257
-
1258 1255
                 <tr>
1259 1256
                   <td>
1260 1257
                     <div class="td_proj_title">诊<br />断</div>
@@ -1286,10 +1283,6 @@
1286 1283
               <div class="proj">
1287 1284
                 <span class="proj_title">日期:</span>
1288 1285
 
1289
-                <!-- <span v-if="org_id == 3907 || org_id == 9671|| org_id == 9675 || org_id == 10394 || org_id ==10612 || org_id == 0 || org_id ==10617">
1290
-                {{getTime(patientPrint.created_time)}}</span>
1291
-                <span v-else>{{ printDate }}</span> -->
1292
-
1293 1286
                 <span v-if="patientPrint.print_date>0">{{getTime(patientPrint.print_date)}}</span>
1294 1287
                 <span v-if="patientPrint.print_date<=0">{{getTime(patientPrint.created_time)}}</span>
1295 1288