see999 3 years ago
parent
commit
9807adac64

+ 48 - 15
src/xt_pages/dialysis/template/DialysisPrintOrderFortyThree.vue View File

@@ -175,6 +175,33 @@
175 175
                     <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 19">
176 176
                     IUF+HD
177 177
                     </div>
178
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 20">
179
+                    UF
180
+                    </div>
181
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 21">
182
+                    HD+
183
+                    </div>
184
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 22">
185
+                    血浆胆红素吸附+HDF
186
+                    </div>
187
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 23">
188
+                    血浆胆红素吸附
189
+                    </div>
190
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 24">
191
+                    I-HDF
192
+                    </div>
193
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 25">
194
+                    HD高通
195
+                    </div>
196
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 26">
197
+                    CVVH
198
+                    </div>
199
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 27">
200
+                    CVVHD
201
+                    </div>
202
+                    <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 28">
203
+                    CVVHDF
204
+                    </div>
178 205
                 </div>
179 206
             </div>
180 207
             <div class="row">
@@ -185,7 +212,7 @@
185 212
                         Ca:{{ prescription.calcium ? prescription.calcium : "/" }}&nbsp;&nbsp;
186 213
                         Na:{{ prescription.sodium ? prescription.sodium : "/" }}&nbsp;&nbsp;
187 214
                         HCO3:{{ prescription.bicarbonate ? prescription.bicarbonate : "/" }}&nbsp;&nbsp;
188
-                        <!-- 糖:{{ prescription.amylaceum ? prescription.amylaceum : "/" }}&nbsp;&nbsp; -->
215
+                        糖:{{ prescription.amylaceum ? prescription.amylaceum : "/" }}&nbsp;&nbsp;
189 216
                     </div>
190 217
                 </div>
191 218
                 <div class="inline_block">
@@ -273,8 +300,10 @@
273 300
                 <td width="60" style="height:20px;line-height:20px">动脉压</td>
274 301
                 <td width="60" style="height:20px;line-height:20px">跨膜压</td>
275 302
                 <td width="60" style="height:20px;line-height:20px">温度</td>
276
-                <td width="60" style="height:20px;line-height:20px">超滤率</td>
277
-                <td width="60" style="height:20px;line-height:20px">超滤量</td>
303
+                <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id != 2">超滤率</td>
304
+                <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id != 2">超滤量</td>
305
+                <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率</td>
306
+                <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量</td>
278 307
                 <td width="60" style="height:20px;line-height:20px">血容量</td>
279 308
                 <td width="">病情变化及处理</td>
280 309
             </tr>
@@ -287,17 +316,19 @@
287 316
                         {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
288 317
                     </span>
289 318
                 </td>
290
-                <td>&nbsp;{{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }}</td>
291
-                <td>&nbsp;{{ monitor.ktv ? monitor.ktv : "" }}</td>
292
-                <td>&nbsp;{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}</td>
293
-                <td>&nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}</td>
294
-                <td>&nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}</td>
319
+                <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.pulse_frequency ? monitor.pulse_frequency : "/" }}</span></td>
320
+                <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.ktv ? monitor.ktv : "/" }}</span></td>
321
+                <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</span></td>
322
+                <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</span></td>
323
+                <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.arterial_pressure ? monitor.arterial_pressure : "/" }}</span></td>
295 324
                 
296
-                <td>&nbsp;{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}</td>
297
-                <td>&nbsp;{{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
298
-                <td>&nbsp;{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : ''}}</td>
299
-                <td>&nbsp;{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}</td>
300
-                <td>&nbsp;{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "" }}</td>
325
+                <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "/" }}</span></td>
326
+                <td>&nbsp;<span v-if="monitor.operate_time">{{monitor.dialysate_temperature ? monitor.dialysate_temperature : '/'}}</span></td>
327
+                <td v-if="prescription.mode_id != 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '/'}}</span></td>
328
+                <td v-if="prescription.mode_id != 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
329
+                <td v-if="prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>
330
+                <td v-if="prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>
331
+                <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td>
301 332
                 <td style="text-align:left;padding-left:10px;">
302 333
                     <div style="line-height:20px;text-align: left;display: inline-block;">
303 334
                         &nbsp;{{ monitor.symptom }}{{ monitor.dispose }}{{ monitor.result }}
@@ -376,14 +407,16 @@
376 407
             </td> -->
377 408
                 <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
378 409
                 <td height="32px">
379
-                <span>{{ getAdminUser(advice.advice_doctor) }}</span>
410
+                    <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{ getAdminUser(advice.advice_doctor) }}</span>
411
+                    <img style="height:30px" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
380 412
                 </td>
381 413
                 <!-- <td height="35px">
382 414
             <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
383 415
             <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
384 416
             </td> -->
