xiaoming_global vor 5 Jahren
Ursprung
Commit
410e842085

+ 4 - 1
src/pages/layout/SideBar.vue Datei anzeigen

85
   // position: fixed;
85
   // position: fixed;
86
   height: 50px;
86
   height: 50px;
87
   z-index: 999;
87
   z-index: 999;
88
+  @media only screen and (min-width: 768px) {
89
+    height: 70px;
90
+  }
88
   .column {
91
   .column {
89
     .head {
92
     .head {
90
       @include display-flex;
93
       @include display-flex;
127
           @media only screen and (min-width: 768px) {
130
           @media only screen and (min-width: 768px) {
128
             display: flex;
131
             display: flex;
129
             align-items: center;
132
             align-items: center;
130
-            margin-bottom: 20px;
133
+            // margin-bottom: 20px;
131
           }
134
           }
132
           p {
135
           p {
133
             font-size: 0.32rem;
136
             font-size: 0.32rem;

+ 1 - 0
src/pages/main/PatientBox.vue Datei anzeigen

294
         .iconfont {
294
         .iconfont {
295
           margin: 0 0.1rem 0 0;
295
           margin: 0 0.1rem 0 0;
296
           font-size: 0.4rem;
296
           font-size: 0.4rem;
297
+          display: none;
297
         }
298
         }
298
       }
299
       }
299
     }
300
     }

+ 6 - 4
src/pages/main/RecordPage.vue Datei anzeigen

57
           >搜索</van-button>
57
           >搜索</van-button>
58
         </van-field>-->
58
         </van-field>-->
59
         <el-input
59
         <el-input
60
-          class="newInput"
60
+          class="newinput"
61
           prefix-icon="el-icon-search"
61
           prefix-icon="el-icon-search"
62
           v-model="search_input"
62
           v-model="search_input"
63
           ref="search_field"
63
           ref="search_field"
317
 }
317
 }
318
 </style>
318
 </style>
319
 <style lang="scss">
319
 <style lang="scss">
320
-.newInput {
320
+.newinput {
321
   height: 100%;
321
   height: 100%;
322
   width: 85% !important;
322
   width: 85% !important;
323
   float: left;
323
   float: left;
324
   .el-input__inner {
324
   .el-input__inner {
325
-    height: 100%;
325
+    height: 1rem;
326
     line-height: 1rem;
326
     line-height: 1rem;
327
     width: 100%;
327
     width: 100%;
328
     border-radius: 30px;
328
     border-radius: 30px;
329
     border: none;
329
     border: none;
330
     font-size: 0.45rem;
330
     font-size: 0.45rem;
331
+    box-sizing: border-box;
332
+    padding-bottom: 0.05rem;
331
     @media only screen and (min-width: 768px) {
333
     @media only screen and (min-width: 768px) {
332
       padding-left: 0.9rem !important;
334
       padding-left: 0.9rem !important;
333
     }
335
     }
334
   }
336
   }
335
   .el-input__icon {
337
   .el-input__icon {
336
-    line-height: 1rem;
338
+    line-height: 0.95rem;
337
     font-size: 0.45rem;
339
     font-size: 0.45rem;
338
     margin-top: 0.02rem;
340
     margin-top: 0.02rem;
339
     padding-left: 0.1rem;
341
     padding-left: 0.1rem;

+ 4 - 1
src/pages/main/add_urgent_schedule.vue Datei anzeigen

575
       }
575
       }
576
 
576
 
577
       .danger_hint {
577
       .danger_hint {
578
-        font-size: 0.34rem;
578
+        font-size: 0.4rem;
579
         line-height: 40px;
579
         line-height: 40px;
580
         text-align: center;
580
         text-align: center;
581
         color: red;
581
         color: red;
631
     }
631
     }
632
   }
632
   }
633
 }
633
 }
634
+.van-ellipsis {
635
+  font-size: 0.45rem;
636
+}
634
 </style>
637
 </style>

+ 3 - 3
src/pages/main/dialysis/AdviceTable.vue Datei anzeigen

1582
     padding: 0.24rem 0;
1582
     padding: 0.24rem 0;
1583
     background: #f6f8f9;
1583
     background: #f6f8f9;
