|
@@ -71,106 +71,108 @@
|
71
|
71
|
|
72
|
72
|
<div style="width:100%;overflow:hildden;overflow-x:auto;" class="DialysisAdvice">
|
73
|
73
|
<div class="blueBorder"></div>
|
74
|
|
- <table class="table">
|
75
|
|
- <tr>
|
76
|
|
- <!--<th width="50px">机号</th>-->
|
77
|
|
- <th width="50px">姓名</th>
|
78
|
|
- <th width="50px">透析号</th>
|
79
|
|
- <th width="50px">期效</th>
|
80
|
|
- <th width="100px">开始时间</th>
|
81
|
|
- <th width="200px">医嘱内容</th>
|
82
|
|
- <th width="50px">执行时间</th>
|
83
|
|
- <th width="50px">执行护士</th>
|
84
|
|
- <th width="50px">校对护士</th>
|
85
|
|
- <th width="100px">校对时间</th>
|
86
|
|
- <th width="50px">开嘱医生</th>
|
87
|
|
- <th width="100px">开嘱时间</th>
|
|
74
|
+ <!-- <table class="table">
|
|
75
|
+ <tr>
|
|
76
|
+ <th width="50px">姓名</th>
|
|
77
|
+ <th width="50px">透析号</th>
|
|
78
|
+ <th width="50px">期效</th>
|
|
79
|
+ <th width="100px">开始时间</th>
|
|
80
|
+ <th width="200px">医嘱内容</th>
|
|
81
|
+ <th width="50px">执行时间</th>
|
|
82
|
+ <th width="50px">执行护士</th>
|
|
83
|
+ <th width="50px">校对护士</th>
|
|
84
|
+ <th width="100px">校对时间</th>
|
|
85
|
+ <th width="50px">开嘱医生</th>
|
|
86
|
+ <th width="100px">开嘱时间</th>
|
|
87
|
+ </tr>
|
|
88
|
+ <template v-for="(schedules, zone_name, index) in filtedScheduals">
|
|
89
|
+ <tr :key="index">
|
|
90
|
+ <td>{{ zone_name }}</td>
|
|
91
|
+ <td></td>
|
|
92
|
+ <td></td>
|
|
93
|
+ <td></td>
|
|
94
|
+ <td></td>
|
|
95
|
+ <td></td>
|
|
96
|
+ <td></td>
|
|
97
|
+ <td></td>
|
|
98
|
+ <td></td>
|
|
99
|
+ <td></td>
|
|
100
|
+ <td></td>
|
88
|
101
|
</tr>
|
89
|
|
- <template v-for="(schedules, zone_name, index) in filtedScheduals">
|
90
|
|
- <tr :key="index">
|
91
|
|
- <td>{{ zone_name }}</td>
|
92
|
|
- <!--<td></td>-->
|
93
|
|
- <td></td>
|
94
|
|
- <td></td>
|
95
|
|
- <td></td>
|
96
|
|
- <td></td>
|
97
|
|
- <td></td>
|
98
|
|
- <td></td>
|
99
|
|
- <td></td>
|
100
|
|
- <td></td>
|
101
|
|
- <td></td>
|
102
|
|
- <td></td>
|
103
|
|
- </tr>
|
104
|
|
- <template v-for="schedule in schedules">
|
105
|
|
- <template v-for="(group, group_index) in schedule.new_advice">
|
106
|
|
- <tr v-for="(advice, advice_index) in group.advices" @click="clickfunction(schedule)">
|
107
|
|
- <!--<td v-if="advice_index == 0"-->
|
108
|
|
- <!--:rowspan="group.advices.length">{{ advice.parent_id == 0 ? schedule.device_number.number : "" }}</td>-->
|
|
102
|
+ <template v-for="schedule in schedules">
|
|
103
|
+ <template v-for="(group, group_index) in schedule.new_advice">
|
|
104
|
+ <tr v-for="(advice, advice_index) in group.advices" @click="clickfunction(schedule)">
|
109
|
105
|
|
110
|
|
- <!--<td v-if="advice_index == 0" :rowspan="group.advices.length">{{ advice.parent_id == 0 && advice.dialysis_order&&advice.dialysis_order.device_number&& advice.dialysis_order.device_number.number.length > 0 ? advice.dialysis_order.device_number.number : schedule.device_number.number }}</td>-->
|
111
|
|
- <!--<td v-if="advice_index == 0" :rowspan="group.advices.length">-->
|
112
|
|
- <!--{{getNumber(advice,schedule)}}-->
|
113
|
|
- <!--</td>-->
|
114
|
|
-
|
115
|
|
- <td
|
116
|
|
- v-if="advice_index == 0"
|
117
|
|
- :rowspan="group.advices.length"
|
118
|
|
- style="color:#409eff;"
|
119
|
|
- >{{ advice.parent_id == 0 ? schedule.patient.name : "" }}</td>
|
120
|
|
- <td v-if="advice_index == 0" :rowspan="group.advices.length">
|
121
|
|
- {{
|
122
|
|
- advice.parent_id == 0 ? schedule.patient.dialysis_no : ""
|
123
|
|
- }}
|
124
|
|
- </td>
|
125
|
|
- <td
|
126
|
|
- v-if="advice_index == 0"
|
127
|
|
- :rowspan="group.advices.length"
|
128
|
|
- >{{ getAdaviceType(advice.advice_type, advice.parent_id) }}</td>
|
129
|
|
- <td v-if="advice_index == 0" :rowspan="group.advices.length">
|
130
|
|
- {{
|
131
|
|
- advice.parent_id == 0
|
132
|
|
- ? parseTime(advice.start_time, "{m}-{d} {h}:{i}")
|
133
|
|
- : ""
|
134
|
|
- }}
|
135
|
|
- </td>
|
136
|
|
- <td
|
137
|
|
- :class="
|
|
106
|
+ <td
|
|
107
|
+ v-if="advice_index == 0"
|
|
108
|
+ :rowspan="group.advices.length"
|
|
109
|
+ style="color:#409eff;"
|
|
110
|
+ >{{ advice.parent_id == 0 ? schedule.patient.name : "" }}</td>
|
|
111
|
+ <td v-if="advice_index == 0" :rowspan="group.advices.length">
|
|
112
|
+ {{
|
|
113
|
+ advice.parent_id == 0 ? schedule.patient.dialysis_no : ""
|
|
114
|
+ }}
|
|
115
|
+ </td>
|
|
116
|
+ <td
|
|
117
|
+ v-if="advice_index == 0"
|
|
118
|
+ :rowspan="group.advices.length"
|
|
119
|
+ >{{ getAdaviceType(advice.advice_type, advice.parent_id) }}</td>
|
|
120
|
+ <td v-if="advice_index == 0" :rowspan="group.advices.length">
|
|
121
|
+ {{
|
|
122
|
+ advice.parent_id == 0
|
|
123
|
+ ? parseTime(advice.start_time, "{m}-{d} {h}:{i}")
|
|
124
|
+ : ""
|
|
125
|
+ }}
|
|
126
|
+ </td>
|
|
127
|
+ <td
|
|
128
|
+ :class="
|
138
|
129
|
advice.parent_id == 0
|
139
|
130
|
? 'advice_content'
|
140
|
131
|
: 'subadvice_content'
|
141
|
132
|
"
|
142
|
|
- >
|
143
|
|
- <span>{{ advice.advice_name }}</span>
|
144
|
|
- <span>{{ advice.advice_desc }}{{ advice.drug_spec_unit }}</span>
|
145
|
|
- <span v-if="advice.prescribing_number">
|
146
|
|
- {{ advice.prescribing_number
|
147
|
|
- }}{{ advice.prescribing_number_unit }}
|
148
|
|
- </span>
|
149
|
|
- <span v-if="advice.single_dose">
|
150
|
|
- 单次用量 {{ advice.single_dose
|
151
|
|
- }}{{ advice.single_dose_unit }}
|
152
|
|
- </span>
|
153
|
|
- <span>{{ advice.delivery_way }}</span>
|
154
|
|
- <span>{{ advice.execution_frequency }}</span>
|
155
|
|
- <span
|
156
|
|
- v-if="advice.parent_id == 0 && advice.remark.length > 0"
|
157
|
|
- >({{ advice.remark }})</span>
|
158
|
|
- </td>
|
159
|
|
- <td>{{ parseTime(advice.execution_time, "{m}-{d} {h}:{i}") }}</td>
|
160
|
|
- <td>{{ getName(advice.execution_staff) }}</td>
|
161
|
|
- <td>{{ getName(advice.checker) }}</td>
|
162
|
|
- <td>{{ parseTime(advice.check_time, "{m}-{d} {h}:{i}") }}</td>
|
163
|
|
- <td>{{ getName(advice.advice_doctor) }}</td>
|
164
|
|
- <td>{{ parseTime(advice.created_time, "{m}-{d} {h}:{i}") }}</td>
|
165
|
|
- </tr>
|
166
|
|
- </template>
|
|
133
|
+ >
|
|
134
|
+ <span>{{ advice.advice_name }}</span>
|
|
135
|
+ <span>{{ advice.advice_desc }}{{ advice.drug_spec_unit }}</span>
|
|
136
|
+ <span v-if="advice.prescribing_number">
|
|
137
|
+ {{ advice.prescribing_number
|
|
138
|
+ }}{{ advice.prescribing_number_unit }}
|
|
139
|
+ </span>
|
|
140
|
+ <span v-if="advice.single_dose">
|
|
141
|
+ 单次用量 {{ advice.single_dose
|
|
142
|
+ }}{{ advice.single_dose_unit }}
|
|
143
|
+ </span>
|
|
144
|
+ <span>{{ advice.delivery_way }}</span>
|
|
145
|
+ <span>{{ advice.execution_frequency }}</span>
|
|
146
|
+ <span v-if="advice.parent_id == 0 && advice.remark.length > 0">({{ advice.remark }})</span>
|
|
147
|
+ </td>
|
|
148
|
+ <td>{{ parseTime(advice.execution_time, "{m}-{d} {h}:{i}") }}</td>
|
|
149
|
+ <td>{{ getName(advice.execution_staff) }}</td>
|
|
150
|
+ <td>{{ getName(advice.checker) }}</td>
|
|
151
|
+ <td>{{ parseTime(advice.check_time, "{m}-{d} {h}:{i}") }}</td>
|
|
152
|
+ <td>{{ getName(advice.advice_doctor) }}</td>
|
|
153
|
+ <td>{{ parseTime(advice.created_time, "{m}-{d} {h}:{i}") }}</td>
|
|
154
|
+ </tr>
|
167
|
155
|
</template>
|
168
|
156
|
</template>
|
|
157
|
+ </template>
|
169
|
158
|
</table>
|
170
|
159
|
|
171
|
160
|
<div class="NoData" v-show="zones.length <= 1">
|
172
|
161
|
<img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
|
173
|
|
- </div>
|
|
162
|
+ </div>-->
|
|
163
|
+ <el-table :data="tableData" border style="width: 100%">
|
|
164
|
+ <el-table-column fixed prop="date" label="姓名" width="100"></el-table-column>
|
|
165
|
+ <el-table-column prop="name" label="透析号" width="100"></el-table-column>
|
|
166
|
+ <el-table-column prop="province" label="期效" width="100"></el-table-column>
|
|
167
|
+ <el-table-column prop="city" label="开始时间" width="100"></el-table-column>
|
|
168
|
+ <el-table-column prop="address" label="医嘱内容" width="200"></el-table-column>
|
|
169
|
+ <el-table-column prop="zip" label="执行时间" width="100"></el-table-column>
|
|
170
|
+ <el-table-column prop="zip" label="执行护士" width="150"></el-table-column>
|
|
171
|
+ <el-table-column prop="zip" label="校对护士" width="200"></el-table-column>
|
|
172
|
+ <el-table-column prop="zip" label="校对时间" width="200"></el-table-column>
|
|
173
|
+ <el-table-column prop="zip" label="开嘱医生" width="200"></el-table-column>
|
|
174
|
+ <el-table-column prop="zip" label="开嘱时间" width="200"></el-table-column>
|
|
175
|
+ </el-table>
|
174
|
176
|
</div>
|
175
|
177
|
|
176
|
178
|
<mt-datetime-picker
|
|
@@ -229,7 +231,105 @@ export default {
|
229
|
231
|
],
|
230
|
232
|
patient_selected: 0,
|
231
|
233
|
|
232
|
|
- scheduleMap: {}
|
|
234
|
+ scheduleMap: {},
|
|
235
|
+ tableData: [
|
|
236
|
+ {
|
|
237
|
+ date: "2016-05-02",
|
|
238
|
+ name: "王小虎",
|
|
239
|
+ province: "上海",
|
|
240
|
+ city: "普陀区",
|
|
241
|
+ address: "上海市普陀区金沙江路 1518 弄",
|
|
242
|
+ zip: 200333
|
|
243
|
+ },
|
|
244
|
+ {
|
|
245
|
+ date: "2016-05-04",
|
|
246
|
+ name: "王小虎",
|
|
247
|
+ province: "上海",
|
|
248
|
+ city: "普陀区",
|
|
249
|
+ address: "上海市普陀区金沙江路 1517 弄",
|
|
250
|
+ zip: 200333
|
|
251
|
+ },
|
|
252
|
+ {
|
|
253
|
+ date: "2016-05-01",
|
|
254
|
+ name: "王小虎",
|
|
255
|
+ province: "上海",
|
|
256
|
+ city: "普陀区",
|
|
257
|
+ address: "上海市普陀区金沙江路 1519 弄",
|
|
258
|
+ zip: 200333
|
|
259
|
+ },
|
|
260
|
+ {
|
|
261
|
+ date: "2016-05-03",
|
|
262
|
+ name: "王小虎",
|
|
263
|
+ province: "上海",
|
|
264
|
+ city: "普陀区",
|
|
265
|
+ address: "上海市普陀区金沙江路 1516 弄",
|
|
266
|
+ zip: 200333
|
|
267
|
+ },
|
|
268
|
+ {
|
|
269
|
+ date: "2016-05-02",
|
|
270
|
+ name: "王小虎",
|
|
271
|
+ province: "上海",
|
|
272
|
+ city: "普陀区",
|
|
273
|
+ address: "上海市普陀区金沙江路 1518 弄",
|
|
274
|
+ zip: 200333
|
|
275
|
+ },
|
|
276
|
+ {
|
|
277
|
+ date: "2016-05-04",
|
|
278
|
+ name: "王小虎",
|
|
279
|
+ province: "上海",
|
|
280
|
+ city: "普陀区",
|
|
281
|
+ address: "上海市普陀区金沙江路 1517 弄",
|
|
282
|
+ zip: 200333
|
|
283
|
+ },
|
|
284
|
+ {
|
|
285
|
+ date: "2016-05-01",
|
|
286
|
+ name: "王小虎",
|
|
287
|
+ province: "上海",
|
|
288
|
+ city: "普陀区",
|
|
289
|
+ address: "上海市普陀区金沙江路 1519 弄",
|
|
290
|
+ zip: 200333
|
|
291
|
+ },
|
|
292
|
+ {
|
|
293
|
+ date: "2016-05-03",
|
|
294
|
+ name: "王小虎",
|
|
295
|
+ province: "上海",
|
|
296
|
+ city: "普陀区",
|
|
297
|
+ address: "上海市普陀区金沙江路 1516 弄",
|
|
298
|
+ zip: 200333
|
|
299
|
+ },
|
|
300
|
+ {
|
|
301
|
+ date: "2016-05-02",
|
|
302
|
+ name: "王小虎",
|
|
303
|
+ province: "上海",
|
|
304
|
+ city: "普陀区",
|
|
305
|
+ address: "上海市普陀区金沙江路 1518 弄",
|
|
306
|
+ zip: 200333
|
|
307
|
+ },
|
|
308
|
+ {
|
|
309
|
+ date: "2016-05-04",
|
|
310
|
+ name: "王小虎",
|
|
311
|
+ province: "上海",
|
|
312
|
+ city: "普陀区",
|
|
313
|
+ address: "上海市普陀区金沙江路 1517 弄",
|
|
314
|
+ zip: 200333
|
|
315
|
+ },
|
|
316
|
+ {
|
|
317
|
+ date: "2016-05-01",
|
|
318
|
+ name: "王小虎",
|
|
319
|
+ province: "上海",
|
|
320
|
+ city: "普陀区",
|
|
321
|
+ address: "上海市普陀区金沙江路 1519 弄",
|
|
322
|
+ zip: 200333
|
|
323
|
+ },
|
|
324
|
+ {
|
|
325
|
+ date: "2016-05-03",
|
|
326
|
+ name: "王小虎",
|
|
327
|
+ province: "上海",
|
|
328
|
+ city: "普陀区",
|
|
329
|
+ address: "上海市普陀区金沙江路 1516 弄",
|
|
330
|
+ zip: 200333
|
|
331
|
+ }
|
|
332
|
+ ]
|
233
|
333
|
};
|
234
|
334
|
},
|
235
|
335
|
computed: {
|
|
@@ -522,7 +622,7 @@ export default {
|
522
|
622
|
.choice {
|
523
|
623
|
border-bottom: 1px #e5e5e5 solid;
|
524
|
624
|
position: fixed;
|
525
|
|
- top: 52px;
|
|
625
|
+ top: 48px;
|
526
|
626
|
right: 0;
|
527
|
627
|
z-index: 66;
|
528
|
628
|
left: 0;
|
|
@@ -549,7 +649,7 @@ export default {
|
549
|
649
|
@include text-align;
|
550
|
650
|
@include justify-content-between;
|
551
|
651
|
padding: 0.3rem 0;
|
552
|
|
- font-size: 0.32rem;
|
|
652
|
+ font-size: 0.45rem;
|
553
|
653
|
.iconfont {
|
554
|
654
|
margin: 0 0.1rem;
|
555
|
655
|
}
|
|
@@ -588,3 +688,14 @@ export default {
|
588
|
688
|
// background: #fafcfe;
|
589
|
689
|
}
|
590
|
690
|
</style>
|
|
691
|
+<style lang="scss">
|
|
692
|
+.el-table {
|
|
693
|
+ margin-top: 64px;
|
|
694
|
+}
|
|
695
|
+.el-table td {
|
|
696
|
+ padding: 0;
|
|
697
|
+}
|
|
698
|
+.el-table th {
|
|
699
|
+ padding: 6px 0;
|
|
700
|
+}
|
|
701
|
+</style>
|