Browse Source

打印单

XMLWAN 2 years ago
parent
commit
75f01368b5

File diff suppressed because it is too large
+ 918 - 462
src/xt_pages/dialysis/batch_print/batch_print_order_fiftyThree.vue


+ 1 - 13
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue View File

1041
                     <td colspan="3" style="width:130px;height:40px">
1041
                     <td colspan="3" style="width:130px;height:40px">
1042
                       执行时间
1042
                       执行时间
1043
                     </td>
1043
                     </td>
1044
-                    <!-- <td style="width:60px;height:60px">
1045
-              <p style="height:20px;line-height:20px">核对</p>
1046
-            </td>
1047
-            <td style="width:60px;height:40px">
1048
-              <p style="height:20px;line-height:20px">上次透后体重</p>
1049
-            </td>
1050
-            <td style="width:60px;height:40px">
1051
-              {{
1052
-                assessmentafter.weight_after
1053
-                  ? assessmentafter.weight_after
1054
-                  : "0"
1055
-              }}kg
1056
-            </td> -->
1044
+             
1057
                   </tr>
1045
                   </tr>
1058
 
1046
 
1059
                   <tr
1047
                   <tr

+ 1 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue View File

338
           type="primary"
338
           type="primary"
339
           >批量打印</el-button>
339
           >批量打印</el-button>
340
       </template>
340
       </template>
341
-         <template v-if="this.template_id == 53">
341
+      <template v-if="this.template_id == 53">
342
         <el-button
342
         <el-button
343
           size="small"
343
           size="small"
344
           icon="el-icon-printer"
344
           icon="el-icon-printer"

+ 11 - 11
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue View File

605
                           <tr>
605
                           <tr>
606
                               <td width='70'>抗凝方式</td>
606
                               <td width='70'>抗凝方式</td>
607
                               <td width='100'>
607
                               <td width='100'>
608
-                                  <label-box :isChecked="prescription.anticoagulant == 3 ? true : false" showValue="低分子肝素"></label-box>
609
-                                  <label-box :isChecked="prescription.anticoagulant == 4 ? true : false" showValue="阿加曲班"></label-box>
610
-                                  <label-box :isChecked="prescription.anticoagulant == 5 ? true : false" showValue="枸橼酸钠"></label-box>
611
-                                  <label-box :isChecked="prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>
612
-                                  <label-box :isChecked="prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>
613
-                                  <label-box :isChecked="prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box>
614
-                                  <label-box :isChecked="prescription.anticoagulant == 9 ? true : false" showValue="达肝素"></label-box>
615
-                                  <label-box :isChecked="prescription.anticoagulant == 10 ? true : false" showValue="体外抗凝"></label-box>
616
-                                  <label-box :isChecked="prescription.anticoagulant == 11 ? true : false" showValue="那屈肝素"></label-box>
617
-                                  <label-box :isChecked="prescription.anticoagulant == 12 ? true : false" showValue="无抗凝剂"></label-box>
618
-                                  <label-box :isChecked="prescription.anticoagulant == 13 ? true : false" showValue="那屈肝素钙"></label-box>
608
+                                <span v-if="prescription.anticoagulant == 3"><label-box :isChecked="prescription.anticoagulant == 3 ? true : false" showValue="低分子肝素"></label-box></span>  
609
+                                <span v-if="prescription.anticoagulant == 4"><label-box :isChecked="prescription.anticoagulant == 4 ? true : false" showValue="阿加曲班"></label-box></span>  
610
+                                <span v-if="prescription.anticoagulant == 5"> <label-box :isChecked="prescription.anticoagulant == 5 ? true : false" showValue="枸橼酸钠"></label-box></span> 
611
+                                <span v-if="prescription.anticoagulant == 6"> <label-box :isChecked="prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box></span> 
612
+                                <span v-if="prescription.anticoagulant == 7"> <label-box :isChecked="prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box></span> 
613
+                                <span v-if="prescription.anticoagulant == 8"> <label-box :isChecked="prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box></span>  
614
+                                <span v-if="prescription.anticoagulant == 9"> <label-box :isChecked="prescription.anticoagulant == 9 ? true : false" showValue="达肝素"></label-box></span> 
615
+                                <span v-if="prescription.anticoagulant == 10"><label-box :isChecked="prescription.anticoagulant == 10 ? true : false" showValue="体外抗凝"></label-box></span>  
616
+                                <span v-if="prescription.anticoagulant == 11"> <label-box :isChecked="prescription.anticoagulant == 11 ? true : false" showValue="那屈肝素"></label-box></span>  
617
+                                <span v-if="prescription.anticoagulant == 12"><label-box :isChecked="prescription.anticoagulant == 12 ? true : false" showValue="无抗凝剂"></label-box></span>  
618
+                                <span v-if="prescription.anticoagulant == 13"><label-box :isChecked="prescription.anticoagulant == 13 ? true : false" showValue="那屈肝素钙"></label-box></span>  
619
                               </td>
619
                               </td>
620
                               <!-- <td width='100'>
620
                               <!-- <td width='100'>
621
                                   <div class="under-line">
621
                                   <div class="under-line">

+ 1 - 1
src/xt_pages/management/home.vue View File

1319
                                    <el-col :span="8">
1319
                                    <el-col :span="8">
1320
                                       <el-form-item label="空气滤网清洁:">
1320
                                       <el-form-item label="空气滤网清洁:">
1321
                                         <el-checkbox v-model="userform.clean">清洁</el-checkbox>
1321
                                         <el-checkbox v-model="userform.clean">清洁</el-checkbox>
1322
-                                      <span class="warn" v-show="warnShowThree">您已个月未清洁,请检查</span>
1322
+                                      <span class="warn" v-show="warnShowThree">您已个月未清洁,请检查</span>
1323
                                       </el-form-item>
1323
                                       </el-form-item>
1324
                                      </el-col>
1324
                                      </el-col>
1325
                                    <el-col :span="8">
1325
                                    <el-col :span="8">