1584
     ul {
1584
     ul {
1585
-      width: 50%;
1585
+      width: 92%;
1586
       background: #fff;
1586
       background: #fff;
1587
       margin: 0 auto;
1587
       margin: 0 auto;
1588
       border-radius: 30px;
1588
       border-radius: 30px;
1592
         @include text-align;
1592
         @include text-align;
1593
         padding-left: 15px;
1593
         padding-left: 15px;
1594
         .iconfont {
1594
         .iconfont {
1595
-          font-size: 0.42rem;
1595
+          font-size: 0.6rem;
1596
         }
1596
         }
1597
         input {
1597
         input {
1598
           border: none;
1598
           border: none;
1599
           border-radius: 30px;
1599
           border-radius: 30px;
1600
-          padding: 0.15rem;
1600
+          padding: 0.2rem;
1601
           width: 100%;
1601
           width: 100%;
1602
           color: $pgh-color;
1602
           color: $pgh-color;
1603
         }
1603
         }

+ 4 - 4
src/pages/main/dialysis/CheckTab.vue Datei anzeigen

187
 }
187
 }
188
 .nav {
188
 .nav {
189
   .van-tabs {
189
   .van-tabs {
190
-    height: 1rem !important;
190
+    height: 1.2rem !important;
191
   }
191
   }
192
   .van-tabs--line .van-tabs__wrap {
192
   .van-tabs--line .van-tabs__wrap {
193
-    height: 1rem !important;
193
+    height: 1.2rem !important;
194
   }
194
   }
195
   .van-tabs--line {
195
   .van-tabs--line {
196
-    padding-top: 1rem !important;
196
+    padding-top: 1.2rem !important;
197
   }
197
   }
198
   .van-tab {
198
   .van-tab {
199
-    line-height: 1rem !important;
199
+    line-height: 1.2rem !important;
200
   }
200
   }
201
 }
201
 }
202
 </style>
202
 </style>

+ 5 - 3
src/pages/main/dialysis/InspectionItemTable.vue Datei anzeigen

300
 .van-list {
300
 .van-list {
301
   background: #fff;
301
   background: #fff;
302
   min-height: calc(100vh - 178px);
302
   min-height: calc(100vh - 178px);
303
-  margin-top: 62px;
303
+  margin-top: 68px;
304
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
304
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
305
   //   margin-top: 84px;
305
   //   margin-top: 84px;
306
   // }
306
   // }
323
 </style>
323
 </style>
324
 
324
 
325
 <style lang="scss">
325
 <style lang="scss">
326
-.van-ellipsis {
327
-  font-size: 0.34rem;
326
+.nav {
327
+  .van-ellipsis {
328
+    font-size: 0.4rem;
329
+  }
328
 }
330
 }
329
 
331
 
330
 .van-tabs__line {
332
 .van-tabs__line {

+ 2 - 2
src/pages/main/records/RecordsTab.vue Datei anzeigen

353
       padding: 0.25rem 0;
353
       padding: 0.25rem 0;
354
       margin: 0 0.2rem 0 0;
354
       margin: 0 0.2rem 0 0;
355
       .name {
355
       .name {
356
-        font-size: 0.32rem;
356
+        font-size: 0.45rem;
357
         color: $pgh-color;
357
         color: $pgh-color;
358
       }
358
       }
359
       .text {
359
       .text {
360
-        font-size: 0.3rem;
360
+        font-size: 0.45rem;
361
         color: $pgh-color;
361
         color: $pgh-color;
362
       }
362
       }
363
     }
363
     }

+ 8 - 3
src/pages/main/today/TodayTab.vue Datei anzeigen

1567
           p {
1567
           p {
1568
             line-height: 0.6rem;
1568
             line-height: 0.6rem;
1569
             color: #34495e;
1569
             color: #34495e;
1570
-            font-size: 0.3rem;
1570
+            font-size: 0.4rem;
1571
           }
1571
           }
1572
           img {
1572
           img {
1573
-            width: 1rem;
1574
-            height: 1rem;
1573
+            width: 1.2rem;
1574
+            height: 1.2rem;
1575
           }
1575
           }
1576
         }
1576
         }
1577
       }
1577
       }
1598
   border: 1px solid #fff;
1598
   border: 1px solid #fff;
1599
   top: -8px;
1599
   top: -8px;
1600
   right: -8px;
1600
   right: -8px;
1601
+  @media only screen and (min-width: 768px) {
1602
+    height: 30px;
1603
+    width: 30px;
1604
+    line-height: 28px;
1605
+  }
1601
 }
1606
 }
