Browse Source

Merge branch '20201014_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201014_pc_vue_new_branch

XMLWAN 4 years ago
parent
commit
523102dbba

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

15
           <span class="content">{{
15
           <span class="content">{{
16
             replacement_total != "0" ? replacement_total : ""
16
             replacement_total != "0" ? replacement_total : ""
17
           }}</span>
17
           }}</span>
18
-          <span v-if="this.$store.getters.xt_user.template_info.template_id != 20" class="unit">{{ replacement_total != "0" ? "L" : "" }}</span>
19
-          <span v-if="this.$store.getters.xt_user.template_info.template_id == 20" class="unit">{{ replacement_total != "0" ? "ml" : "" }}</span>
18
+          <span v-if="this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 28" class="unit">{{ replacement_total != "0" ? "L" : "" }}</span>
19
+          <span v-if="this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 28" class="unit">{{ replacement_total != "0" ? "ml" : "" }}</span>
20
 
20
 
21
         </li>
21
         </li>
22
 
22
 
81
           <span class="content">{{
81
           <span class="content">{{
82
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
82
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
83
           }}</span>
83
           }}</span>
84
-          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
85
-          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
84
+          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
85
+          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
86
         </li>
86
         </li>
87
         <li v-if="isShow('葡萄糖')">
87
         <li v-if="isShow('葡萄糖')">
88
           <label>葡萄糖 : </label>
88
           <label>葡萄糖 : </label>

+ 2 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue View File

17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18
             actual_ultrafiltration
18
             actual_ultrafiltration
19
           }}</span>
19
           }}</span>
20
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26) " >ml</span>
21
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26" >L</span>
20
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28) " >ml</span>
21
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28" >L</span>
22
         </li>
22
         </li>
23
         <li v-if="isShow('导管')">
23
         <li v-if="isShow('导管')">
24
           <label>导管 : </label>
24
           <label>导管 : </label>

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

28
           <el-col :span="8" v-if="isShow('实际超滤量')">
28
           <el-col :span="8" v-if="isShow('实际超滤量')">
29
             <el-form-item
29
             <el-form-item
30
               label="实际超滤量(ml): "
30
               label="实际超滤量(ml): "
31
-              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26"  >
31
+              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28"  >
32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
33
             </el-form-item>
33
             </el-form-item>
34
             <el-form-item label="实际超滤量(L): " v-else>
34
             <el-form-item label="实际超滤量(L): " v-else>

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

87
           </el-col>
87
           </el-col>
88
 
88
 
89
           <el-col :span="8"
89
           <el-col :span="8"
90
-                  v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22  || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26)">
90
+                  v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22  || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28)">
91
             <el-form-item label="目标超滤量(ml):">
91
             <el-form-item label="目标超滤量(ml):">
92
               <el-input
92
               <el-input
93
                 type="number"
93
                 type="number"
97
           </el-col>
97
           </el-col>
98
 
98
 
99
           <el-col :span="8"
99
           <el-col :span="8"
100
-                  v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26">
100
+                  v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28">
101
             <el-form-item label="目标超滤量(L):">
101
             <el-form-item label="目标超滤量(L):">
102
               <el-input
102
               <el-input
103
                 type="number"
103
                 type="number"
223
 
223
 
224
 
224
 
225
 
225
 
226
-          <el-col :span="8" v-if="isShows('置换量') && (this.$store.getters.xt_user.template_info.template_id == 20)"
226
+          <el-col :span="8" v-if="isShows('置换量') && (this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 28)"
227
                   v-show="zhiShow">
227
                   v-show="zhiShow">
228
             <el-form-item label="置换量(ml):">
228
             <el-form-item label="置换量(ml):">
229
               <el-input
229
               <el-input
232
               ></el-input>
232
               ></el-input>
233
             </el-form-item>
233
             </el-form-item>
234
           </el-col>
234
           </el-col>