385 417
                 <td height="32px">
386
-                <span>{{ getAdminUser(advice.execution_staff) }}</span>
418
+                    <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
419
+                    <img style="height:30px" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else />
387 420
                 </td>
388 421
                 <td height="32px">
389 422
                 <span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>

+ 2 - 2
src/xt_pages/hospitalStation/components/inquiriesDetail.vue View File

@@ -110,8 +110,8 @@
110 110
       :visible.sync="innerVisible"
111 111
       append-to-body>
112 112
 
113
-      <print v-if="activeName == 'first'" :paramsObj='paramsObj'></print>
114
-      <recordPrint v-if="activeName == 'second'" :patientid="patientid"></recordPrint>
113
+      <print v-if="activeName == 'first'" :paramsObj='paramsObj' :showBtn='true'></print>
114
+      <recordPrint v-if="activeName == 'second'" :patientid="patientid" :showBtn='true'></recordPrint>
115 115
     </el-dialog>
116 116
   </el-dialog>
117 117
 </div>

+ 1 - 1
src/xt_pages/hospitalStation/doctorDesk.vue View File

@@ -59,7 +59,7 @@
59 59
                               ref="tab"
60 60
                     >
61 61
                         <el-table-column prop="name" label="姓名" width='89'>
62
-                            <template slot-scope="scope">{{scope.row.name}}</template>
62
+                            <template slot-scope="scope">{{ scope.$index + 1 }}. {{scope.row.name}}</template>
63 63
                         </el-table-column>
64 64
                         <el-table-column prop="name" label="就诊号" width="110">
65 65
                             <template slot-scope="scope">{{ scope.row.his_patient ?scope.row.his_patient.number:''}}</template>

+ 4 - 3
src/xt_pages/hospitalStation/print.vue View File

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
     <div>
3
-        <!-- <template>
3
+        <template v-if="showBtn">
4 4
           <el-button
5 5
             style="float:right;"
6 6
             :loading="loading"
@@ -10,7 +10,7 @@
10 10
             type="primary"
11 11
             >打印</el-button
12 12
           >
13
-        </template> -->
13
+        </template>
14 14
 
15 15
         <div class='dialysisPage' style="padding-top:40px;">
16 16
             <div v-if="org_id != 10138">
@@ -47,7 +47,8 @@
47 47
       printFour
48 48
     },
49 49
     props:{
50
-      paramsObj:Object
50
+      paramsObj:Object,
51
+      showBtn:Boolean
51 52
     },
52 53
     data() {
53 54
       return {

+ 2 - 1
src/xt_pages/hospitalStation/recordPrint.vue View File

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div>
3
-    <template>
3
+    <template v-if="showBtn">
4 4
       <el-button
5 5
         style="position:fixed;right:25px;z-index:999"
6 6
         size="small"
@@ -35,6 +35,7 @@ export default {
35 35
   },
36 36
   props:{
37 37
     patientid:Number,
38
+    showBtn:Boolean
38 39
   },
39 40
   data() {
40 41
     return {

+ 1 - 1
src/xt_pages/hospitalStation/template/printOne.vue View File

@@ -23,7 +23,7 @@
23 23
               <div class="Rp">Rp:</div>
24 24
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index">
25 25
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
26
-                  <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.drug.drug_spec}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
26
+                  <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span v-if="it.drug.min_unit != it.drug.dose_unit">{{it.drug.dose}}{{it.drug.dose_unit}}&nbsp;* &nbsp;</span>{{it.drug.min_number}}{{it.drug.min_unit}}/{{it.drug.max_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
27 27
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
28 28
               </div>
29 29
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">

+ 0 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

@@ -163,7 +163,6 @@
163 163
                 <desk-record :record_date="record_date" :case_history="case_history" :patientInfo="patientInfo"
164 164
                              :hisPatientInfo="hisPatientInfo" v-if="titleType == '电子病历'" :detalid="detalid"
165 165
                              ref="child"></desk-record>
166
-c
167 166
                 <medicalRecord ref='medicalRecord' @func="getMsgFormSon"></medicalRecord>
168 167
                 <saveRecordTemplate ref='saveRecordTemplate'></saveRecordTemplate>
169 168
                 <!--<dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'></dialysis-index>-->

+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

@@ -23,7 +23,7 @@
23 23
               <div class="Rp">Rp:</div>
24 24
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index">
25 25
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
26
-                  <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.drug.drug_spec}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
26
+                  <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span v-if="it.drug.min_unit != it.drug.dose_unit">{{it.drug.dose}}{{it.drug.dose_unit}}&nbsp;* &nbsp;</span>{{it.drug.min_number}}{{it.drug.min_unit}}/{{it.drug.max_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
27 27
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
28 28
               </div>
29 29
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">