Browse Source

Merge branch '2022-10-17_vue_schedule_branch' of http://git.shengws.com/csx/Vue_New into 20220812

XMLWAN 2 years ago
parent
commit
ca81b4fa1c

File diff suppressed because it is too large
+ 1070 - 3
src/xt_pages/dialysis/bloodPresssWatch.vue


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

594
           <el-table-column
594
           <el-table-column
595
             prop="displacement_flow_quantity"
595
             prop="displacement_flow_quantity"
596
             align="center"
596
             align="center"
597
-            label="电导度(mS/m)"
597
+            label="电导度(mS/cm)"
598
             width="100"
598
             width="100"
599
             v-if="isShow('电导度')"
599
             v-if="isShow('电导度')"
600
           >
600
           >
1322
           </el-col>
1322
           </el-col>
1323
 
1323
 
1324
           <el-col :span="8" v-if="isShow('电导度')">
1324
           <el-col :span="8" v-if="isShow('电导度')">
1325
-            <el-form-item label="电导度(mS/m):">
1325
+            <el-form-item label="电导度(mS/cm):">
1326
               <el-input v-model="form.conductivity"></el-input>
1326
               <el-input v-model="form.conductivity"></el-input>
1327
             </el-form-item>
1327
             </el-form-item>
1328
           </el-col>
1328
           </el-col>

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

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 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10432  || this.$store.getters.xt_user.template_info.org_id == 10445 )" 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 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10432  || this.$store.getters.xt_user.template_info.org_id == 10445 )" width="92px"  > 置换量(ml)  </th>
27
           <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 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10445)" width="92px" > 置换量(L) </th>
27
           <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 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10445)" width="92px" > 置换量(L) </th>
28
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
28
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
29
-          <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
29
+          <th v-if="isShow('电导度')" width="92px">电导度(mS/cm)</th>
30
           <th v-if="isShow('置换液流量') && template_id != 27" width="92px">置换液流量(ml/h)</th>
30
           <th v-if="isShow('置换液流量') && template_id != 27" width="92px">置换液流量(ml/h)</th>
31
           <th v-if="isShow('置换液流量') && template_id == 27" width="92px">置换液流量(ml/min)</th>
31
           <th v-if="isShow('置换液流量') && template_id == 27" width="92px">置换液流量(ml/min)</th>
32
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
32
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>

+ 13 - 0
src/xt_pages/dialysis/schedualPatient.vue View File

184
           {value: 1,label: '待开处方'},
184
           {value: 1,label: '待开处方'},
185
           {value: 2,label: '待开小结'},
185
           {value: 2,label: '待开小结'},
186
           {value: 3,label: '待医嘱核对'},
186
           {value: 3,label: '待医嘱核对'},
187
+          {value:4,label:'待消毒'},
187
         ],
188
         ],
188
         treatStateVal: 0,
189
         treatStateVal: 0,
189
         allPatient:[],
190
         allPatient:[],
825
             }
826
             }
826
           }
827
           }
827
           arr2 = arr
828
           arr2 = arr
829
+        }else if(this.treatStateVal == 4){
830
+         let arr = []
831
+          arr = JSON.parse(JSON.stringify(arr1))
832
+          for (let i = 0; i < arr.length; i++) {
833
+            for (let j = 0; j < arr[i].schedules.length; j++) {
834
+              if (arr[i].schedules.length > 0 && (arr[i].schedules[j].device_information != null)) {
835
+                // 删除元素后改变i的值
836
+                arr[i].schedules.splice(j--, 1);
837
+              }
838
+            }
839
+          }
840
+          arr2 = arr
828
         }
841
         }
829
 
842
 
830
 
843
 

+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

143
               {{ doc_name }}
143
               {{ doc_name }}
144
             </span>
144
             </span>
145
             <img
145
             <img
146
-              style="height: 30px"
146
+              style="height: 50px"
147
               :src="setAdminUserES(item.creator,item.doctor)"
147
               :src="setAdminUserES(item.creator,item.doctor)"
148
               alt=""
148
               alt=""
149
               srcset=""
149
               srcset=""

+ 2 - 2
src/xt_pages/stock/drugs/drugStockOutOrderDetailPrint.vue View File

7
     </div>
7
     </div>
8
     <div class="app-container ">
8
     <div class="app-container ">
9
       <div id="dialysis-print-box">
9
       <div id="dialysis-print-box">
10
-        <div v-if="orgId!=9671 && orgId!=9675 && orgId!=10210 && orgId!=10188 && orgId!=10127 && orgId!=10164 && orgId!=3877">
10
+        <div v-if="orgId!=9671 && orgId!=9675 && orgId!=10210 && orgId!=10188 && orgId!=10127 && orgId!=10164 && orgId!=3877 && orgId!=10387">
11
         <div class="dialysis-print-order" v-for="(it,index) in tableList" :key="index">
11
         <div class="dialysis-print-order" v-for="(it,index) in tableList" :key="index">
12
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
12
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
13
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
13
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
78
       </div> 
78
       </div> 
79
 
79
 
80
 
80
 
81
-      <div v-if="orgId == 9671 || orgId == 9675 ||  orgId == 10210 || orgId == 10188 || orgId == 10127 || orgId ==10164 || orgId ==3877">
81
+      <div v-if="orgId == 9671 || orgId == 9675 ||  orgId == 10210 || orgId == 10188 || orgId == 10127 || orgId ==10164 || orgId ==3877 || orgId == 10387">
82
        <div class="dialysis-print-order" v-for="(it,index) in tableData" :key="index" >
82
        <div class="dialysis-print-order" v-for="(it,index) in tableData" :key="index" >
83
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
83
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
84
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
84
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>

+ 1 - 2
src/xt_pages/stock/query/goodNewQuery.vue View File

681
        if(response.data.state == 1){
681
        if(response.data.state == 1){
682
          this.dialogVisible = true
682
          this.dialogVisible = true
683
          var list = response.data.data.list
683
          var list = response.data.data.list
684
+         console.log("list2332323232wo",list)
684
          this.tableData = list
685
          this.tableData = list
685
          this.totalone = response.data.data.total
686
          this.totalone = response.data.data.total
686
       
687
       
687
-        //  this.flushList =  response.data.data.flushList
688
-        
689
        }
688
        }
690
      })
689
      })
691
    
690