Browse Source

10月16日

XMLWAN 3 years ago
parent
commit
df2de9f10e

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

306
             align="center"
306
             align="center"
307
             label="置换量(ml)"
307
             label="置换量(ml)"
308
             width="100"
308
             width="100"
309
-            v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" >
309
+            v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id!=10191) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" >
310
             <template slot-scope="scope">
310
             <template slot-scope="scope">
311
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
311
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
312
             </template>
312
             </template>
317
             align="center"
317
             align="center"
318
             label="置换量(L)"
318
             label="置换量(L)"
319
             width="100"
319
             width="100"
320
-            v-if=" isShow('置换量') &&  ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)" >
320
+            v-if=" isShow('置换量') &&  ((template_id != 6 || org_id == 9919 || org_id == 10191) && template_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)" >
321
             <template slot-scope="scope">
321
             <template slot-scope="scope">
322
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
322
               {{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
323
             </template>
323
             </template>
694
               <el-input v-model="form.replacement_rate"></el-input>
694
               <el-input v-model="form.replacement_rate"></el-input>
695
             </el-form-item>
695
             </el-form-item>
696
           </el-col>
696
           </el-col>
697
-          <el-col :span="8" v-if=" isShow('置换量') &&  ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)">
697
+          <el-col :span="8" v-if=" isShow('置换量') &&  ((template_id != 6 || org_id == 9919 || org_id == 10191) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)">
698
             <el-form-item label="置换量(L):">
698
             <el-form-item label="置换量(L):">
699
               <el-input v-model="form.displacement_quantity"></el-input>
699
               <el-input v-model="form.displacement_quantity"></el-input>
700
             </el-form-item>
700
             </el-form-item>
701
           </el-col>
701
           </el-col>
702
-          <el-col :span="8" v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)">
702
+          <el-col :span="8" v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id!=10191) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)">
703
             <el-form-item label="置换量(ml):">
703
             <el-form-item label="置换量(ml):">
704
               <el-input v-model="form.displacement_quantity"></el-input>
704
               <el-input v-model="form.displacement_quantity"></el-input>
705
             </el-form-item>
705
             </el-form-item>

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

22
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
22
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
23
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29) " width="92px" > 置换率(ml/min) </th>
23
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29) " width="92px" > 置换率(ml/min) </th>
24
           <th v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29" width="92px" > 置换率(L/h)  </th>
24
           <th v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29" width="92px" > 置换率(L/h)  </th>
25
-          <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" width="92px"  > 置换量(ml)  </th>
26
-          <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)" width="92px" > 置换量(L) </th>
25
+          <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" width="92px"  > 置换量(ml)  </th>
26
+          <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)" width="92px" > 置换量(L) </th>
27
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
27
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
28
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
28
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
29
           <th v-if="isShow('置换液流量') && template_id != 27" width="92px">置换液流量(ml/h)</th>
29
           <th v-if="isShow('置换液流量') && template_id != 27" width="92px">置换液流量(ml/h)</th>

File diff suppressed because it is too large
+ 1473 - 1473
src/xt_pages/dialysis/template/DialysisPrintOrderFortyOne.vue


+ 1 - 1
src/xt_pages/workforce/components/nextTableWeeks.vue View File

149
              <span v-if="scope.row.dialysissolution.dialyzer_perfusion_apparatus!=''">
149
              <span v-if="scope.row.dialysissolution.dialyzer_perfusion_apparatus!=''">
150
                 <span v-if="org_id!=10131&& org_id !=10215">{{ scope.row.dialysissolution.dialyzer_perfusion_apparatus }}</span>
150
                 <span v-if="org_id!=10131&& org_id !=10215">{{ scope.row.dialysissolution.dialyzer_perfusion_apparatus }}</span>
151
                 <span v-if="org_id==10131 || org_id == 10215">{{ scope.row.dialysissolution.dialyzer_perfusion_apparatus }}</span>
151
                 <span v-if="org_id==10131 || org_id == 10215">{{ scope.row.dialysissolution.dialyzer_perfusion_apparatus }}</span>
152
-                <!-- <span v-if="org_id ==10131">{{getDialysisDialyszerPerfusionOne(scope.row.patient_id)}}</span> -->
152
+              
153
               </span>
153
               </span>
154
              <span v-if="scope.row.dialysissolution.dialyzer_perfusion_apparatus =='' && scope.row.dialysissolution.length>0 ">{{ getDialysisDialyszerPerfusion(scope.row.patient_id) }}</span>
154
              <span v-if="scope.row.dialysissolution.dialyzer_perfusion_apparatus =='' && scope.row.dialysissolution.length>0 ">{{ getDialysisDialyszerPerfusion(scope.row.patient_id) }}</span>
155
           </span>
155
           </span>

+ 1 - 3
src/xt_pages/workforce/components/tableWeeks.vue View File

