瀏覽代碼

25 3月7 打印单

yq1 3 月之前
父節點
當前提交
bfa264cc5c

+ 4 - 5
src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue 查看文件

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

+ 5 - 5
src/xt_pages/outpatientTool/labelPrint.vue 查看文件

134
                               <div>{{getTime(current_ctime,'{m}-{d}')}}</div>
134
                               <div>{{getTime(current_ctime,'{m}-{d}')}}</div>
135
                               <div>{{getTime(current_ctime,'{h}:{i}')}}</div>
135
                               <div>{{getTime(current_ctime,'{h}:{i}')}}</div>
136
                           </div>
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
                       </div>
138
                       </div>
139
                       <div style="margin-bottom:0px;">{{current_number}}</div>
139
                       <div style="margin-bottom:0px;">{{current_number}}</div>
140
                       <div style="display:flex;">
140
                       <div style="display:flex;">
491
                   format: 'CODE39',
491
                   format: 'CODE39',
492
                   lineColor: '#000',
492
                   lineColor: '#000',
493
                   background: '#EBEEF5',
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
                   displayValue: false,
498
                   displayValue: false,
499
                   fontOptions:"bold italic",//使文字加粗体或变斜体
499
                   fontOptions:"bold italic",//使文字加粗体或变斜体
500
                   font:"fantasy",//设置文本的字体
500
                   font:"fantasy",//设置文本的字体

+ 3 - 8
src/xt_pages/user/coursePrint.vue 查看文件

45
 
45
 
46
             </div>
46
             </div>
47
           </div>
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
             <div class="inline_block" style="display: inline-block;">
49
             <div class="inline_block" style="display: inline-block;">
50
               <div>{{getTime(item.record_time,'{y}-{m}-{d} {h}:{i}')}}</div>
50
               <div>{{getTime(item.record_time,'{y}-{m}-{d} {h}:{i}')}}</div>
51
             </div>
51
             </div>
52
             <div class="inline_block" style="margin-left: 30px;display: inline-block;">
52
             <div class="inline_block" style="margin-left: 30px;display: inline-block;">
53
               <div>{{item.title}}</div>
53
               <div>{{item.title}}</div>
54
             </div>
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
              <span v-if="setAdminUserES(item.recorder?item.recorder:item.recorder) == ''">
58
              <span v-if="setAdminUserES(item.recorder?item.recorder:item.recorder) == ''">
63
                   {{getName(item.recorder)}}
59
                   {{getName(item.recorder)}}
68
             </div>
64
             </div>
69
           </div>
65
           </div>
70
 
66
 
71
-
72
         </div>
67
         </div>
73
         <div class="print_page_main_content" v-if="org_id ==10206" >
68
         <div class="print_page_main_content" v-if="org_id ==10206" >
74
           <div v-for="(item,index) in this.record" :key="index" style="page-break-after: always;">
69
           <div v-for="(item,index) in this.record" :key="index" style="page-break-after: always;">