Bladeren bron

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

陈少旭 1 maand geleden
bovenliggende
commit
3fd1fae842

+ 3 - 3
src/api/advice.js Bestand weergeven

358
       mode,
358
       mode,
359
     method: 'Put',
359
     method: 'Put',
360
     data: advice,
360
     data: advice,
361
-    headers: {
362
-      Permission: 2
363
-    }
361
+    // headers: {
362
+    //   Permission: 2
363
+    // }
364
   })
364
   })
365
 }
365
 }
366
 
366
 

+ 2 - 0
src/xt_pages/dialysis/PatientBox.vue Bestand weergeven

865
         return "modeRed";
865
         return "modeRed";
866
       } else if (id == 3) {
866
       } else if (id == 3) {
867
         return "modePurple";
867
         return "modePurple";
868
+      }else if(id == 9){
869
+        return "modePurple";
868
       }
870
       }
869
     },
871
     },
870
     
872
     

+ 11 - 9
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfour.vue Bestand weergeven

26
               <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 100%;">
26
               <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 100%;">
27
                 <tbody>
27
                 <tbody>
28
                   <tr>
28
                   <tr>
29
-                    <td width="80" style="line-height:30px;">治疗日期: 
29
+                    <td width="80" style="line-height:30px;">治疗日期:
30
                       {{ getTime(record.schedule_date, "{y}年{m}月{d}日") }}
30
                       {{ getTime(record.schedule_date, "{y}年{m}月{d}日") }}
31
                     </td>
31
                     </td>
32
                   </tr>
32
                   </tr>
50
                             record.dialysis_order.device_number.number.length >
50
                             record.dialysis_order.device_number.number.length >
51
                               0
51
                               0
52
                               ? record.dialysis_order.device_number.number
52
                               ? record.dialysis_order.device_number.number
53
-                              : record.device_number.number 
53
+                              : record.device_number.number
54
                           }}
54
                           }}
55
                         </div>
55
                         </div>
56
                       </div>
56
                       </div>
97
                           {{ anticoagulantName(record.prescription) }} &nbsp;&nbsp;
97
                           {{ anticoagulantName(record.prescription) }} &nbsp;&nbsp;
98
                           {{record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "0"}}
98
                           {{record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "0"}}
99
                         </span>U&nbsp;&nbsp;
99
                         </span>U&nbsp;&nbsp;
100
-                        
100
+
101
                         <label-box :isChecked="record.prescription.anticoagulant==2 ? true :false" showValue="普通肝素:"></label-box>&nbsp;&nbsp;
101
                         <label-box :isChecked="record.prescription.anticoagulant==2 ? true :false" showValue="普通肝素:"></label-box>&nbsp;&nbsp;
102
                         <div style="display: inline-block;">
102
                         <div style="display: inline-block;">
103
                           首剂:
103
                           首剂:
125
                       <div style="line-height:30px;">
125
                       <div style="line-height:30px;">
126
                         <span v-if="org_id != 9779">处方脱水量: {{ record.prescription.prescription_water ? record.prescription.prescription_water : "" }} ml &nbsp;&nbsp;</span>
126
                         <span v-if="org_id != 9779">处方脱水量: {{ record.prescription.prescription_water ? record.prescription.prescription_water : "" }} ml &nbsp;&nbsp;</span>
127
                         <span v-if="org_id == 9779">目标脱水量:{{ record.prescription.target_ultrafiltration ? record.prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
127
                         <span v-if="org_id == 9779">目标脱水量:{{ record.prescription.target_ultrafiltration ? record.prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
128
-                        <span>透析液流量: {{ record.prescription.dialysate_flow ? record.prescription.dialysate_flow : "" }} </span>ml/h
128
+                        <span>透析液流量: {{ record.prescription.dialysate_flow ? record.prescription.dialysate_flow : "" }} </span>
129
+                        <span v-if="org_id!=9779">ml/h</span>
130
+                        <span v-if="org_id==9779">ml/min</span>
129
                       </div>
131
                       </div>
130
                     </td>
132
                     </td>
131
                     <td >
133
                     <td >
149
                   </td>
151
                   </td>
150
                   <td style="width: 30%;line-height: 30px;">
152
                   <td style="width: 30%;line-height: 30px;">
151
                     透析(滤)器:
153
                     透析(滤)器:
152
-                    
154
+
153
                     {{ record.prescription.dialysis_dialyszers ? record.prescription.dialysis_dialyszers : "" }}
155
                     {{ record.prescription.dialysis_dialyszers ? record.prescription.dialysis_dialyszers : "" }}
154
 
156
 
155
                     {{ record.prescription.dialysis_strainer ? record.prescription.dialysis_strainer : "" }}
157
                     {{ record.prescription.dialysis_strainer ? record.prescription.dialysis_strainer : "" }}
287
                           record.lastafterweight.weight_after
289
                           record.lastafterweight.weight_after
288
                           ).toFixed(1)
290
                           ).toFixed(1)
289
                           : '未称重'
291
                           : '未称重'
290
-                          }}kg 
292
+                          }}kg
291
                       </td>
