|
@ -80,7 +80,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td><input type="text" class="form-control dose" size="5" value="{{it.dose}}"></td>
|
|
|
<td><input type="number" class="form-control dose" step="0.1" size="5" value="{{it.dose}}"></td>
|
|
|
<td>
|
|
|
<div class="input-group" style="width: 110px;">
|
|
|
<input type="text" class="form-control unit-select" data-id="{{it.unit}}" value="{{it.unitName}}" placeholder="请选择">
|
|
@ -111,7 +111,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td><input type="text" class="form-control dose" size="5" value=""></td>
|
|
|
<td><input type="number" class="form-control dose" size="5" step="0.1" value=""></td>
|
|
|
<td>
|
|
|
<div class="input-group" style="width: 110px;">
|
|
|
<input type="text" class="form-control unit-select" placeholder="请选择">
|