978
         getScheduleList(params).then(response => {
978
         getScheduleList(params).then(response => {
979
           if (response.data.state == 1) {
979
           if (response.data.state == 1) {
980
             this.isloading = false
980
             this.isloading = false
981
-
982
             console.log('22333333333', this.pre_status)
981
             console.log('22333333333', this.pre_status)
983
             var list = response.data.data.list
982
             var list = response.data.data.list
983
+            console.log("list33333333333333333333",list)
984
             if (this.pre_status == 0) {
984
             if (this.pre_status == 0) {
985
 
985
 
986
               for (let i = 0; i < list.length; i++) {
986
               for (let i = 0; i < list.length; i++) {
1537
         this.week_type = 7
1537
         this.week_type = 7
1538
       }
1538
       }
1539
       this.org_id = this.$store.getters.xt_user.org.id
1539
       this.org_id = this.$store.getters.xt_user.org.id
1540
-     
1541
-     
1542
     }
1540
     }
1543
   }
1541
   }
1544
 </script>
1542
 </script>

+ 1 - 2
src/xt_pages/workforce/next_remind_print.vue View File

63
                 <td :width="td_1_width" v-if="printObj.dialyzers == 1 && printObj.perfusion_apparatus == 1">
63
                 <td :width="td_1_width" v-if="printObj.dialyzers == 1 && printObj.perfusion_apparatus == 1">
64
                  <span v-if="org_id!=9987">
64
                  <span v-if="org_id!=9987">
65
                      <span v-if="main_collection.prescription.dialyzer_perfusion_apparatus!=''">
65
                      <span v-if="main_collection.prescription.dialyzer_perfusion_apparatus!=''">
66
-                        <span v-if="org_id!=10131">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span>
67
-                        <!-- <span v-if="org_id==10131">{{getDialysisDialyszerPerfusionOne(main_collection.prescription.patient_id)}}</span>  -->
66
+                        <span v-if="org_id!=10131 && org_id!=10215">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span>
68
                          <span v-if="org_id==10131 || org_id==9671 || org_id == 10215">{{main_collection.dialysissolution.dialyzer_perfusion_apparatus}}</span>
67
                          <span v-if="org_id==10131 || org_id==9671 || org_id == 10215">{{main_collection.dialysissolution.dialyzer_perfusion_apparatus}}</span>
69
                      </span>
68
                      </span>
70
                      <span v-if="main_collection.prescription.dialyzer_perfusion_apparatus ==''&& main_collection.dialysissolution.length>0">{{getDialysisDialyszerPerfusion(main_collection.patient_id)}}</span>
69
                      <span v-if="main_collection.prescription.dialyzer_perfusion_apparatus ==''&& main_collection.dialysissolution.length>0">{{getDialysisDialyszerPerfusion(main_collection.patient_id)}}</span>

+ 3 - 3
src/xt_pages/workforce/remind_print.vue View File

59
                 <td :width="td_1_width" v-if="printObj.mode == 1">
59
                 <td :width="td_1_width" v-if="printObj.mode == 1">
60
                   {{modeOptions[main_collection.mode_id].name}}
60
                   {{modeOptions[main_collection.mode_id].name}}
61
                 </td>
61
                 </td>
62
-                
62
+
63
                 <td :width="td_1_width" v-if="printObj.dialyzers == 1 && printObj.perfusion_apparatus ==1">
63
                 <td :width="td_1_width" v-if="printObj.dialyzers == 1 && printObj.perfusion_apparatus ==1">
64
                   <span v-if="org_id!=9987">
64
                   <span v-if="org_id!=9987">
65
                      <span > 
65
                      <span > 
66
-                       <span v-if="org_id!=10131 && main_collection.prescription.dialyzer_perfusion_apparatus!=''">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span> 
67
-                       <!-- <span v-if="org_id==10131 || org_id==9671 || org_id == 10215">{{getDialysisDialyszerPerfusionOne(main_collection.prescription.patient_id)}}</span>  -->
66
+                       <span v-if="org_id!=10131 && org_id!=10215 && main_collection.prescription.dialyzer_perfusion_apparatus!=''">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span> 
67
+                     
68
                        <span v-if="org_id==10131 || org_id==9671 || org_id == 10215">{{main_collection.dialysissolution.dialyzer_perfusion_apparatus}}</span>
68
                        <span v-if="org_id==10131 || org_id==9671 || org_id == 10215">{{main_collection.dialysissolution.dialyzer_perfusion_apparatus}}</span>
69
                       </span>
69
                       </span>
70
                      <span v-if="main_collection.prescription.dialyzer_perfusion_apparatus ==''&& main_collection.dialysissolution.length>0">{{getDialysisDialyszerPerfusion(main_collection.patient_id)}}</span> 
70
                      <span v-if="main_collection.prescription.dialyzer_perfusion_apparatus ==''&& main_collection.dialysissolution.length>0">{{getDialysisDialyszerPerfusion(main_collection.patient_id)}}</span>