作者 sgj
1 个管道 的构建 失败 耗费 8 秒

打卡操作

... ... @@ -89,6 +89,7 @@
</td>
</tr>
<php>
$apply_stay=json_decode($data['apply_stay'],true);
</php>
... ... @@ -106,6 +107,8 @@
<php>
$apply_lunch_food=json_decode($data['apply_lunch_food'],true);
// dump($apply_lunch_food);
</php>
<tr>
<th width="100">申请午餐<span class="form-required">*</span></th>
... ... @@ -113,7 +116,7 @@
<foreach name="apply_lunch_food" id="vo">
<input class="form-control" type="text"
id="id_card" value="{$vo}" readonly placeholder=""/>
id="id_card" value="{$vo.date|default=''}" readonly placeholder=""/>
</foreach>
</td>
... ... @@ -128,7 +131,7 @@
<foreach name="apply_dinner_food" id="vo">
<input class="form-control" type="text"
id="id_card" value="{$vo}" readonly placeholder=""/>
id="id_card" value="{$vo.date|default=''}" readonly placeholder=""/>
</foreach>
</td>
... ...