Browse Source

25 3月7 打印单

yq1 1 month ago
parent
commit
bfa264cc5c

+ 4 - 5
src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue View File

@@ -2,8 +2,7 @@
2 2
   <div>
3 3
     <el-button type="primary" @click="checkData">一键核对</el-button>
4 4
     <div id="dialysis-print-box-1">
5
-      <div
6
-        id="dialysis-print-box-1-1"
5
+      <div id="dialysis-print-box-1-1"
7 6
         class="dialysis-print-order print-template-two print_page_main_content"
8 7
       >
9 8
 
@@ -293,7 +292,7 @@
293 292
             <td width="10%">核对者签名</td>
294 293
           </tr>
295 294
           <tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
296
-            <td style="height:25px;line-height:25px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
295
+            <td style="height:25px;line-height:25px">{{ getTime(advice.start_time, "{h}:{i}") }}</td>
297 296
             <td class="parent">
298 297
               <span v-if="advice.parent_id > 0">---></span>
299 298
               <span>{{ advice.advice_name }}</span>
@@ -317,7 +316,7 @@
317 316
                 <img style="height:25px;" :src="setAdminUserES(advice.advice_doctor)" alt srcset />
318 317
               </span>
319 318
             </td>
320
-            <td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
319
+            <td>{{ getTime(advice.execution_time, "{h}:{i}") }}</td>
321 320
             <td>
322 321
               <span v-if="setAdminUserES(advice.execution_staff) == ''">
323 322
                 {{
@@ -1465,7 +1464,7 @@ export default {
1465 1464
             this.isShowZero = true
1466 1465
           }
1467 1466
           if (this.monitors.length < 7) {
1468
-            var nl = 8 - this.monitors.length
1467
+            var nl = 7 - this.monitors.length
1469 1468
             for (let index = 0; index < nl; index++) {
1470 1469
               this.monitors.push([])
1471 1470
             }

+ 5 - 5
src/xt_pages/outpatientTool/labelPrint.vue View File

@@ -134,7 +134,7 @@
134 134
                               <div>{{getTime(current_ctime,'{m}-{d}')}}</div>
135 135
                               <div>{{getTime(current_ctime,'{h}:{i}')}}</div>
136 136
                           </div>
137
-                          <img style="height: 85px;" v-if="$store.getters.xt_user.org.id != 10138 && $store.getters.xt_user.org.id != 10217"  id="barcode">
137
+                          <img style="" v-if="$store.getters.xt_user.org.id != 10138 && $store.getters.xt_user.org.id != 10217"  id="barcode">
138 138
                       </div>
139 139
                       <div style="margin-bottom:0px;">{{current_number}}</div>
140 140
                       <div style="display:flex;">
@@ -491,10 +491,10 @@
491 491
                   format: 'CODE39',
492 492
                   lineColor: '#000',
493 493
                   background: '#EBEEF5',
494
-                  // width: 3,
495
-                  // height: 200,
496
-                  width: 1,
497
-                  height: 90,
494
+                  width: 3,
495
+                  height: 200,
496
+                  // width: 1,
497
+                  // height: 90,
498 498
                   displayValue: false,
499 499
                   fontOptions:"bold italic",//使文字加粗体或变斜体
500 500
                   font:"fantasy",//设置文本的字体

+ 3 - 8
src/xt_pages/user/coursePrint.vue View File

@@ -45,19 +45,15 @@
45 45
 
46 46
             </div>
47 47
           </div>
48
-          <div class="row" style="padding: 2px 0;line-height:24px;margin-top:10px;" v-for="(item,index) in this.record" :key="index">
48
+          <div class="row" style="padding: 2px 0;line-height:24px;margin-top:30px;" v-for="(item,index) in this.record" :key="index">
49 49
             <div class="inline_block" style="display: inline-block;">
50 50
               <div>{{getTime(item.record_time,'{y}-{m}-{d} {h}:{i}')}}</div>
51 51
             </div>
52 52
             <div class="inline_block" style="margin-left: 30px;display: inline-block;">
53 53
               <div>{{item.title}}</div>
54 54
             </div>
55
-
56
-            <!-- <div class="inline_block" style="width:100%; word-wrap: break-word; word-break: break-all;"> -->
57
-              <div v-html="item.content" ></div>
58
-            <!-- </div> class="printP" -->
59
-
60
-            <div class="row" style="padding: 2px 0;line-height:24px;margin-top:10px;float:right">
55
+            <div v-html="item.content" ></div>
56
+            <div class="row" style="padding: 2px 0;line-height:24px;float:right">
61 57
              医生签名:
62 58
              <span v-if="setAdminUserES(item.recorder?item.recorder:item.recorder) == ''">
63 59
                   {{getName(item.recorder)}}
@@ -68,7 +64,6 @@
68 64
             </div>
69 65
           </div>
70 66
 
71
-
72 67
         </div>
73 68
         <div class="print_page_main_content" v-if="org_id ==10206" >
74 69
           <div v-for="(item,index) in this.record" :key="index" style="page-break-after: always;">