235
-          <el-col :span="8" v-if="isShows('置换量') && this.$store.getters.xt_user.template_info.template_id != 20"
235
+          <el-col :span="8" v-if="isShows('置换量') && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 28"
236
                   v-show="zhiShow">
236
                   v-show="zhiShow">
237
             <el-form-item label="置换量(L):">
237
             <el-form-item label="置换量(L):">
238
               <el-input
238
               <el-input

+ 53 - 60
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue View File

1
 <template>
1
 <template>
2
   <div id="dialysis-print-box">
2
   <div id="dialysis-print-box">
3
     <div class="dialysis-print-order">
3
     <div class="dialysis-print-order">
4
-      <div class="order-yy-name">{{ orgname }}</div>
5
-      <div class="order-title">血液净化治疗记录单</div>
4
+      <!-- <div class="order-yy-name">{{ orgname }}</div> -->
5
+      <div class="order-title">{{ orgname }}&nbsp;&nbsp;血液净化治疗记录单</div>
6
       <table class="table-box" style="margin-top: 10px;">
6
       <table class="table-box" style="margin-top: 10px;">
7
         <tbody>
7
         <tbody>
8
         <tr>
8
         <tr>
342
               <tbody>
342
               <tbody>
343
               <tr>
343
               <tr>
344
                 <td width="70">血管通路:</td>
344
                 <td width="70">血管通路:</td>
345
-                <td width="580">
345
+                <td width="600">
346
                   <div>
346
                   <div>
347
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1 ? true : false" showValue="自体内瘘"></label-box>
347
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1 ? true : false" showValue="自体内瘘"></label-box>
348
                     &nbsp;
348
                     &nbsp;
380
                 <td width="70">穿刺针:</td>
380
                 <td width="70">穿刺针:</td>
381
                 <td width="180">
381
                 <td width="180">
382
                   <div>
382
                   <div>
383
-                    <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('15G') > -1 ? true : false" showValue="15G"></label-box>
384
-                    &nbsp;
385
                     <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('16G') > -1 ? true : false" showValue="16G"></label-box>
383
                     <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('16G') > -1 ? true : false" showValue="16G"></label-box>
386
                     &nbsp;
384
                     &nbsp;
385
+                    <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('17G') > -1 ? true : false" showValue="17G"></label-box>
386
+                    &nbsp;
387
                     <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('钝针') > -1 ? true : false" showValue="钝针"></label-box>
387
                     <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('钝针') > -1 ? true : false" showValue="钝针"></label-box>
388
                     &nbsp;
388
                     &nbsp;
389
                   </div>
389
                   </div>
619
                 <td width="120">
619
                 <td width="120">
620
                   ( 1.5mmol/L )
620
                   ( 1.5mmol/L )
621
                 </td>
621
                 </td>
622
+                <td width="10">钾</td>
622
                 <td width="50">
623
                 <td width="50">
623
-                  <label-box :isChecked="prescription.dialysate_formulation_name == '钾' ? true : false" showValue="钾"></label-box>
624
-                </td>
625
-                <td width="10">(</td>
626
-                <td width="50">
627
-                  <div class="under-line">&nbsp;<span v-if="prescription.dialysate_formulation_name == '钾'">{{ prescription.kalium ? prescription.kalium : "" }}</span></div>
624
+                  <div class="under-line">&nbsp;{{ prescription.kalium ? prescription.kalium : "" }}</div>
628
                 </td>
625
                 </td>
629
                 <td width="10">mmol/L</td>
626
                 <td width="10">mmol/L</td>
630
-                <td width="10">)</td>
631
                 <td></td>
627
                 <td></td>
632
 
628
 
633
                 <!-- <td width="50">
629
                 <!-- <td width="50">
1091
                   <td width="20">ml</td>
1087
                   <td width="20">ml</td>
1092
                   <td width="30">V端</td>
1088
                   <td width="30">V端</td>
