...
|
...
|
@@ -95,7 +95,7 @@ |
|
|
<tr>
|
|
|
<th width="100">申请入住<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<foreach name="$select_time" id="vo">
|
|
|
<foreach name="$apply_stay" id="vo">
|
|
|
|
|
|
<input class="form-control" type="text"
|
|
|
id="id_card" value="{$vo.date|default=''}" readonly placeholder=""/>
|
...
|
...
|
@@ -113,7 +113,7 @@ |
|
|
<foreach name="apply_lunch_food" id="vo">
|
|
|
|
|
|
<input class="form-control" type="text"
|
|
|
id="id_card" value="{$vo.date|default=''}{$vo.time|default=''}" readonly placeholder=""/>
|
|
|
id="id_card" value="{$vo}" readonly placeholder=""/>
|
|
|
</foreach>
|
|
|
|
|
|
</td>
|
...
|
...
|
@@ -128,7 +128,7 @@ |
|
|
<foreach name="apply_dinner_food" id="vo">
|
|
|
|
|
|
<input class="form-control" type="text"
|
|
|
id="id_card" value="{$vo.date|default=''}{$vo.time|default=''}" readonly placeholder=""/>
|
|
|
id="id_card" value="{$vo}" readonly placeholder=""/>
|
|
|
</foreach>
|
|
|
|
|
|
</td>
|
...
|
...
|
|