Browse Source

耗材参数

XMLWAN 4 years ago
parent
commit
9d55ca6e3a

+ 26 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFive.vue View File

@@ -2,7 +2,7 @@
2 2
   <div id="dialysis-print-box">
3 3
     <div class="dialysis-print-order">
4 4
       <div class="order-yy-name">{{ orgname }}</div>
5
-      <div class="order-title">血液净化治疗记录单99999</div>
5
+      <div class="order-title">血液净化治疗记录单</div>
6 6
       <table class="table-box" style="margin-top: 10px;">
7 7
         <tbody>
8 8
         <tr>
@@ -43,15 +43,36 @@
43 43
         <tbody>
44 44
         <tr>
45 45
           <td width="40">诊 断:</td>
46
-          <td width="">
47
-            <div class="under-line" style="text-align:left">
46
+          <td width="300">
47
+            <div class="under-line">
48 48
               &nbsp;{{ patientInfo.diagnose }}
49 49
             </div>
50 50
           </td>
51
+           <td width="80">透析频率:</td>
52
+            <td width="70">
53
+                <div class="under-line">&nbsp;{{ predialysis.dialysis_count ? predialysis.dialysis_count : "" }}</div>
54
+            </td>
55
+            <td width="60">次/周</td>
56
+            <td width="10">第</td>
57
+            <td width="50">
58
+                <div class="under-line">
59
+                {{ patientInfo.total_dialysis + patientInfo.user_sys_before_count }}
60
+                </div>
61
+            </td>
62
+            <td width="80">次透析</td>
63
+            <td width="80">透析机号:</td>
64
+            <td width="40">
65
+                <div class="under-line"> {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}</div>
66
+            </td>
67
+            <td></td>
68
+            <td></td>
69
+            <td></td>
70
+            <td></td>
71
+            <td></td>
51 72
         </tr>
52 73
         </tbody>
53 74
       </table>
54
-      <table class="table-box" style="margin-top: 10px;">
75
+      <!-- <table class="table-box" style="margin-top: 10px;">
55 76
         <tbody>
56 77
           <tr>
57 78
             <td width="80">透析频率:</td>
@@ -78,7 +99,7 @@
78 99
         
79 100
           </tr>
80 101
         </tbody>
81
-      </table>
102
+      </table> -->
82 103
       <table class="print-table" border="1">
83 104
         <tbody>
84 105
         <tr>

+ 1 - 1
src/xt_pages/qcd/treatmentControlAnalysis/components/TimePersonal.vue View File

@@ -124,7 +124,7 @@ export default {
124 124
         start_time: "",
125 125
         end_time: "",
126 126
         page: 1,
127
-        limit: 20
127
+        limit: 10
128 128
       },
129 129
       DialysisCount:[],
130 130
       total:0,