1602
 .goTop {
1607
 .goTop {
1603
   z-index: 999;
1608
   z-index: 999;

+ 80 - 63
src/pages/main/today/statOrder.vue Datei anzeigen

6
       <span class="line"></span>
6
       <span class="line"></span>
7
     </h2>
7
     </h2>
8
 
8
 
9
-      <!-- <div class="newDiv">
9
+    <!-- <div class="newDiv">
10
       <table class="table">
10
       <table class="table">
11
         <tr>
11
         <tr>
12
           <th width="12%">开嘱医生</th>
12
           <th width="12%">开嘱医生</th>
55
     </div>
55
     </div>
56
     <div class="NoData" v-show="advice_groups.length == 0">
56
     <div class="NoData" v-show="advice_groups.length == 0">
57
       <img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
57
       <img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
58
+<<<<<<< .mine
58
     </div> -->
59
     </div> -->
59
     <el-table :data="tableDate" border style="width: 100%">
60
     <el-table :data="tableDate" border style="width: 100%">
60
       <el-table-column fixed  label="开嘱医生" width="100">
61
       <el-table-column fixed  label="开嘱医生" width="100">
61
         <template slot-scope="scope">
62
         <template slot-scope="scope">
62
            {{doctor_map[scope.row.advice_doctor] != undefined ? doctor_map[scope.row.advice_doctor].name : ""}}
63
            {{doctor_map[scope.row.advice_doctor] != undefined ? doctor_map[scope.row.advice_doctor].name : ""}}
63
         </template>
64
         </template>
65
+=======
66
+    </div>-->
67
+    <el-table :data="tableDate" border style="width: 100%">
68
+      <el-table-column fixed label="开嘱医生" width="100">
69
+        <template
70
+          slot-scope="scope"
71
+        >{{doctor_map[scope.row.advice_doctor] != undefined ? doctor_map[scope.row.advice_doctor].name : ""}}</template>
72
+>>>>>>> .theirs
64
       </el-table-column>
73
       </el-table-column>
65
-      <el-table-column label="开始时间" width="100" type="index"
66
-     >
67
-          <template slot-scope="scope">
68
-                {{parseTime(scope.row.start_time, "{m}-{d} {h}:{i}")}}
69
-          </template>
74
+      <el-table-column label="开始时间" width="100" type="index">
75
+        <template slot-scope="scope">{{parseTime(scope.row.start_time, "{m}-{d} {h}:{i}")}}</template>
70
       </el-table-column>
76
       </el-table-column>
71
-      <el-table-column  label="医嘱内容" width="100">
77
+      <el-table-column label="医嘱内容" width="100">
72
         <template slot-scope="scope">
78
         <template slot-scope="scope">
73
-               <span>{{scope.row.advice_name }}</span>
79
+          <span>{{scope.row.advice_name }}</span>
74
 
80
 
75
-              <span v-if="scope.row.advice_desc">{{scope.row.advice_desc}}{{scope.row.drug_spec_unit}}</span>
76
-              <span
77
-                v-if="scope.row.prescribing_number"
78
-              >{{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}}</span>
79
-              <span v-if="scope.row.single_dose">单次用量{{scope.row.single_dose}}{{scope.row.single_dose_unit}}</span>
80
-              <span v-if="scope.row.parent_id == 0">{{scope.row.delivery_way}}</span>
81
-              <span v-if="scope.row.parent_id == 0">{{scope.row.execution_frequency}}</span>
81
+          <span v-if="scope.row.advice_desc">{{scope.row.advice_desc}}{{scope.row.drug_spec_unit}}</span>
82
+          <span
83
+            v-if="scope.row.prescribing_number"
84
+          >{{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}}</span>
85
+          <span
86
+            v-if="scope.row.single_dose"
87
+          >单次用量{{scope.row.single_dose}}{{scope.row.single_dose_unit}}</span>
88
+          <span v-if="scope.row.parent_id == 0">{{scope.row.delivery_way}}</span>
89
+          <span v-if="scope.row.parent_id == 0">{{scope.row.execution_frequency}}</span>
82
         </template>
90
         </template>
83
       </el-table-column>
91
       </el-table-column>
84
-      <el-table-column  label="执行时间" width="100">
85
-         <template slot-scope="scope">
86
-              {{parseTime(scope.row.execution_time, "{m}-{d} {h}:{i}")}}
87
-         </template>
92
+      <el-table-column label="执行时间" width="100">
93
+        <template slot-scope="scope">{{parseTime(scope.row.execution_time, "{m}-{d} {h}:{i}")}}</template>
88
       </el-table-column>
94
       </el-table-column>
89
       <el-table-column label="执行护士" width="200">
95
       <el-table-column label="执行护士" width="200">
90
-         <template slot-scope="scope">
91
-          {{scope.row.checker != 0 ? (doctor_map[scope.row.checker] != undefined ? doctor_map[scope.row.checker].name : "") : ""}}
92
-         </template>
96
+        <template
97
+          slot-scope="scope"
98
+        >{{scope.row.checker != 0 ? (doctor_map[scope.row.checker] != undefined ? doctor_map[scope.row.checker].name : "") : ""}}</template>
93
       </el-table-column>
99
       </el-table-column>
94
     </el-table>
100
     </el-table>
95
   </div>
101
   </div>
96
 </template>
102
 </template>
97
 
103
 
98
 <script>
104
 <script>
99
-import { parseTime } from '@/utils'
105
+import { parseTime } from "@/utils";
100
 
106
 
101
 export default {
107
 export default {
102
-  name: 'statOrder',
103
-  data () {
108
+  name: "statOrder",
109
+  data() {
104
     return {
110
     return {
105
-      title: '临时医嘱 ',
111
+      title: "临时医嘱 ",
106
       template_id: 0,
112
       template_id: 0,
107
       tableDate: []
113
       tableDate: []
108
-    }
114
+    };
109
   },
115
   },
110
   props: {
116
   props: {
111
     doctor_map: {
117
     doctor_map: {
114
     advice_groups: {
120
     advice_groups: {
115
       type: Array,
121
       type: Array,
116
       default: () => {
122
       default: () => {
117
-        return []
123
+        return [];
118
       }
124
       }
119
     },
125
     },
120
   },
126
   },
121
 
127
 
122
   methods: {
128
   methods: {
123
-    setAdvices (advices) {
129
+    setAdvices(advices) {
124
       if (advices == null) {
130
       if (advices == null) {
125
-        advices = []
131
+        advices = [];
126
       }
132
       }
127
-      this.tableDate.splice(0, this.tableDate.length)
128
-      this.tableDate.push(...advices)
133
+      this.tableDate.splice(0, this.tableDate.length);
134
+      this.tableDate.push(...advices);
129
     },
135
     },
130
-    parseTime (time, layout) {
136
+    parseTime(time, layout) {
131
       if (time == 0) {
137
       if (time == 0) {
132
-        return ''
138
+        return "";
133
       }
139
       }
134
-      return parseTime(time, layout)
140
+      return parseTime(time, layout);
135
     },
141
     },
136
-    createMedicalOrder (row) {
142
+    createMedicalOrder(row) {
137
       if (row.parent_id > 0) {
143
       if (row.parent_id > 0) {
138
-        var spliceIndex = -1
144
+        var spliceIndex = -1;
139
         for (let index = this.tableDate.length - 1; ; index--) {
145
         for (let index = this.tableDate.length - 1; ; index--) {
140
           if (this.tableDate[index].parent_id === row.parent_id) {
146
           if (this.tableDate[index].parent_id === row.parent_id) {
141
-            spliceIndex = index
142
-            break
147
+            spliceIndex = index;
148
+            break;
143
           } else if (this.tableDate[index].id === row.parent_id) {
149
           } else if (this.tableDate[index].id === row.parent_id) {
144
-            spliceIndex = index
145
-            break
150
+            spliceIndex = index;
151
+            break;
146
           }
152
           }
147
         }
153
         }
148
         if (spliceIndex > -1) {
154
         if (spliceIndex > -1) {
149
-          spliceIndex += 1
155
+          spliceIndex += 1;
150
           if (spliceIndex === this.tableDate.length) {
156
           if (spliceIndex === this.tableDate.length) {
151
-            this.tableDate.push(row)
157
+            this.tableDate.push(row);
152
           } else {
158
           } else {
153
-            var swapData = this.tableDate.splice(spliceIndex)
154
-            this.tableDate.push(row)
155
-            this.tableDate = this.tableDate.concat(swapData)
159
+            var swapData = this.tableDate.splice(spliceIndex);
160
+            this.tableDate.push(row);
161
+            this.tableDate = this.tableDate.concat(swapData);
156
           }
162
           }
157
         }
163
         }
158
       } else {
164
       } else {
159
-        this.tableDate.unshift(row)
165
+        this.tableDate.unshift(row);
160
       }
166
       }
161
     },
167
     },
162
-    delMedicalOrder (row) {
168
+    delMedicalOrder(row) {
163
       if (row.parent_id > 0) {
169
       if (row.parent_id > 0) {
164
-        var rslen = this.tableDate.length
170
+        var rslen = this.tableDate.length;
165
         for (let i = 0; i < rslen; i++) {
171
         for (let i = 0; i < rslen; i++) {
166
           if (this.tableDate[i].id == row.id) {
172
           if (this.tableDate[i].id == row.id) {
167
-            this.tableDate.splice(i, 1)
168
-            break
173
+            this.tableDate.splice(i, 1);
174
+            break;
169
           }
175
           }
170
         }
176
         }
171
       } else {
177
       } else {
172
-        var resetTableData = this.tableDate
173
-        this.tableDate = []
174
-        var that = this
175
-        var rslen = resetTableData.length
178
+        var resetTableData = this.tableDate;
179
+        this.tableDate = [];
180
+        var that = this;
181
+        var rslen = resetTableData.length;
176
         for (let i = 0; i < rslen; i++) {
182
         for (let i = 0; i < rslen; i++) {
177
           if (
183
           if (
178
             resetTableData[i].id != row.id &&
184
             resetTableData[i].id != row.id &&
179
             resetTableData[i].parent_id != row.id
185
             resetTableData[i].parent_id != row.id
180
           ) {
186
           ) {
181
-            that.tableDate.push(resetTableData[i])
187
+            that.tableDate.push(resetTableData[i]);
182
           }
188
           }
183
         }
189
         }
184
       }
190
       }
185
     },
191
     },
186
-    executionMedicalOrder (row) {
187
-      var alen = this.tableDate.length
192
+    executionMedicalOrder(row) {
193
+      var alen = this.tableDate.length;
188
       for (let index = 0; index < alen; index++) {
194
       for (let index = 0; index < alen; index++) {
189
         if (this.tableDate[index].id == row.id) {
195
         if (this.tableDate[index].id == row.id) {
190
-          this.tableDate[index].execution_state = 1
191
-          this.tableDate[index].execution_staff = row.execution_staff
192
-          this.tableDate[index].execution_time = row.execution_time
193
-          this.tableDate[index].checker = row.checker
194
-          break
196
+          this.tableDate[index].execution_state = 1;
197
+          this.tableDate[index].execution_staff = row.execution_staff;
198
+          this.tableDate[index].execution_time = row.execution_time;
199
+          this.tableDate[index].checker = row.checker;
200
+          break;
195
         }
201
         }
196
       }
202
       }
197
     }
203
     }
198
   },
204
   },
205
+<<<<<<< .mine
199
   created () {
206
   created () {
200
     this.template_id = this.$store.getters.user.template_info.template_id
207
     this.template_id = this.$store.getters.user.template_info.template_id
201
     console.log('this是什么东西', this.advice_groups)
208
     console.log('this是什么东西', this.advice_groups)
209
+=======
210
+  created() {
211
+    this.template_id = this.$store.getters.user.template_info.template_id;
212
+    console.log("this是什么东西", this.advice_groups);
213
+>>>>>>> .theirs
202
   }
214
   }
215
+<<<<<<< .mine
203
 
216
 
204
 }
217
 }
218
+=======
219
+};
220
+
221
+>>>>>>> .theirs
205
 </script>
222
 </script>
206
 
223
 
207
 <style rel="stylesheet/scss" lang="scss" scoped>
224
 <style rel="stylesheet/scss" lang="scss" scoped>

+ 5 - 6
src/styles/style.scss Datei anzeigen

726
 }
726
 }
727
 
727
 
728
 .el-collapse-item__header {
728
 .el-collapse-item__header {
729
-  font-size: 0.35rem !important;
729
+  font-size: 0.45rem !important;
730
   color: $pgh-color !important;
730
   color: $pgh-color !important;
731
   height: 64px !important;
731
   height: 64px !important;
732
   line-height: 64px !important;
732
   line-height: 64px !important;
733
-  @media only screen and (max-width: 812px) {
734
-    font-size: 0.35rem !important;
735
-    color: $pgh-color !important;
733
+  @media only screen and (max-width: 767px) {
734
+    font-size: 0.45rem !important;
736
     height: 48px !important;
735
     height: 48px !important;
737
     line-height: 48px !important;
736
     line-height: 48px !important;
738
   }
737
   }
750
   color: #a8b3ba;
749
   color: #a8b3ba;
751
   width: 6.2rem;
750
   width: 6.2rem;
752
   float: right;
751
   float: right;
753
-  font-size: 0.34rem;
752
+  font-size: 0.45rem;
754
   .field {
753
   .field {
755
     // @media only screen and (max-width: 812px) {
754
     // @media only screen and (max-width: 812px) {
756
     //   margin-top: 6px;
755
     //   margin-top: 6px;
880
   min-height: calc(100vh - 2px);
879
   min-height: calc(100vh - 2px);
881
   padding-left: 0.45rem;
880
   padding-left: 0.45rem;
882
   @media only screen and (min-width: 768px) {
881
   @media only screen and (min-width: 768px) {
883
-    padding-top: 216px;
882
+    padding-top: 232px;
884
   }
883
   }
885
 }
884
 }
886
 #app {
885
 #app {