1093
                   <td width="30">
1089
                   <td width="30">
1094
-                    <div class="under-line">{{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "" }}</div>
1090
+                    <div class="under-line">&nbsp;{{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "" }}</div>
1095
                   </td>
1091
                   </td>
1096
                   <td width="20">ml</td>
1092
                   <td width="20">ml</td>
1097
                   <td></td>
1093
                   <td></td>
1167
                       <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度')> -1  ? true : false" showValue="+ + +"></label-box>
1163
                       <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度')> -1  ? true : false" showValue="+ + +"></label-box>
1168
                     </div>
1164
                     </div>
1169
                   </td>
1165
                   </td>
1170
-                  <!--<td width="80"></td>-->
1171
-                  <!--<td width="60">管路:</td>-->
1172
-                  <!--<td width="220">-->
1173
-                  <!--<div style="display:flex;justify-content:space-between;">-->
1174
-                  <!--<label-box showValue="无" :isChecked="-->
1175
-                  <!--afterdialysis.channel == 1 ? true : false-->
1176
-                  <!--"></label-box>-->
1177
-                  <!--<label-box showValue="+" :isChecked="-->
1178
-                  <!--afterdialysis.channel == 2 ? true : false-->
1179
-                  <!--"></label-box>-->
1180
-                  <!--<label-box showValue="+ +" :isChecked="-->
1181
-                  <!--afterdialysis.channel == 3  ? true : false-->
1182
-                  <!--"></label-box>-->
1183
-                  <!--<label-box showValue="+ + +" :isChecked="-->
1184
-                  <!--afterdialysis.channel == 4 ? true : false-->
1185
-                  <!--"></label-box>-->
1186
-                  <!--</div>-->
1187
-                  <!--</td>-->
1188
-                  <td></td>
1189
-                </tr>
1190
-                </tbody>
1191
-              </table>
1192
-
1193
-              <table class="table-box">
1194
-                <tbody>
1195
-                  <tr>
1196
-                    <td width="70">静脉管道:</td>
1166
+                  <td width="20"></td>
1167
+                  <td width="70">静脉管道:</td>
1197
                     <td width="220">
1168
                     <td width="220">
1198
                       <div style="display:flex;justify-content:space-between;">
1169
                       <div style="display:flex;justify-content:space-between;">
1199
                         <label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
1170
                         <label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
1202
                         <label-box :isChecked="afterdialysis.intravenous_tube == 4 ? true : false" showValue="+ + +"></label-box>
1173
                         <label-box :isChecked="afterdialysis.intravenous_tube == 4 ? true : false" showValue="+ + +"></label-box>
1203
                       </div>
1174
                       </div>
1204
                     </td>
1175
                     </td>
1205
-                    <td width="80"></td>
1176
+                    <td width="20"></td>
1206
                     <td width="70">动脉管道:</td>
1177
                     <td width="70">动脉管道:</td>
1207
                     <td width="220">
1178
                     <td width="220">
1208
                       <div style="display:flex;justify-content:space-between;">
1179
                       <div style="display:flex;justify-content:space-between;">
1212
                         <label-box :isChecked="afterdialysis.arterial_tube == 4 ? true : false" showValue="+ + +"></label-box>
1183
                         <label-box :isChecked="afterdialysis.arterial_tube == 4 ? true : false" showValue="+ + +"></label-box>
1213
                       </div>
1184
                       </div>
1214
                     </td>
1185
                     </td>
1215
-                    <td></td>
1216
-                  </tr>
1186
+                  <td></td>
1187
+                </tr>
1217
                 </tbody>
1188
                 </tbody>
1218
               </table>
1189
               </table>
1190
+
1219
               <table class="table-box">
1191
               <table class="table-box">
1220
                 <tbody>
1192
                 <tbody>
1221
                 <tr>
1193
                 <tr>
1248
                     </div>
1220
                     </div>
