Browse Source

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx 5 years ago
parent
commit
a271238f85

+ 1 - 0
src/main.js View File

@@ -20,6 +20,7 @@ import "vant/lib/icon/local.css";
20 20
 import "@/styles/media.scss";
21 21
 import ElementUI from "element-ui";
22 22
 import "element-ui/lib/theme-chalk/index.css";
23
+// import "@/lib/flexible.js";
23 24
 
24 25
 // main.js
25 26
 // import 'lib-flexible'

+ 2 - 2
src/pages/main/dialog/ComputerDialog.vue View File

@@ -26,7 +26,7 @@
26 26
           <h2 class="name">上机床位</h2>
27 27
           <div class="content">
28 28
             <span class="text" style="width: 100px">{{
29
-              device_number_map[bed_id].number
29
+              device_number_map[bed_id].number + "区"
30 30
             }}</span>
31 31
             <span class="iconfont">&#xe6f9;</span>
32 32
           </div>
@@ -311,7 +311,7 @@ export default {
311 311
         } else {
312 312
           Toast.success("上机成功");
313 313
           var monitor = response.data.data.monitor;
314
-          this.$emit('did_add_monitor', monitor)
314
+          this.$emit("did_add_monitor", monitor);
315 315
           this.$emit("did_start", response.data.data.dialysis_order);
316 316
           var record = this.record;
317 317
           for (const key in response.data.data.dialysis_order) {

+ 2 - 1
src/pages/main/dialog/OrdersDialog.vue View File

@@ -17,10 +17,11 @@
17 17
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0)||(this.$store.getters.user.user.user_type == 2 && !isPremission) }"
18 18
         >执行</span>
19 19
         <span
20
+        id="fontSize"
20 21
           v-if="isShowMofifyExce"
21 22
           @click="modifyExecAdvice"
22 23
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0) }"
23
-        >执行</span>
24
+        >修改执行</span>
24 25
         <span
25 26
           v-if="template_id != 6"
26 27
           @click="checkAdvice"

+ 0 - 1
src/pages/main/dialog/PrescriptionDialog.vue View File

@@ -1079,7 +1079,6 @@
1079 1079
           if (treatment_mode[keys].id == val) {
1080 1080
             treatment_mode_name = treatment_mode[keys].name
1081 1081
           var treatment_mode_id = treatment_mode[keys].id
1082
-          console.log("呵呵",treatment_mode_id)
1083 1082
             if(treatment_mode_id === 1 || treatment_mode_id === 3 || treatment_mode_id === 4 || treatment_mode_id === 5 || treatment_mode_id === 6 || treatment_mode_id === 7 || treatment_mode_id === 8 || treatment_mode_id === 9 || treatment_mode_id === 10 || treatment_mode_id === 11 || treatment_mode_id === 13 || treatment_mode_id === 14 || treatment_mode_id === 15 || treatment_mode_id === 16){
1084 1083
                  this.zhiShow = false
1085 1084
                  this.totalShow = false

+ 5 - 2
src/pages/main/today/TodayTab.vue View File

@@ -73,7 +73,7 @@
73 73
 
74 74
 
75 75
     <accepts-assessment id="accepts_assessment" :record="receiver_treatment_access" title="接诊评估"></accepts-assessment>
76
-    </div>
76
+    
77 77
 
78 78
 
79 79
     <div class="blueBorder"></div>
@@ -123,7 +123,7 @@
123 123
     <div class="blueBorder"></div>
124 124
 
125 125
     <treatment-of id="treatment_of" ref="treatment_of" title="治疗小结" :record="treatment_summary"></treatment-of>
126
-
126
+</div>
127 127
     <van-popup title="透析处方" v-model="menuList[1].showPopup" :overlay="true" :close-on-click-overlay="false">
128 128
       <prescription-dialog :patient_prop="patient" :solution_prop="solution" :machines_prop="devices" :config="config"
129 129
                            :prescription_prop="prescription" @finish="closePrescriptionDialog" :operators="operators"
@@ -1518,4 +1518,7 @@ import {parseTime} from '@/utils'
1518 1518
 .el-table::before {
1519 1519
   z-index: 0;
1520 1520
 }
1521
+.el-loading-spinner{
1522
+  top:10%;
1523
+}
1521 1524
 </style>

+ 6 - 6
src/styles/style.scss View File

@@ -409,9 +409,9 @@ body {
409 409
   .Dialog {
410 410
     font-size: 0.36rem;
411 411
     width: 11.8rem;
412
-    @media only screen and (min-width: 376px) and (max-width: 737px) {
413
-      width: 16.8rem !important;
414
-    }
412
+    // @media only screen and (min-width: 376px) and (max-width: 737px) {
413
+    //   width: 16.8rem !important;
414
+    // }
415 415
     @media only screen and (min-width: 376px) and (max-width: 415px) {
416 416
       width: 10.8rem !important;
417 417
     }
@@ -904,6 +904,6 @@ body {
904 904
     padding-top: 232px;
905 905
   }
906 906
 }
907
-#app {
908
-  -webkit-overflow-scrolling: touch;
909
-}
907
+// #app {
908
+//   -webkit-overflow-scrolling: touch;
909
+// }