See999 5 år sedan
förälder
incheckning
e5961e89c6

+ 2 - 2
src/pages/main/DetailsPage.vue Visa fil

234
   position: fixed;
234
   position: fixed;
235
   right: 0.6rem;
235
   right: 0.6rem;
236
   bottom: 2.25rem;
236
   bottom: 2.25rem;
237
-  font-size: 0.4rem;
237
+  font-size: 0.34rem;
238
   text-align: center;
238
   text-align: center;
239
   @media only screen and (max-width: 767px) {
239
   @media only screen and (max-width: 767px) {
240
     display: none;
240
     display: none;
250
     // }
250
     // }
251
     @media only screen and (min-width: 768px) {
251
     @media only screen and (min-width: 768px) {
252
       width: 50px;
252
       width: 50px;
253
-      margin: 14px auto 0;
253
+      margin: 17px auto 0;
254
     }
254
     }
255
   }
255
   }
256
 }
256
 }

+ 23 - 5
src/pages/main/dialog/MonitDialog.vue Visa fil

74
         <div class="DialogTit">
74
         <div class="DialogTit">
75
           <div class="back" @click="formPanel=false;listPanel=true;"><span class="iconfont">&#xe720; </span>返回</div>
75
           <div class="back" @click="formPanel=false;listPanel=true;"><span class="iconfont">&#xe720; </span>返回</div>
76
           <h1 class="name">{{formTitle}}</h1>
76
           <h1 class="name">{{formTitle}}</h1>
77
-          <span class="success" v-if="form.id>0" @click="submitEditAction()">完成</span>
77
+          <span class="success" v-if="form.id>0" @click="submitEditAction()">保存</span>
78
           <span class="success" v-else @click="submitAction()">保存</span>
78
           <span class="success" v-else @click="submitAction()">保存</span>
79
 
79
 
80
         </div>
80
         </div>
118
             <div class="cell">
118
             <div class="cell">
119
               <label>静脉压(mmHg)</label>
119
               <label>静脉压(mmHg)</label>
120
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.venous_pressure" style="width:60%">
120
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.venous_pressure" style="width:60%">
121
-               <button style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(1)" >转换</button>
121
+               <button class="typeButton" style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(1)" >转换</button>
122
             </div>
122
             </div>
123
             <div class="cell" v-if="isShow('跨膜压')">
123
             <div class="cell" v-if="isShow('跨膜压')">
124
               <label>跨膜压(mmHg)</label>
124
               <label>跨膜压(mmHg)</label>
125
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.transmembrane_pressure" style="width:60%">
125
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.transmembrane_pressure" style="width:60%">
126
-              <button style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(2)" >转换</button>
126
+              <button class="typeButton" style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(2)" >转换</button>
127
             </div>
127
             </div>
128
             <div class="cell" v-if="isShow('超滤量')">
128
             <div class="cell" v-if="isShow('超滤量')">
129
               <label v-if="template_id == 6">超滤量(ml)</label>
129
               <label v-if="template_id == 6">超滤量(ml)</label>
141
             <div class="cell">
141
             <div class="cell">
142
               <label>动脉压(mmHg)</label>
142
               <label>动脉压(mmHg)</label>
143
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.arterial_pressure" style="width:60%">
143
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.arterial_pressure" style="width:60%">
144
-              <button style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(3)" >转换</button>
144
+              <button class="typeButton" style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(3)" >转换</button>
145
             </div>
145
             </div>
146
             <div class="cell" v-if="isShow('透析液温度')">
146
             <div class="cell" v-if="isShow('透析液温度')">
147
               <label>透析液温度(℃)</label>
147
               <label>透析液温度(℃)</label>
209
 
209
 
210
             <div class="cell width">
210
             <div class="cell width">
211
               <label>监测人:</label>
211
               <label>监测人:</label>
212
-              <span>{{doctor}}</span>
212
+              <span class="doctor">{{doctor}}</span>
213
             </div>
213
             </div>
214
 
214
 
215
           </div>
215
           </div>
1086
         height: 0.55rem;
1086
         height: 0.55rem;
1087
         line-height: 0.55rem;
1087
         line-height: 0.55rem;
1088
         color: $pgh-color;
1088
         color: $pgh-color;
1089
+        font-size: 0.45rem;
1090
+        margin-bottom: 0.2rem;
1089
       }
1091
       }