293
                       </td>
292
                     </tr>
294
                     </tr>
293
 
295
 
575
               }
577
               }
576
 
578
 
577
               var delghTwo = 0
579
               var delghTwo = 0
578
-              
580
+
579
               if (
581
               if (
580
                 this.records[recordIndex].advices &&
582
                 this.records[recordIndex].advices &&
581
                 this.records[recordIndex].advices.length < 13
583
                 this.records[recordIndex].advices.length < 13
584
               } else {
586
               } else {
585
                 delghTwo = 0
587
                 delghTwo = 0
586
               }
588
               }
587
-              
589
+
588
               if (delghTwo > 0) {
590
               if (delghTwo > 0) {
589
                 if (
591
                 if (
590
                   typeof this.records[recordIndex].advices === 'undefined' ||
592
                   typeof this.records[recordIndex].advices === 'undefined' ||
812
           return ''
814
           return ''
813
         }
815
         }
814
         if (key[id] in this.operatorMaps) {
816
         if (key[id] in this.operatorMaps) {
815
-          
817
+
816
           return this.operatorMaps[key[id]].es_url
818
           return this.operatorMaps[key[id]].es_url
817
         } else {
819
         } else {
818
           return ''
820
           return ''

+ 2 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue Bestand weergeven

1153
                           <span v-if="record.prescription.anticoagulant == 15"
1153
                           <span v-if="record.prescription.anticoagulant == 15"
1154
                             >&nbsp;甲磺酸萘莫司他</span
1154
                             >&nbsp;甲磺酸萘莫司他</span
1155
                           >
1155
                           >
1156
+                            <span v-if="record.prescription.anticoagulant == 16">&nbsp;低分子量肝素钙</span>
1156
                         </div>
1157
                         </div>
1157
                       </div>
1158
                       </div>
1158
                       <div class="inline_block" style="margin-left: 20px" v-if=" record.prescription.anticoagulant !=1" >
1159
                       <div class="inline_block" style="margin-left: 20px" v-if=" record.prescription.anticoagulant !=1" >
3453
       });
3454
       });
3454
   },
3455
   },
3455
   methods: {
3456
   methods: {
3456
-  
3457
+
3457
     getTimeOne(val) {
3458
     getTimeOne(val) {
3458
       return uParseTime(val, "{y}");
3459
       return uParseTime(val, "{y}");
3459
     },
3460
     },

+ 1 - 1
src/xt_pages/dialysis/details/consumable/dialysisGoodPrint.vue Bestand weergeven

192
         name ="IUF"
192
         name ="IUF"
193
       }
193
       }
194
       if(val == 8){
194
       if(val == 8){
195
-        name ="IUF"
195
+        name ="HFHD"
196
       }
196
       }
197
       if(val == 9){
197
       if(val == 9){
198
         name ="HFHD+HP"
198
         name ="HFHD+HP"

+ 37 - 0
src/xt_pages/dialysis/details/consumable/signPrint.vue Bestand weergeven

492
         if(name == 7){
492
         if(name == 7){
493
          name = "低分子肝素钠"
493
          name = "低分子肝素钠"
494
        }
494
        }
495
+       if(name == 8){
496
+         name = "依诺肝素"
497
+       }
498
+       if(name == 9){
499
+         name = "达肝素"
500
+       }
501
+       if(name == 10){
502
+         name = "体外抗凝"
503
+       }
504
+       if(name == 11){
505
+         name = "那屈肝素"
506
+       }
507
+       if(name == 12){
508
+         name = "无抗凝剂"
509
+       }
510
+       if(name == 13){
511
+         name = "那屈肝素钙"
512
+       }
513
+       if(name == 14){
514
+         name = "肝素钙注射液"
515
+       }
516
+       if(name == 15){
517
+         name = "甲磺酸萘莫司他"
518
+       }
519
+       if(name == 16){
520
+         name = "低分子量肝素钙"
521
+       }
522
+       if(name == 17){
523
+         name = "肝素钠"
524
+       }
525
+       if(name == 18){
526
+         name = "贝米肝素钠注射液"
527
+       }
528
+       if(name == 19){
529
+         name = "低分子量肝素钠"
530
+       }
531
+
495
 
532
 
496
        return name
533
        return name
497
      },
534
      },

