|
@@ -20,11 +20,7 @@
|
20
|
20
|
<label>药品规格</label>
|
21
|
21
|
<!--<input class="inputBox" style="width:62.5%" v-model="order.advice_desc">-->
|
22
|
22
|
|
23
|
|
- <input
|
24
|
|
- class="inputBox"
|
25
|
|
- style="width:60%"
|
26
|
|
- v-model="order.advice_desc"
|
27
|
|
- />
|
|
23
|
+ <input class="inputBox" style="width:60%" v-model="order.advice_desc" />
|
28
|
24
|
<input
|
29
|
25
|
type="text"
|
30
|
26
|
placeholder="单位"
|
|
@@ -57,12 +53,7 @@
|
57
|
53
|
|
58
|
54
|
<div class="cell">
|
59
|
55
|
<label>单次用量</label>
|
60
|
|
- <input
|
61
|
|
- type="number"
|
62
|
|
- class="inputBox"
|
63
|
|
- style="width:62.5%"
|
64
|
|
- v-model="order.single_dose"
|
65
|
|
- />
|
|
56
|
+ <input type="number" class="inputBox" style="width:62.5%" v-model="order.single_dose" />
|
66
|
57
|
<input
|
67
|
58
|
type="text"
|
68
|
59
|
placeholder="单位"
|
|
@@ -98,11 +89,7 @@
|
98
|
89
|
|
99
|
90
|
<div class="cell" v-show="order.parent_id == 0">
|
100
|
91
|
<label>医嘱嘱托</label>
|
101
|
|
- <input
|
102
|
|
- class="inputBox"
|
103
|
|
- style="width:100%"
|
104
|
|
- v-model="order.remark"
|
105
|
|
- />
|
|
92
|
+ <input class="inputBox" style="width:100%" v-model="order.remark" />
|
106
|
93
|
</div>
|
107
|
94
|
</div>
|
108
|
95
|
</div>
|
|
@@ -443,6 +430,7 @@ export default {
|
443
|
430
|
float: left;
|
444
|
431
|
width: 4.5rem;
|
445
|
432
|
margin: 0.35rem 0.3rem 0.1rem 0.4rem;
|
|
433
|
+ padding-bottom: 3px;
|
446
|
434
|
label {
|
447
|
435
|
display: block;
|
448
|
436
|
height: 0.9rem;
|