Преглед изворни кода

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

csx пре 4 година
родитељ
комит
35ec615cf4
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      src/xt_pages/workforce/remind_print.vue

+ 6 - 6
src/xt_pages/workforce/remind_print.vue Прегледај датотеку

59
                   {{modeOptions[main_collection.mode_id].name}}
59
                   {{modeOptions[main_collection.mode_id].name}}
60
                 </td>
60
                 </td>
61
                 <td :width="td_1_width">
61
                 <td :width="td_1_width">
62
-                  <span v-if="org_id!=9987">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span> 
63
-                  {{main_collection.prescription.dialysis_dialyszers}} 
62
+                  <span v-if="org_id!=9987">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span>
63
+                  {{main_collection.prescription.dialysis_dialyszers}}
64
                   <span v-if="main_collection.prescription.dialysis_dialyszers!=''&& main_collection.prescription.dialysis_irrigation!='' ">/</span>
64
                   <span v-if="main_collection.prescription.dialysis_dialyszers!=''&& main_collection.prescription.dialysis_irrigation!='' ">/</span>
65
                   <span v-if="main_collection.prescription.dialysis_irrigation!=''">{{main_collection.prescription.dialysis_irrigation}}</span>
65
                   <span v-if="main_collection.prescription.dialysis_irrigation!=''">{{main_collection.prescription.dialysis_irrigation}}</span>
66
 
66
 
114
         td_4_width: '45%',
114
         td_4_width: '45%',
115
         modeOptions: null,
115
         modeOptions: null,
116
         anticoagulants_confit:null,
116
         anticoagulants_confit:null,
117
-        currentDate:'',
117
+        currentDate:'',z
118
         org_id:0
118
         org_id:0
119
       }
119
       }
120
     },
120
     },
128
       this.anticoagulants_confit = this.$store.getters.anticoagulants_confit
128
       this.anticoagulants_confit = this.$store.getters.anticoagulants_confit
129
       this.week_type = this.$route.query.week_type
129
       this.week_type = this.$route.query.week_type
130
       this.week_time  = this.$route.query.week_time
130
       this.week_time  = this.$route.query.week_time
131
-      
131
+
132
       const params = {
132
       const params = {
133
           week_type:this.week_type,
133
           week_type:this.week_type,
134
           week_time:this.week_time,
134
           week_time:this.week_time,
278
         }else{
278
         }else{
279
           var str = year + "年" + month + "月" + day + "日  " + days;
279
           var str = year + "年" + month + "月" + day + "日  " + days;
280
           return str;
280
           return str;
281
-        } 
281
+        }
282
       },
282
       },
283
       compare(property) {
283
       compare(property) {
284
        return function (a, b) {
284
        return function (a, b) {
288
       }
288
       }
289
      },
289
      },
290
     }
290
     }
291
-   
291
+
292
   }
292
   }
293
 </script>
293
 </script>
294
 
294