+ 7 - 4
src/xt_pages/dialysis/template/DialysisPrintOrdereightythree.vue Bestand weergeven

64
 
64
 
65
             <tr>
65
             <tr>
66
               <td colspan="3">
66
               <td colspan="3">
67
-            
67
+
68
                 <div class="row" style="padding: 2px 0; line-height: 23px;display: inline-block;" >
68
                 <div class="row" style="padding: 2px 0; line-height: 23px;display: inline-block;" >
69
                   <div class="inline_block" style="flex: 0.8;">
69
                   <div class="inline_block" style="flex: 0.8;">
70
                     T:
70
                     T:
193
                   <span v-if="org_id == 9779">目标脱水量:{{ prescription.target_ultrafiltration ?
193
                   <span v-if="org_id == 9779">目标脱水量:{{ prescription.target_ultrafiltration ?
194
                     prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
194
                     prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
195
                   <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}
195
                   <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}
196
-                  </span>ml/h&nbsp;&nbsp;
196
+                  </span>
197
+                  <span v-if="org_id!=9779">ml/h</span>
198
+                  <span v-if="org_id==9779">ml/min</span>
199
+                  &nbsp;&nbsp;
197
                   <span>
200
                   <span>
198
                     透析(滤)器:
201
                     透析(滤)器:
199
                     {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "" }} &nbsp;
202
                     {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "" }} &nbsp;
247
                   <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') != -1 ? true : false"
250
                   <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') != -1 ? true : false"
248
                   showValue="股静脉"></label-box>&nbsp;
251
                   showValue="股静脉"></label-box>&nbsp;
249
                 其他:
252
                 其他:
250
-                <div style="display: inline-block;" 
253
+                <div style="display: inline-block;"
251
                   v-if="predialysis.blood_access_part_opera_name.indexOf('内瘘') == -1 &&
254
                   v-if="predialysis.blood_access_part_opera_name.indexOf('内瘘') == -1 &&
252
                   predialysis.blood_access_part_opera_name.indexOf('无绦纶套') == -1 &&
255
                   predialysis.blood_access_part_opera_name.indexOf('无绦纶套') == -1 &&
253
                   predialysis.blood_access_part_opera_name.indexOf('带隧道带绦纶套') == -1 &&
256
                   predialysis.blood_access_part_opera_name.indexOf('带隧道带绦纶套') == -1 &&
969
         const obj45='备注'
972
         const obj45='备注'
970
         checkDate.push(obj45)
973
         checkDate.push(obj45)
971
       }
974
       }
972
-      
975
+
973
       if (
976
       if (
974
         this.dialysisOrder == null ||
977
         this.dialysisOrder == null ||
975
         this.dialysisOrder.start_nurse == 0
978
         this.dialysisOrder.start_nurse == 0

+ 4 - 2
src/xt_pages/stock/detail/stockOutDetail.vue Bestand weergeven

1038
           this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
1038
           this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
1039
         }else if(this.orgId==10635){
1039
         }else if(this.orgId==10635){
1040
            this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
1040
            this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
1041
+        }else if(this.orgId==10744){
1042
+           this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
1041
         }else{
1043
         }else{
1042
           this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
1044
           this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
1043
         }
1045
         }
1045
         if(this.orgId  == 10265 || this.orgId ==10215 || this.orgId == 9919 || this.orgId == 9671 || this.orgId == 10402 || this.orgId==10138 || this.orgId==10278||this.orgId==10537||this.orgId==10610){
1047
         if(this.orgId  == 10265 || this.orgId ==10215 || this.orgId == 9919 || this.orgId == 9671 || this.orgId == 10402 || this.orgId==10138 || this.orgId==10278||this.orgId==10537||this.orgId==10610){
1046
             this.tableOut[i].out_count = this.getMySelfCount(this.tableOut[i].good_id)
1048
             this.tableOut[i].out_count = this.getMySelfCount(this.tableOut[i].good_id)
1047
         }
1049
         }