1249
                   </td>
1221
                   </td>
1250
                   <td width="35">min</td>
1222
                   <td width="35">min</td>
1251
-                  <td></td>
1252
-                </tr>
1253
-                </tbody>
1254
-              </table>
1255
-
1256
-              <table class="table-box">
1257
-                <tbody>
1258
-                  <tr>
1259
-                    <td width="40">去向:</td>
1223
+                  <td width="40">去向:</td>
1260
                     <td width="160">
1224
                     <td width="160">
1261
                       <div style="display:flex;justify-content:space-between;">
1225
                       <div style="display:flex;justify-content:space-between;">
1262
                         <label-box :isChecked="afterdialysis.patient_gose == 1 ? true : false" showValue="回家"></label-box>
1226
                         <label-box :isChecked="afterdialysis.patient_gose == 1 ? true : false" showValue="回家"></label-box>
1267
                     <td>
1231
                     <td>
1268
                       <div class="under-line">&nbsp;</div>
1232
                       <div class="under-line">&nbsp;</div>
1269
                     </td>
1233
                     </td>
1270
-                  </tr>
1234
+                </tr>
1271
                 </tbody>
1235
                 </tbody>
1272
               </table>
1236
               </table>
1273
 
1237
 
1238
+              
1239
+
1274
               <!-- <table class="table-box">
1240
               <!-- <table class="table-box">
1275
                 <tbody>
1241
                 <tbody>
1276
                   <tr>
1242
                   <tr>
1868
         }
1834
         }
1869
       },
1835
       },
1870
       getNumber() {
1836
       getNumber() {
1871
-        if (this.dialysisOrder != null) {
1837
+      if (this.dialysisOrder != null) {
1838
+        if(this.patientInfo.DialysisSchedule.device_zone.name.indexOf("区") > -1){
1872
           return (
1839
           return (
1873
-            //   this.patientInfo.DialysisSchedule.device_zone.name +
1840
+            this.patientInfo.DialysisSchedule.device_zone.name +
1874
             this.dialysisOrder.DeviceNumber.number
1841
             this.dialysisOrder.DeviceNumber.number
1875
-          )
1842
+          );
1876
         } else {
1843
         } else {
1877
           return (
1844
           return (
1878
-            //   this.patientInfo.DialysisSchedule.device_zone.name +
1845
+            this.patientInfo.DialysisSchedule.device_zone.name + "区" +
1846
+            this.dialysisOrder.DeviceNumber.number
1847
+          );
1848
+        }
1849
+        
1850
+      } else {
1851
+        if(this.patientInfo.DialysisSchedule.device_zone.name.indexOf("区") > -1){
1852
+          return (
1853
+            this.patientInfo.DialysisSchedule.device_zone.name +
1879
             this.patientInfo.DialysisSchedule.device_number.number
1854
             this.patientInfo.DialysisSchedule.device_number.number
1880
-          )
1855
+          );
1856
+        }else{
1857
+          return (
1858
+            this.patientInfo.DialysisSchedule.device_zone.name + "区" +
1859
+            this.patientInfo.DialysisSchedule.device_number.number
1860
+          );
1881
         }
1861
         }
1882
-      },
1862
+        
1863
+      }
1864
+    },
1883
 
1865
 
