Bladeren bron

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

csx 5 jaren geleden
bovenliggende
commit
a271238f85

+ 1 - 0
src/main.js Bestand weergeven

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

+ 2 - 2
src/pages/main/dialog/ComputerDialog.vue Bestand weergeven

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

+ 2 - 1
src/pages/main/dialog/OrdersDialog.vue Bestand weergeven

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

+ 0 - 1
src/pages/main/dialog/PrescriptionDialog.vue Bestand weergeven

1079
           if (treatment_mode[keys].id == val) {
1079
           if (treatment_mode[keys].id == val) {
1080
             treatment_mode_name = treatment_mode[keys].name
1080
             treatment_mode_name = treatment_mode[keys].name
1081
           var treatment_mode_id = treatment_mode[keys].id
1081
           var treatment_mode_id = treatment_mode[keys].id
1082
-          console.log("呵呵",treatment_mode_id)
1083
             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){
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
                  this.zhiShow = false
1083
                  this.zhiShow = false
1085
                  this.totalShow = false
1084
                  this.totalShow = false

+ 5 - 2
src/pages/main/today/TodayTab.vue Bestand weergeven

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

+ 6 - 6
src/styles/style.scss Bestand weergeven

409
   .Dialog {
409
   .Dialog {
410
     font-size: 0.36rem;
410
     font-size: 0.36rem;
411
     width: 11.8rem;
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
     @media only screen and (min-width: 376px) and (max-width: 415px) {
415
     @media only screen and (min-width: 376px) and (max-width: 415px) {
416
       width: 10.8rem !important;
416
       width: 10.8rem !important;
417
     }
417
     }
904
     padding-top: 232px;
904
     padding-top: 232px;
905
   }
905
   }
906
 }
906
 }
907
-#app {
908
-  -webkit-overflow-scrolling: touch;
909
-}
907
+// #app {
908
+//   -webkit-overflow-scrolling: touch;
909
+// }