1048
-        if(this.orgId == 10210 || this.orgId == 9675  || this.orgId == 9956 || this.orgId == 10217 || this.orgId == 10188 || this.orgId == 10191 || this.orgId ==10489 || this.orgId == 10375 || this.orgId == 10485 || this.orgId ==10635 || this.orgId ==10726 || this.orgId == 10724 || this.orgId ==10635 || this.orgId ==10724 || this.orgId ==10726 || this.orgId ==10721 || this.orgId == 10633 || this.orgId == 0  || this.orgId == 10387 || this.orgId == 10571){
1050
+        if(this.orgId == 10210 || this.orgId == 9675  || this.orgId == 9956 || this.orgId == 10217 || this.orgId == 10188 || this.orgId == 10191 || this.orgId ==10489 || this.orgId == 10375 || this.orgId == 10485 || this.orgId ==10635 || this.orgId ==10726 || this.orgId == 10724 || this.orgId ==10635 || this.orgId ==10724 || this.orgId ==10726 || this.orgId ==10721 || this.orgId == 10633 || this.orgId == 0  || this.orgId == 10387 || this.orgId == 10571 || this.orgId == 10744){
1049
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
1051
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
1050
         }
1052
         }
1051
         if(this.orgId ==10445){
1053
         if(this.orgId ==10445){
1052
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
1054
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
1053
         }
1055
         }
1054
-        if(this.orgId!=10265 && this.orgId !=10215  && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402 && this.orgId != 10489 && this.orgId!=10375 && this.orgId!=10485&&this.orgId!=0&&this.orgId!=10138&&this.orgId!=10278&&this.orgId!=10537&&this.orgId!=10610 &&this.orgId!=10445 &&  this.orgId !=10635  &&  this.orgId !=10724 &&  this.orgId !=10726  &&  this.orgId !=10721 && this.orgId!=10633 && this.orgId!=0&& this.orgId!=10387&& this.orgId!=10571){
1056
+        if(this.orgId!=10265 && this.orgId !=10215  && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402 && this.orgId != 10489 && this.orgId!=10375 && this.orgId!=10485&&this.orgId!=0&&this.orgId!=10138&&this.orgId!=10278&&this.orgId!=10537&&this.orgId!=10610 &&this.orgId!=10445 &&  this.orgId !=10635  &&  this.orgId !=10724 &&  this.orgId !=10726  &&  this.orgId !=10721 && this.orgId!=10633 && this.orgId!=0&& this.orgId!=10387&& this.orgId!=10571&& this.orgId!=10744){
1055
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
1057
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
1056
         }
1058
         }
1057
         this.tableOut[i].manufacturer_name = this.getManufacturerNameOne(this.tableOut[i].manufacturer)
1059
         this.tableOut[i].manufacturer_name = this.getManufacturerNameOne(this.tableOut[i].manufacturer)

+ 2 - 2
src/xt_pages/stock/query/purchaseNewStockQuery.vue Bestand weergeven

289
                
289
                
290
               }
290
               }
291
              
291
              
292
-               if(this.org_id ==10697){
292
+               if(this.org_id ==10697 || this.org_id == 0){
293
                   list[i].stock_in_price = list[i].buy_price
293
                   list[i].stock_in_price = list[i].buy_price
294
                   list[i].stockMoney = (list[i].buy_price * list[i].stockIn).toFixed(2)
294
                   list[i].stockMoney = (list[i].buy_price * list[i].stockIn).toFixed(2)
295
                }else if(this.org_id ==9671){
295
                }else if(this.org_id ==9671){
296
                 list[i].stock_in_price = list[i].buy_price
296
                 list[i].stock_in_price = list[i].buy_price
297
                 list[i].stockMoney = (list[i].buy_price * list[i].stockIn).toFixed(2)
297
                 list[i].stockMoney = (list[i].buy_price * list[i].stockIn).toFixed(2)
298
-               }else if(this.org_id == 10644 || this.org_id == 10752 || this.org_id == 0){
298
+               }else if(this.org_id == 10644 || this.org_id == 10752){
299
                  list[i].stock_in_price = "/"
299
                  list[i].stock_in_price = "/"
300
                  console.log("val1",this.getAllStockInPrice(list[i].StWarehousingInfoTwo))
300
                  console.log("val1",this.getAllStockInPrice(list[i].StWarehousingInfoTwo))
301
                  console.log("val2",this.getAllStockInFlowPrice(list[i].WareStartInStockFlow))
301
                  console.log("val2",this.getAllStockInFlowPrice(list[i].WareStartInStockFlow))

+ 6 - 1
src/xt_pages/user/components/EditGroupAdvice.vue Bestand weergeven

1002
                 mode = "3-1";
1002
                 mode = "3-1";
1003
               }
1003
               }
1004
             }
1004
             }
1005
-            console.log("编辑",submitForm)
1005
+            console.log("编辑43333",submitForm)
1006
+            if(submitForm.push_start_time == "null" || submitForm.push_start_time == {}|| submitForm.push_start_time == undefined){
1007
+                console.log("hahahhahahah")
1008
+                submitForm.push_start_time = ""
1009
+            }
1006
             if(_this.groupForm.advice_type=="临时"){
1010
             if(_this.groupForm.advice_type=="临时"){
1007
                  _this.groupForm.advice_type = 2
1011
                  _this.groupForm.advice_type = 2
1008
               }
1012
               }
