see999 4 years ago
parent
commit
19a1f22188

+ 1 - 1
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue View File

566
           </el-col>
566
           </el-col>
567
           
567
           
568
           <el-col :span="8">
568
           <el-col :span="8">
569
-            <el-form-item label="预计进食量:" v-if="isShow('预计进食量')">
569
+            <el-form-item label="预计进食量(g):" v-if="isShow('预计进食量')">
570
              <el-input v-model="assessmentBeforeDislysis.estimated_food_intake"></el-input>
570
              <el-input v-model="assessmentBeforeDislysis.estimated_food_intake"></el-input>
571
             </el-form-item>
571
             </el-form-item>
572
           </el-col>
572
           </el-col>

+ 4 - 4
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

578
             </el-form-item>
578
             </el-form-item>
579
           </el-col>
579
           </el-col>
580
 
580
 
581
-          <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35) ">
581
+          <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38) ">
582
             <el-form-item label="超滤率(ml/h)">
582
             <el-form-item label="超滤率(ml/h)">
583
               <el-input v-model="form.ultrafiltration_rate"></el-input>
583
               <el-input v-model="form.ultrafiltration_rate"></el-input>
584
             </el-form-item>
584
             </el-form-item>
585
           </el-col>
585
           </el-col>
586
-          <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id != 29 && template_id != 30 && template_id != 31 && template_id != 34 && template_id != 35">
586
+          <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id != 29 && template_id != 30 && template_id != 31 && template_id != 34 && template_id != 35 && template_id != 38">
587
             <el-form-item label="超滤率(L/h)">
587
             <el-form-item label="超滤率(L/h)">
588
               <el-input v-model="form.ultrafiltration_rate"></el-input>
588
               <el-input v-model="form.ultrafiltration_rate"></el-input>
589
             </el-form-item>
589
             </el-form-item>
591
 
591
 
592
           <el-col
592
           <el-col
593
             :span="8"
593
             :span="8"
594
-            v-if=" isShow('超滤量') && (template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || org_id == 9555) " >
594
+            v-if=" isShow('超滤量') && (template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || org_id == 9555) " >
595
             <el-form-item label="超滤量(ml):">
595
             <el-form-item label="超滤量(ml):">
596
               <el-input v-model="form.ultrafiltration_volume"></el-input>
596
               <el-input v-model="form.ultrafiltration_volume"></el-input>
597
             </el-form-item>
597
             </el-form-item>
599
 
599
 
600
           <el-col
600
           <el-col
601
             :span="8"
601
             :span="8"
602
-            v-if=" isShow('超滤量') && template_id != 6 && template_id !=9 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && org_id !=9555" >
602
+            v-if=" isShow('超滤量') && template_id != 6 && template_id !=9 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && org_id !=9555" >
603
             <el-form-item label="超滤量(L):">
603
             <el-form-item label="超滤量(L):">
604
               <el-input v-model="form.ultrafiltration_volume"></el-input>
604
               <el-input v-model="form.ultrafiltration_volume"></el-input>
605
             </el-form-item>
605
             </el-form-item>

+ 1 - 30
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyEight.vue View File

85
           <div class="widthLength25">附加重物量:{{ predialysis.additional_weight ? predialysis.additional_weight : 0 }} Kg</div>
85
           <div class="widthLength25">附加重物量:{{ predialysis.additional_weight ? predialysis.additional_weight : 0 }} Kg</div>
86
           <div class="widthLength25">透前体重:{{ predialysis.weight_before ? predialysis.weight_before : "" }} Kg</div>
86
           <div class="widthLength25">透前体重:{{ predialysis.weight_before ? predialysis.weight_before : "" }} Kg</div>
87
           <div class="widthLength25">干体重:{{ predialysis.dry_weight ? predialysis.dry_weight : "" }} Kg</div>
87
           <div class="widthLength25">干体重:{{ predialysis.dry_weight ? predialysis.dry_weight : "" }} Kg</div>