1090
       select {
1092
       select {
1091
         width: 100%;
1093
         width: 100%;
1101
         padding: 0.18rem 0;
1103
         padding: 0.18rem 0;
1102
         padding-left: 5px;
1104
         padding-left: 5px;
1103
         width: 100%;
1105
         width: 100%;
1106
+        @media only screen and (min-width: 768px) {
1107
+          height: 60px;
1108
+          line-height: 60px;
1109
+          font-size: 0.45rem;
1110
+        }
1111
+      }
1112
+      .typeButton{
1113
+        @media only screen and (min-width: 768px) {
1114
+          height: 60px;
1115
+          line-height: 60px;
1116
+          font-size: 0.45rem;
1117
+          padding: 0 !important;
1118
+        }
1104
       }
1119
       }
1105
       .input_focus {
1120
       .input_focus {
1106
         margin-bottom: 2rem;
1121
         margin-bottom: 2rem;
1139
 .row-class-active > td {
1154
 .row-class-active > td {
1140
   background: #badcff !important;
1155
   background: #badcff !important;
1141
 }
1156
 }
1157
+.doctor{
1158
+  font-size: 0.45rem;
1159
+}
1142
 </style>
1160
 </style>
1143
 <style lang="scss">
1161
 <style lang="scss">
1144
 .el-table td {
1162
 .el-table td {

+ 11 - 7
src/pages/main/dialog/OrdersDialog.vue Visa fil

10
         <span
10
         <span
11
           @click="openNewAdvice"
11
           @click="openNewAdvice"
12
           :class="{ forbid: this.$store.getters.user.user.user_type == 3 }"
12
           :class="{ forbid: this.$store.getters.user.user.user_type == 3 }"
13
-        >新增医嘱</span>
13
+        >新增</span>
14
         <span
14
         <span
15
           v-if="isShowExce"
15
           v-if="isShowExce"
16
           @click="execAdvice"
16
           @click="execAdvice"
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
           v-if="isShowMofifyExce"
20
           v-if="isShowMofifyExce"
21
           @click="modifyExecAdvice"
21
           @click="modifyExecAdvice"
22
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0) }"
22
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0) }"
23
-        >修改执行医嘱</span>
23
+        >修改</span>
24
         <span
24
         <span
25
           v-if="template_id != 6"
25
           v-if="template_id != 6"
26
           @click="checkAdvice"
26
           @click="checkAdvice"
27
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0) || (this.$store.getters.user.user.user_type == 2 && !isPremission) }"
27
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0) || (this.$store.getters.user.user.user_type == 2 && !isPremission) }"
28
-        >医嘱核对</span>
28
+        >核对</span>
29
         <span
29
         <span
30
+        id="fontSize"
30
           @click="openNewChild"
31
           @click="openNewChild"
31
           :class="{ forbid: current_advice == null || current_advice.parent_id > 0 ||  currentAdvices.length != 1 || this.$store.getters.user.user.user_type == 3 }"
32
           :class="{ forbid: current_advice == null || current_advice.parent_id > 0 ||  currentAdvices.length != 1 || this.$store.getters.user.user.user_type == 3 }"
32
         >添加子药</span>
33
         >添加子药</span>
34
           v-if="currentSubAdvices.length <= 0"
35
           v-if="currentSubAdvices.length <= 0"
35
           @click="modifyAdviceAction"
36
           @click="modifyAdviceAction"
36
           :class="{ forbid: current_group_index < 0 ||  currentAdvices.length != 1 }"
37
           :class="{ forbid: current_group_index < 0 ||  currentAdvices.length != 1 }"
37
-        >修改医嘱</span>
38
+        >修改</span>
38
         <span
39
         <span
39
           v-if="currentSubAdvices.length <= 0"
40
           v-if="currentSubAdvices.length <= 0"
40
           @click="deleteAdviceAction"
41
           @click="deleteAdviceAction"
41
           :class="{ forbid: current_group_index < 0 || currentAdvices.length <= 0  }"
42
           :class="{ forbid: current_group_index < 0 || currentAdvices.length <= 0  }"
42
-        >删除医嘱</span>
43
+        >删除</span>
43
 
44
 
44
         <span v-if="currentSubAdvices.length > 0" @click="modifySubdviceAction">修改子医嘱</span>
45
         <span v-if="currentSubAdvices.length > 0" @click="modifySubdviceAction">修改子医嘱</span>
45
         <span v-if="currentSubAdvices.length > 0" @click="deleteSubAdviceAction">删除子医嘱</span>
