Browse Source

11月20 打印单

yq1 2 days ago
parent
commit
a43f009ce2

+ 10 - 9
src/xt_pages/dialysis/batch_print/batch_print_order_seventeen.vue View File

98
                 <tr>
98
                 <tr>
99
                 <td style="text-align:left;" colspan="3">
99
                 <td style="text-align:left;" colspan="3">
100
                     <span style="display:inline-block;margin-left:15px;">治疗方式:</span>
100
                     <span style="display:inline-block;margin-left:15px;">治疗方式:</span>
101
-                    <label-box :isChecked="record.prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>&nbsp;
102
-                    <label-box :isChecked="record.prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>&nbsp;
103
-                    <label-box :isChecked="record.prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>&nbsp;
104
-                    <label-box :isChecked="record.prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>&nbsp;
105
-                    <label-box :isChecked="record.prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>&nbsp;
101
+                    <label-box :isChecked="record.prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
102
+                    <label-box :isChecked="record.prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
103
+                    <label-box :isChecked="record.prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
104
+                    <label-box :isChecked="record.prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>
105
+                    <label-box :isChecked="record.prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
106
+                    <label-box :isChecked="record.prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
106
                 </td>
107
                 </td>
107
                 <td style="text-align:left;" colspan="4">
108
                 <td style="text-align:left;" colspan="4">
108
                     <span style="display:inline-block;margin-left:15px;">诊断: {{ record.patient.diagnose }}</span>
109
                     <span style="display:inline-block;margin-left:15px;">诊断: {{ record.patient.diagnose }}</span>
181
                     </span>
182
                     </span>
182
                 </td>
183
                 </td>
183
                 <td style="text-align:left;padding-left:15px;" colspan="6">
184
                 <td style="text-align:left;padding-left:15px;" colspan="6">
184
-                    
185
+
185
                     <span style="display:inline-block;">
186
                     <span style="display:inline-block;">
186
                     <label-box :isChecked="record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
187
                     <label-box :isChecked="record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
187
                     <!-- <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>: -->
188
                     <!-- <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>: -->
998
                     </span>
999
                     </span>
999
                 </td>
1000
                 </td>
1000
                 <td style="text-align:left;" colspan="3">
1001
                 <td style="text-align:left;" colspan="3">
1001
-                    <span style="display:flex;align-items:center;height:36px;margin-left:15px;">下机护士: 
1002
+                    <span style="display:flex;align-items:center;height:36px;margin-left:15px;">下机护士:
1002
                         <span  v-if="setAdminUserES(record.dialysis_order, 'finish_nurse') == ''">{{getAdminUser(record.dialysis_order, 'finish_nurse')}}</span>
1003
                         <span  v-if="setAdminUserES(record.dialysis_order, 'finish_nurse') == ''">{{getAdminUser(record.dialysis_order, 'finish_nurse')}}</span>
1003
                             <img class="es-img" :src="setAdminUserES(record.dialysis_order, 'finish_nurse')" alt=""
1004
                             <img class="es-img" :src="setAdminUserES(record.dialysis_order, 'finish_nurse')" alt=""
1004
                         srcset="" v-else style="height: 30px;">
1005
                         srcset="" v-else style="height: 30px;">
1206
     }
1207
     }
1207
     console.log(this.bloodAccessParOpera)
1208
     console.log(this.bloodAccessParOpera)
1208
 
1209
 
1209
-    
1210
+
1210
      var arr = [];
1211
      var arr = [];
1211
     var arrtwo = [];
1212
     var arrtwo = [];
1212
     for (let i = 0; i < bloodAccessParOpera.length; i++) {
1213
     for (let i = 0; i < bloodAccessParOpera.length; i++) {
1234
       this.arr = arr;
1235
       this.arr = arr;
1235
       this.arrtwo = arrtwo;
1236
       this.arrtwo = arrtwo;
1236
 
1237
 
1237
-      
1238
+
1238
     this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
1239
     this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
1239
 
1240
 
1240
     var dialysateFormulationOptions = getDataConfig(
1241
     var dialysateFormulationOptions = getDataConfig(

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

80
           <tr>
80
           <tr>
81
             <td style="text-align:left;" colspan="3">
81
             <td style="text-align:left;" colspan="3">
82
               <span style="display:inline-block;margin-left:15px;">治疗方式:</span>
82
               <span style="display:inline-block;margin-left:15px;">治疗方式:</span>
83
-              <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>&nbsp;
84
-              <label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>&nbsp;
85
-              <label-box :isChecked="prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>&nbsp;
86
-              <label-box :isChecked="prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>&nbsp;
87
-              <label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>&nbsp;
83
+              <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
84
+              <label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
85
+              <label-box :isChecked="prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
86
+              <label-box :isChecked="prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>
87
+              <label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
88
               <label-box :isChecked="prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
88
               <label-box :isChecked="prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
89
             </td>
89
             </td>
90
             <td style="text-align:left;" colspan="4">
90
             <td style="text-align:left;" colspan="4">