1884
       getXuserName(id) {
1866
       getXuserName(id) {
1885
         if (id <= 0) {
1867
         if (id <= 0) {
2075
             if (this.org_template_info.org_id == 9535) {
2057
             if (this.org_template_info.org_id == 9535) {
2076
               this.isShowZero = true
2058
               this.isShowZero = true
2077
             }
2059
             }
2078
-            if (this.monitors.length < 8) {
2079
-              var nl = 8 - this.monitors.length
2060
+            if (this.monitors.length < 12) {
2061
+              var nl = 12 - this.monitors.length
2080
               for (let index = 0; index < nl; index++) {
2062
               for (let index = 0; index < nl; index++) {
2081
                 this.monitors.push([])
2063
                 this.monitors.push([])
2082
               }
2064
               }
2157
               this.doctor_advices.push(obj3)
2139
               this.doctor_advices.push(obj3)
2158
               this.doctor_advices.push(obj3)
2140
               this.doctor_advices.push(obj3)
2159
               this.doctor_advices.push(obj3)
2141
               this.doctor_advices.push(obj3)
2142
+              this.doctor_advices.push(obj3)
2160
             }
2143
             }
2161
             if (this.doctor_advices.length === 1) {
2144
             if (this.doctor_advices.length === 1) {
2162
               var obj = { advice_name: '', start_time: '' }
2145
               var obj = { advice_name: '', start_time: '' }
2167
               this.doctor_advices.push(obj2)
2150
               this.doctor_advices.push(obj2)
2168
               this.doctor_advices.push(obj2)
2151
               this.doctor_advices.push(obj2)
2169
               this.doctor_advices.push(obj2)
2152
               this.doctor_advices.push(obj2)
2153
+              this.doctor_advices.push(obj2)
2170
             }
2154
             }
2171
             if (this.doctor_advices.length === 2) {
2155
             if (this.doctor_advices.length === 2) {
2172
               var obj = { advice_name: '', start_time: '' }
2156
               var obj = { advice_name: '', start_time: '' }
2175
               this.doctor_advices.push(obj1)
2159
               this.doctor_advices.push(obj1)
2176
               this.doctor_advices.push(obj1)
2160
               this.doctor_advices.push(obj1)
2177
               this.doctor_advices.push(obj1)
2161
               this.doctor_advices.push(obj1)
2162
+              this.doctor_advices.push(obj1)
2178
             }
2163
             }
2179
             if (this.doctor_advices.length === 3) {
2164
             if (this.doctor_advices.length === 3) {
2180
               // eslint-disable-next-line no-redeclare
2165
               // eslint-disable-next-line no-redeclare
2182
               this.doctor_advices.push(obj)
2167
               this.doctor_advices.push(obj)
2183
               this.doctor_advices.push(obj)
2168
               this.doctor_advices.push(obj)
2184
               this.doctor_advices.push(obj)
2169
               this.doctor_advices.push(obj)
2170
+              this.doctor_advices.push(obj)
2185
             }
2171
             }
2186
             if (this.doctor_advices.length === 4) {
2172
             if (this.doctor_advices.length === 4) {
2187
               // eslint-disable-next-line no-redeclare
2173
               // eslint-disable-next-line no-redeclare
2188
               var obj = { advice_name: '', start_time: '' }
2174
               var obj = { advice_name: '', start_time: '' }
2189
               this.doctor_advices.push(obj)
2175
               this.doctor_advices.push(obj)
2190
               this.doctor_advices.push(obj)
2176
               this.doctor_advices.push(obj)
2177
+              this.doctor_advices.push(obj)
2191
             }
2178
             }
2192
             if (this.doctor_advices.length === 5) {
2179
             if (this.doctor_advices.length === 5) {
2193
               // eslint-disable-next-line no-redeclare
2180
               // eslint-disable-next-line no-redeclare
2194
               var obj = { advice_name: '', start_time: '' }
2181
               var obj = { advice_name: '', start_time: '' }
2195
               this.doctor_advices.push(obj)
2182
               this.doctor_advices.push(obj)
2183
+              this.doctor_advices.push(obj)
2184
+            }
2185
+            if (this.doctor_advices.length === 6) {
2186
+              // eslint-disable-next-line no-redeclare
2187
+              var obj = { advice_name: '', start_time: '' }
2188
+              this.doctor_advices.push(obj)
2196
             }
2189
             }
2197
 
2190
 
2198
             if (this.doctor_advices.length > 0) {
2191
             if (this.doctor_advices.length > 0) {