Przeglądaj źródła

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

csx 5 lat temu
rodzic
commit
426764a58f

+ 1 - 0
src/pages/main/PatientBox.vue Wyświetl plik

296
   width: 47%;
296
   width: 47%;
297
   margin: 0 3% 0.5rem 0;
297
   margin: 0 3% 0.5rem 0;
298
   float: left;
298
   float: left;
299
+  border-radius: 5px;
299
   @media only screen and (max-width: 415px) {
300
   @media only screen and (max-width: 415px) {
300
     width: 96% !important;
301
     width: 96% !important;
301
   }
302
   }

+ 17 - 4
src/pages/main/dialog/AcceptsDialog.vue Wyświetl plik

7
         <span class="success" @click="commitInfo">保存</span>
7
         <span class="success" @click="commitInfo">保存</span>
8
       </div>
8
       </div>
9
       <div class="DialogContent choose">
9
       <div class="DialogContent choose">
10
-        <el-form :model="receiveTreatmentAsses" label-width="130px">
10
+        <el-form
11
+          class="acceptsForm"
12
+          :model="receiveTreatmentAsses"
13
+          label-width="130px"
14
+        >
11
           <el-form-item label="入室方式: " v-if="isShow('入室方式')">
15
           <el-form-item label="入室方式: " v-if="isShow('入室方式')">
12
             <el-radio v-model="receiveTreatmentAsses.way" label="1"
16
             <el-radio v-model="receiveTreatmentAsses.way" label="1"
13
               >步行</el-radio
17
               >步行</el-radio
467
 }
471
 }
468
 </style>
472
 </style>
469
 <style lang="scss">
473
 <style lang="scss">
470
-.el-radio {
471
-  margin-right: 26px;
472
-  width: 2.4rem;
474
+.acceptsForm {
475
+  .el-radio {
476
+    margin-right: 20px;
477
+    width: 2.4rem;
478
+  }
473
 }
479
 }
480
+
474
 .el-radio__inner {
481
 .el-radio__inner {
475
   width: 20px;
482
   width: 20px;
476
   height: 20px;
483
   height: 20px;
484
+  @media only screen and (min-width: 768px) {
485
+    width: 26px;
486
+    height: 26px;
487
+    margin-bottom: 4px;
488
+  }
477
 }
489
 }
