Przeglądaj źródła

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

XMLWAN 2 lat temu
rodzic
commit
ca81b4fa1c

Plik diff jest za duży
+ 1070 - 3
src/xt_pages/dialysis/bloodPresssWatch.vue


+ 2 - 2
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Wyświetl plik

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

+ 1 - 1
src/xt_pages/dialysis/details/dialysisMonitoring.vue Wyświetl plik

@@ -26,7 +26,7 @@
26 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 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 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 30
           <th v-if="isShow('置换液流量') && template_id != 27" width="92px">置换液流量(ml/h)</th>
31 31
           <th v-if="isShow('置换液流量') && template_id == 27" width="92px">置换液流量(ml/min)</th>
32 32
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>

+ 13 - 0
src/xt_pages/dialysis/schedualPatient.vue Wyświetl plik

@@ -184,6 +184,7 @@ import { getDialysisRecordInitData, getDialysisSchedules } from '@/api/dialysis_
184 184
           {value: 1,label: '待开处方'},
185 185
           {value: 2,label: '待开小结'},
186 186
           {value: 3,label: '待医嘱核对'},
187
+          {value:4,label:'待消毒'},
187 188
         ],
188 189
         treatStateVal: 0,
189 190
         allPatient:[],
@@ -825,6 +826,18 @@ import { getDialysisRecordInitData, getDialysisSchedules } from '@/api/dialysis_
825 826
             }
826 827
           }
827 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 Wyświetl plik

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

+ 2 - 2
src/xt_pages/stock/drugs/drugStockOutOrderDetailPrint.vue Wyświetl plik

@@ -7,7 +7,7 @@
7 7
     </div>
8 8
     <div class="app-container ">
9 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 11
         <div class="dialysis-print-order" v-for="(it,index) in tableList" :key="index">
12 12
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
13 13
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
@@ -78,7 +78,7 @@
78 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 82
        <div class="dialysis-print-order" v-for="(it,index) in tableData" :key="index" >
83 83
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
84 84
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>

+ 1 - 2
src/xt_pages/stock/query/goodNewQuery.vue Wyświetl plik

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