|
@@ -2,8 +2,7 @@
|
2
|
2
|
<div>
|
3
|
3
|
<el-button type="primary" @click="checkData">一键核对</el-button>
|
4
|
4
|
<div id="dialysis-print-box-1">
|
5
|
|
- <div
|
6
|
|
- id="dialysis-print-box-1-1"
|
|
5
|
+ <div id="dialysis-print-box-1-1"
|
7
|
6
|
class="dialysis-print-order print-template-two print_page_main_content"
|
8
|
7
|
>
|
9
|
8
|
|
|
@@ -293,7 +292,7 @@
|
293
|
292
|
<td width="10%">核对者签名</td>
|
294
|
293
|
</tr>
|
295
|
294
|
<tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
|
296
|
|
- <td style="height:25px;line-height:25px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
|
295
|
+ <td style="height:25px;line-height:25px">{{ getTime(advice.start_time, "{h}:{i}") }}</td>
|
297
|
296
|
<td class="parent">
|
298
|
297
|
<span v-if="advice.parent_id > 0">---></span>
|
299
|
298
|
<span>{{ advice.advice_name }}</span>
|
|
@@ -317,7 +316,7 @@
|
317
|
316
|
<img style="height:25px;" :src="setAdminUserES(advice.advice_doctor)" alt srcset />
|
318
|
317
|
</span>
|
319
|
318
|
</td>
|
320
|
|
- <td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
|
319
|
+ <td>{{ getTime(advice.execution_time, "{h}:{i}") }}</td>
|
321
|
320
|
<td>
|
322
|
321
|
<span v-if="setAdminUserES(advice.execution_staff) == ''">
|
323
|
322
|
{{
|
|
@@ -1465,7 +1464,7 @@ export default {
|
1465
|
1464
|
this.isShowZero = true
|
1466
|
1465
|
}
|
1467
|
1466
|
if (this.monitors.length < 7) {
|
1468
|
|
- var nl = 8 - this.monitors.length
|
|
1467
|
+ var nl = 7 - this.monitors.length
|
1469
|
1468
|
for (let index = 0; index < nl; index++) {
|
1470
|
1469
|
this.monitors.push([])
|
1471
|
1470
|
}
|