88
-          <div class="widthLength25">预计进食量:{{ predialysis.estimated_food_intake ? predialysis.estimated_food_intake : '无' }}</div>
88
+          <div class="widthLength25">预计进食量:{{ predialysis.estimated_food_intake ? predialysis.estimated_food_intake + ' g' : '无' }}</div>
89
       </div>
89
       </div>
90
       <div class="lineHeight">
90
       <div class="lineHeight">
91
           其他:{{ predialysis.remark ? predialysis.remark : '' }}
91
           其他:{{ predialysis.remark ? predialysis.remark : '' }}
169
             <td colspan="3" style="width:130px;height:40px">执行时间</td>
169
             <td colspan="3" style="width:130px;height:40px">执行时间</td>
170
             <td colspan="2" style="width:130px;height:40px">核对护士</td>
170
             <td colspan="2" style="width:130px;height:40px">核对护士</td>
171
             <td colspan="2" style="width:108px;height:40px">执行护士</td>
171
             <td colspan="2" style="width:108px;height:40px">执行护士</td>
172
-            <td colspan="2" style="width:108px;height:40px">带教学生</td>
173
           </tr>
172
           </tr>
174
 
173
 
175
           <tr v-for="(advice, advice_index) in tableAdvice" style="height:30px">
174
           <tr v-for="(advice, advice_index) in tableAdvice" style="height:30px">
211
               </span>
210
               </span>
212
               <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
211
               <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
213
             </td>
212
             </td>
214
-            <td colspan="2"><span v-if="advice.start_time">无</span></td>
215
           </tr>
213
           </tr>
216
         </tbody>
214
         </tbody>
217
       </table>
215
       </table>
260
               <img class="es-img" style="height:20px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
258
               <img class="es-img" style="height:20px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
261
             </span>
259
             </span>
262
           </div>
260
           </div>
263
-          <div style="width:16%;">学生:无</div>
264
       </div>
261
       </div>
265
       <div class="lineHeight">治疗过程中检测记录:血压检测部位:{{ monitors && monitors[0] ? monitors[0].blood_pressure_monitoring_site : '' }}</div>
262
       <div class="lineHeight">治疗过程中检测记录:血压检测部位:{{ monitors && monitors[0] ? monitors[0].blood_pressure_monitoring_site : '' }}</div>
266
       <table class="print-table" border="1">
263
       <table class="print-table" border="1">
413
               <img class="es-img" style="height:20px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else>
410
               <img class="es-img" style="height:20px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else>
414
             </span>
411
             </span>
415
           </div>
412
           </div>
416
-          <div style="width:16%;">学生:无</div>
417
-          <div style="width:16%;">带教老师:无</div>
418
       </div>
413
       </div>
419
       <div class="lineHeight">
414
       <div class="lineHeight">
420
           病程记录:
415
           病程记录:
883
           if (prescription.anticoagulant == 7) {
878
           if (prescription.anticoagulant == 7) {
884
             prescription.anticoagulant = "低分子肝素钠";
879
             prescription.anticoagulant = "低分子肝素钠";
885
           }
880
           }
886
-          if (prescription.blood_access === 1) {
887
-            prescription.blood_access = "正常";
888
-          }
889
-          if (prescription.blood_access === 2) {
890
-            prescription.blood_access = "震颤";
891
-          }
892
-          if (prescription.blood_access === 3) {
893
-            prescription.blood_access = "堵塞";
894
-          }
895
-          if (prescription.blood_access === 4) {
896
-            prescription.blood_access = "血肿";
897
-          }
898
-          if (prescription.blood_access === 5) {
899
-            prescription.blood_access = "淤血";
900
-          }
901
-          if (prescription.blood_access === 6) {
902
-            prescription.blood_access = "感染";
903
-          }
904
-          if (prescription.blood_access === 7) {
905
-            prescription.blood_access = "自体内瘘";
906
-          }
907
-          if (prescription.blood_access === 8) {
908
-            prescription.blood_access = "人工血管内瘘";
909
-          }
910
           if (prescription.replacement_way === 1) {
881
           if (prescription.replacement_way === 1) {
911
             prescription.replacement_way = "前置换";
882
             prescription.replacement_way = "前置换";
912
           }
883
           }