46
         <span v-if="currentSubAdvices.length > 0" @click="deleteSubAdviceAction">删除子医嘱</span>
1498
   display: flex;
1499
   display: flex;
1499
   flex-wrap: wrap;
1500
   flex-wrap: wrap;
1500
   span {
1501
   span {
1501
-    width: 18%;
1502
+    width: 15%;
1502
     @media only screen and (max-width: 415px) {
1503
     @media only screen and (max-width: 415px) {
1503
       padding: 0;
1504
       padding: 0;
1504
     }
1505
     }
1507
     // }
1508
     // }
1508
   }
1509
   }
1509
 }
1510
 }
1511
+#fontSize{
1512
+  font-size: 0.34rem;
1513
+}
1510
 </style>
1514
 </style>

+ 23 - 5
src/pages/main/dialog/new_order/AddNewOrders.vue Visa fil

9
         <span class="success" @click="comfirmAction">保存</span>
9
         <span class="success" @click="comfirmAction">保存</span>
10
       </div>
10
       </div>
11
       <div class="yzNav" style="width:100%;">
11
       <div class="yzNav" style="width:100%;">
12
-        <span @click="addOrderByTemplateAction">选择医嘱模板</span>
13
-        <span @click="addNewOrderAction">新增医嘱内容</span>
14
-        <span @click="modifyOrderAction">修改医嘱内容</span>
15
-        <span @click="deleteOrderAction">删除医嘱内容</span>
12
+        <span class="newSpan" @click="addOrderByTemplateAction">选择模板</span>
13
+        <span class="newSpan" @click="addNewOrderAction">新增内容</span>
14
+        <span class="newSpan" @click="modifyOrderAction">修改内容</span>
15
+        <span class="newSpan" @click="deleteOrderAction">删除内容</span>
16
       </div>
16
       </div>
17
       <div class="content clearfix backgroundColor">
17
       <div class="content clearfix backgroundColor">
18
         <div style="overflow: hidden;">
18
         <div style="overflow: hidden;">
19
           <div class="cell" style="margin-top: 0;">
19
           <div class="cell" style="margin-top: 0;">
20
             <label>医嘱类型</label>
20
             <label>医嘱类型</label>
21
-            <el-input ref="advice_type" value="临时" disabled></el-input>
21
+            <el-input
22
+              class="typeInput"
23
+              ref="advice_type"
24
+              value="临时"
25
+              disabled
26
+            ></el-input>
22
           </div>
27
           </div>
23
           <div class="cell" style="margin-top: 0;">
28
           <div class="cell" style="margin-top: 0;">
24
             <label>开始时间</label>
29
             <label>开始时间</label>
25
             <el-input
30
             <el-input
31
+              class="typeInput"
26
               :value="start_time_str"
32
               :value="start_time_str"
27
               readonly
33
               readonly
28
               @focus="selectStartTimeAction"
34
               @focus="selectStartTimeAction"
605
       line-height: 0.6rem;
611
       line-height: 0.6rem;
606
       color: $pgh-color;
612
       color: $pgh-color;
607
       font-size: 0.45rem;
613
       font-size: 0.45rem;
614
+      margin-bottom: 0.2rem;
608
     }
615
     }
609
     select {
616
     select {
610
       width: 100%;
617
       width: 100%;
640
     background: #badcff !important;
647
     background: #badcff !important;
641
   }
648
   }
642
 }
649
 }
650
+.newSpan {
651
+  padding: 0 0.4rem;
652
+}
643
 </style>
653
 </style>
644
 <style lang="scss">
654
 <style lang="scss">
645
 .newAddTable {
655
 .newAddTable {
647
     padding: 0;
657
     padding: 0;
648
   }
658
   }
649
 }
659
 }
660
+.typeInput {
661
+  .el-input__inner {
662
+    @media only screen and (min-width: 768px) {
663
+      height: 60px;
664
+      line-height: 60px;
665
+    }
666
+  }
667
+}
650
 </style>
668
 </style>

+ 1 - 1
src/styles/style.scss Visa fil

228
     @include text-align;
228
     @include text-align;
229
     margin: 0.25rem 0;
229
     margin: 0.25rem 0;
230
     color: #34495e;
230
     color: #34495e;
231
-    font-size: 0.4rem;
231
+    font-size: 0.45rem;
232
     padding: 0 0.16rem;
232
     padding: 0 0.16rem;
233
   }
233
   }
234
   .forbid {
234
   .forbid {