478
 .illnessInput {
490
 .illnessInput {
479
   .el-input__inner {
491
   .el-input__inner {
492
+    font-size: 0.45rem;
480
     @media only screen and (min-width: 768px) {
493
     @media only screen and (min-width: 768px) {
481
       height: 60px;
494
       height: 60px;
482
       line-height: 60px;
495
       line-height: 60px;

+ 37 - 18
src/pages/main/dialog/DoubleDialog.vue Wyświetl plik

9
       <div style="height: 8rem" class="DialogContent choose">
9
       <div style="height: 8rem" class="DialogContent choose">
10
         <el-form
10
         <el-form
11
           :inline="true"
11
           :inline="true"
12
-          class="demo-form-inline"
12
+          class="demo-form-inline doubleForm"
13
           :model="doubleReview"
13
           :model="doubleReview"
14
-          label-width="140px"
14
+          label-width="3.4rem"
15
         >
15
         >
16
           <el-form-item label="透析物品核查 : ">
16
           <el-form-item label="透析物品核查 : ">
17
             <el-radio v-model="doubleReview.dialysis_item_check" label="1"
17
             <el-radio v-model="doubleReview.dialysis_item_check" label="1"
21
               >错误</el-radio
21
               >错误</el-radio
22
             >
22
             >
23
           </el-form-item>
23
           </el-form-item>
24
-          <el-form-item label="差错描述 : " label-width="140px">
25
-            <el-input v-model="doubleReview.dialysis_item_desc"></el-input>
24
+          <el-form-item label="差错描述 : " label-width="3.4rem">
25
+            <el-input
26
+              class="doubleInput"
27
+              v-model="doubleReview.dialysis_item_desc"
28
+            ></el-input>
26
           </el-form-item>
29
           </el-form-item>
27
         </el-form>
30
         </el-form>
28
         <el-form
31
         <el-form
29
           :inline="true"
32
           :inline="true"
30
           class="demo-form-inline"
33
           class="demo-form-inline"
31
           :model="doubleReview"
34
           :model="doubleReview"
32
-          label-width="140px"
35
+          label-width="3.4rem"
33
         >
36
         >
34
           <el-form-item label="透析参数核查 : ">
37
           <el-form-item label="透析参数核查 : ">
35
             <el-radio v-model="doubleReview.dialysis_parameter_check" label="1"
38
             <el-radio v-model="doubleReview.dialysis_parameter_check" label="1"
39
               >错误</el-radio
42
               >错误</el-radio
40
             >
43
             >
41
           </el-form-item>
44
           </el-form-item>
42
-          <el-form-item label="差错描述 : " label-width="140px">
43
-            <el-input v-model="doubleReview.dialysis_parameter_desc"></el-input>
45
+          <el-form-item label="差错描述 : " label-width="3.4rem">
46
+            <el-input
47
+              class="doubleInput"
48
+              v-model="doubleReview.dialysis_parameter_desc"
49
+            ></el-input>
44
           </el-form-item>
50
           </el-form-item>
45
         </el-form>
51
         </el-form>
46
         <el-form
52
         <el-form
47
           :inline="true"
53
           :inline="true"
48
           class="demo-form-inline"
54
           class="demo-form-inline"
49
           :model="doubleReview"
55
           :model="doubleReview"
50
-          label-width="140px"
56
+          label-width="3.4rem"
51
         >
57
         >
52
           <el-form-item label="血管通路核查 : ">
58
           <el-form-item label="血管通路核查 : ">
53
             <!--<el-radio-group v-model="form.appetite">-->
59
             <!--<el-radio-group v-model="form.appetite">-->
65
               >错误</el-radio
71
               >错误</el-radio
66
             >
72
             >
67
           </el-form-item>
73
           </el-form-item>
68
-          <el-form-item label="差错描述 : " label-width="140px">
69
-            <el-input v-model="doubleReview.vascular_access_desc"></el-input>
74
+          <el-form-item label="差错描述 : " label-width="3.4rem">
75
+            <el-input
76
+              class="doubleInput"
77
+              v-model="doubleReview.vascular_access_desc"
78
+            ></el-input>
70
           </el-form-item>
79
           </el-form-item>
71
         </el-form>
80
         </el-form>
72
         <el-form
81
         <el-form
73
           :inline="true"
82
           :inline="true"
74
           class="demo-form-inline"
83
           class="demo-form-inline"
75
           :model="doubleReview"
84
           :model="doubleReview"
76
-          label-width="140px"
85
+          label-width="3.4rem"
77
         >
86
         >
78
           <el-form-item label="管道连接核查 : ">
87
           <el-form-item label="管道连接核查 : ">
79
             <!--<el-radio-group v-model="form.condition">-->
88
             <!--<el-radio-group v-model="form.condition">-->
85
             >
94
             >
86
             <!--</el-radio-group>-->
95
             <!--</el-radio-group>-->
87
           </el-form-item>
96
           </el-form-item>
88
-          <el-form-item label="差错描述 : " label-width="140px">
97
+          <el-form-item label="差错描述 : " label-width="3.4rem">
89
             <el-input
98
             <el-input
99
+              class="doubleInput"
90
               v-model="doubleReview.pipeline_connection_desc"
100
               v-model="doubleReview.pipeline_connection_desc"
91
             ></el-input>
101
             ></el-input>
92
           </el-form-item>
102
           </el-form-item>
97
           <div class="content">
107
           <div class="content">
98
             <span
108
             <span
99
               class="text"
109
               class="text"
100
-              style="width: 160px"
110
+              style="width: 3.4rem"
101
               @click="selectCheckTimeAction"
111
               @click="selectCheckTimeAction"
102
               >{{ check_time_str }}</span
112
               >{{ check_time_str }}</span
103
             >
113
             >
109
           :inline="true"
119
           :inline="true"
110
           class="demo-form-inline"
120
           class="demo-form-inline"
111
           :model="doubleReview"
121
           :model="doubleReview"
112
-          label-width="160px"
122
+          label-width="3.4rem"
113
         >
123
         >
114
           <p style="margin: 10px 0 10px 13px;" v-if="doubleReview.creater != 0">
124
           <p style="margin: 10px 0 10px 13px;" v-if="doubleReview.creater != 0">
115
             {{ getFirstCheckDesc() }}
125
             {{ getFirstCheckDesc() }}
542
 }
552
 }
543
 </style>
553
 </style>
544
 <style lang="scss">
554
 <style lang="scss">
545
-.el-radio__inner {
546
-  @media only screen and (min-width: 768px) {
547
-    width: 20px;
548
-    height: 20px;
555
+.doubleForm {
556
+  .el-radio__inner {
557
+    @media only screen and (min-width: 768px) {
558
+      width: 26px;
559
+      height: 26px;
560
+      margin-bottom: 4px;
561
+    }
549
   }
562
   }
550
 }
563
 }
564
+
551
 .el-radio__input {
565
 .el-radio__input {
552
   @media only screen and (min-width: 768px) {
566
   @media only screen and (min-width: 768px) {
553
     margin-top: -6px;
567
     margin-top: -6px;
558
     font-size: 0.45rem;
572
     font-size: 0.45rem;
559
   }
573
   }
560
 }
574
 }
575
+.doubleInput {
576
+  .el-input__inner {
577
+    font-size: 0.45rem;
578
+  }
579
+}
561
 </style>
580
 </style>

+ 9 - 6
src/pages/main/dialog/OrdersDialog.vue Wyświetl plik

1
 <template>
1
 <template>
2
   <div>
2
   <div>
3
     <div class="Dialog" v-show="index==0" style="width: 11.8rem;">
3
     <div class="Dialog" v-show="index==0" style="width: 11.8rem;">
4
-      <div class="DialogTit" @click="$emit('orderDialog')">
5
-        <span class="iconfont">&#xe6e9;</span>
4
+      <div class="DialogTit">
5
+        <span class="iconfont" @click="$emit('orderDialog')">&#xe6e9;</span>
6
         <h1 class="name">临时医嘱</h1>
6
         <h1 class="name">临时医嘱</h1>
7
         <span class="success">&nbsp;</span>
7
         <span class="success">&nbsp;</span>
8
       </div>
8
       </div>
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"
53
             <table class="table">
53
             <table class="table">
54
               <tr @click="cancelAdviceSelect">
54
               <tr @click="cancelAdviceSelect">
55
                 <th width="8%">开嘱医生</th>
55
                 <th width="8%">开嘱医生</th>
56
-                <th width="16%">开始时间</th>
57
-                <th width="44%">医嘱内容</th>
58
-                <th width="16%">执行时间</th>
56
+                <th width="12%">开始时间</th>
57
+                <th width="52%">医嘱内容</th>
58
+                <th width="12%">执行时间</th>
59
                 <th width="8%">执行护士</th>
59
                 <th width="8%">执行护士</th>
60
                 <th v-if="template_id != 6" width="8%">核对人员</th>
60
                 <th v-if="template_id != 6" width="8%">核对人员</th>
61
               </tr>
61
               </tr>
1398
 }
1398
 }
1399
 .table {
1399
 .table {
1400
   width: 1200px;
1400
   width: 1200px;
1401
+  @media only screen and (max-width: 767px) {
1402
+      width: 800px;
1403
+    }
1401
   tr {
1404
   tr {
1402
     th {
1405
     th {
1403
       background: $main-color;
1406
       background: $main-color;