1009
             if(_this.groupForm.advice_type=="长期"){
1013
             if(_this.groupForm.advice_type=="长期"){
1010
                  _this.groupForm.advice_type = 1
1014
                  _this.groupForm.advice_type = 1
1011
             }
1015
             }
1016
+            console.log("-----------------",submitForm)
1012
             EditNewDoctorAdvice(
1017
             EditNewDoctorAdvice(
1013
               this.patientID,
1018
               this.patientID,
1014
               this.groupSelectRow.id,
1019
               this.groupSelectRow.id,

+ 2 - 0
src/xt_pages/user/courseOfDisease_new.vue Bestand weergeven

1469
        });
1469
        });
1470
       },
1470
       },
1471
       add_click(){
1471
       add_click(){
1472
+        this.record_date = ""
1473
+        this.record_date = moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
1472
         this.admin_user_id = ""
1474
         this.admin_user_id = ""
1473
         this.admin_user_id = this.$store.getters.xt_user.user.id
1475
         this.admin_user_id = this.$store.getters.xt_user.user.id
1474
         this.fetchAllDoctorAndNurse()
1476
         this.fetchAllDoctorAndNurse()

+ 4 - 1
src/xt_pages/user/doctorAdvice.vue Bestand weergeven

2385
 
2385
 
2386
           console.log("2323223",this.adviceForm)
2386
           console.log("2323223",this.adviceForm)
2387
 
2387
 
2388
+         
2389
+
2388
           EditNewDoctorAdvice(
2390
           EditNewDoctorAdvice(
2389
             this.patientID,
2391
             this.patientID,
2390
             this.adviceForm.id,
2392
             this.adviceForm.id,
3150
         adviceNames: [],
3152
         adviceNames: [],
3151
         advice_doctor: groups[0].user_name,
3153
         advice_doctor: groups[0].user_name,
3152
         doctor: groups[0].advice_doctor,
3154
         doctor: groups[0].advice_doctor,
3153
-
3154
         remark: groups[0].remark,
3155
         remark: groups[0].remark,
3155
         groupno: groupno,
3156
         groupno: groupno,
3156
         
3157
         
3202
           remark:groups[index].remark
3203
           remark:groups[index].remark
3203
         };
3204
         };
3204
 
3205
 
3206
+        console.log("push_start_time======",item.push_start_time)
3207
+
3205
         if (item.id in childMap) {
3208
         if (item.id in childMap) {
3206
           for (const key in childMap[item.id]) {
3209
           for (const key in childMap[item.id]) {
3207
             this.rowKey++;
3210
             this.rowKey++;

+ 4 - 0
src/xt_pages/user/templateSummary.vue Bestand weergeven

1860
           this.startYear = val+"-" + "31"
1860
           this.startYear = val+"-" + "31"
1861
         }else if(val == "2024-02"){
1861
         }else if(val == "2024-02"){
1862
           this.startYear = val+"-" + "29"
1862
           this.startYear = val+"-" + "29"
1863
+        }else if(val == "2025-02"){
1864
+          this.startYear = val+"-" + "28"
1865
+        }else if(val == "2026-02"){
1866
+          this.startYear = val+"-" + "28"
1863
         }else{
1867
         }else{
1864
           this.startYear = val+"-" + "30"
1868
           this.startYear = val+"-" + "30"
1865
         }
1869
         }

+ 1 - 1
src/xt_pages/workforce/components/ScheduleItem.vue Bestand weergeven

50
 
50
 
51
             }else if(name == 'HDF'){
51
             }else if(name == 'HDF'){
52
                 return 'modeRed'
52
                 return 'modeRed'
53
-            }else if(name == 'HD+HP'){
53
+            }else if(name == 'HD+HP' || name=='HFHD+HP' ){
54
                 return 'modePurple'
54
                 return 'modePurple'
55
             }else if(name == 'PHF'){
55
             }else if(name == 'PHF'){
56
                 return 'modephf'
56
                 return 'modephf'

+ 1 - 1
src/xt_pages/workforce/components/template_table_item.vue Bestand weergeven

36
 
36
 
37
           }else if(name == 'HDF'){
37
           }else if(name == 'HDF'){
38
               return 'modeRed'
38
               return 'modeRed'
39
-          }else if(name == 'HD+HP'){
39
+          }else if(name == 'HD+HP' || name=='HFHD+HP' ){
40
               return 'modePurple'
40
               return 'modePurple'
41
           }
41
           }
42
       }
42
       }