作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

·

... ... @@ -22,7 +22,7 @@
<div class="col-md-9">
<table class="table table-bordered">
<tr>
<th width="100">姓名<span class="form-required">*</span></th>
<th width="100">姓名</th>
<td>
<input class="form-control" type="text" name="name"
id="title" value="{$data.name}" placeholder="请输入姓名" disabled/>
... ... @@ -30,140 +30,140 @@
</td>
</tr>
<tr>
<th width="100">性别<span class="form-required">*</span></th>
<th width="100">性别</th>
<td>
<label><input type="radio" name="sex" value="1" <if condition="$data.sex eq 1">checked</if> disabled/>男</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<label><input type="radio" name="sex" value="2" <if condition="$data.sex eq 2">checked</if> disabled/>女</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr>
<th width="100">民族<span class="form-required">*</span></th>
<th width="100">民族</th>
<td>
<input class="form-control" type="text" name="nation"
id="nation" value="{$data.nation}" placeholder="请输入民族" disabled/>
</td>
</tr>
<tr>
<th width="100">政治面貌<span class="form-required">*</span></th>
<th width="100">政治面貌</th>
<td>
<input class="form-control" type="text" name="politics"
id="politics" value="{$data.politics}" placeholder="请输入政治面貌" disabled/>
</td>
</tr>
<tr>
<th width="100">学历<span class="form-required">*</span></th>
<th width="100">学历</th>
<td>
<input class="form-control" type="text" name="education"
id="education" value="{$data.education}" placeholder="请输入学历" disabled/>
</td>
</tr>
<tr>
<th width="100">工作单位<span class="form-required">*</span></th>
<th width="100">工作单位</th>
<td>
<input class="form-control" type="text" name="unit"
id="unit" value="{$data.unit}" placeholder="请输入工作单位" disabled/>
</td>
</tr>
<tr>
<th width="100">职务<span class="form-required">*</span></th>
<th width="100">职务</th>
<td>
<input class="form-control" type="text" name="duty"
id="duty" value="{$data.duty}" placeholder="请输入职务" disabled/>
</td>
</tr>
<tr>
<th width="100">通讯地址<span class="form-required">*</span></th>
<th width="100">通讯地址</th>
<td>
<input class="form-control" type="text" name="addr"
id="addr" value="{$data.addr}" placeholder="请输入通讯地址" disabled/>
</td>
</tr>
<tr>
<th width="100">邮编<span class="form-required">*</span></th>
<th width="100">邮编</th>
<td>
<input class="form-control" type="text" name="postcode"
id="postcode" value="{$data.postcode}" placeholder="请输入邮编" disabled/>
</td>
</tr>
<tr>
<th width="100">毕业院校<span class="form-required">*</span></th>
<th width="100">毕业院校</th>
<td>
<input class="form-control" type="text" name="school"
id="school" value="{$data.school}" placeholder="请输入毕业院校" disabled/>
</td>
</tr>
<tr>
<th width="100">身份证号<span class="form-required">*</span></th>
<th width="100">身份证号</th>
<td>
<input class="form-control" type="text" name="card_number"
id="card_number" value="{$data.card_number}" placeholder="请输入身份证号" disabled/>
</td>
</tr>
<tr>
<th width="100">固定电话<span class="form-required">*</span></th>
<th width="100">固定电话</th>
<td>
<input class="form-control" type="text" name="fixed_phone"
id="fixed_phone" value="{$data.fixed_phone}" placeholder="请输入固定电话" disabled/>
</td>
</tr>
<tr>
<th width="100">移动电话<span class="form-required">*</span></th>
<th width="100">移动电话</th>
<td>
<input class="form-control" type="text" name="move_phone"
id="move_phone" value="{$data.move_phone}" placeholder="请输入移动电话" disabled/>
</td>
</tr>
<tr>
<th width="100">email<span class="form-required">*</span></th>
<th width="100">email</th>
<td>
<input class="form-control" type="text" name="email"
id="email" value="{$data.email}" placeholder="请输入email" disabled/>
</td>
</tr>
<tr>
<th width="100">紧急联系人电话<span class="form-required">*</span></th>
<th width="100">紧急联系人电话</th>
<td>
<input class="form-control" type="text" name="urgency_phone"
id="urgency_phone" value="{$data.urgency_phone}" placeholder="请输入紧急联系人电话" disabled/>
</td>
</tr>
<tr>
<th width="100">QQ<span class="form-required">*</span></th>
<th width="100">QQ</th>
<td>
<input class="form-control" type="text" name="qq"
id="qq" value="{$data.qq}" placeholder="请输入QQ" disabled/>
</td>
</tr>
<tr>
<th width="100"><span class="form-required">*</span></th>
<th width="100"></th>
<td>
<input class="form-control" type="text" name="province"
id="province" value="{$data.province}" placeholder="请输入省" disabled/>
</td>
</tr>
<tr>
<th width="100"><span class="form-required">*</span></th>
<th width="100"></th>
<td>
<input class="form-control" type="text" name="city"
id="city" value="{$data.city}" placeholder="请输入市" disabled/>
</td>
</tr>
<tr>
<th width="100">县/区<span class="form-required">*</span></th>
<th width="100">县/区</th>
<td>
<input class="form-control" type="text" name="county"
id="county" value="{$data.county}" placeholder="请输入县/区" disabled/>
</td>
</tr>
<tr>
<th width="100">服务区域<span class="form-required">*</span></th>
<th width="100">服务区域</th>
<td>
<input class="form-control" type="text" name="address"
id="address" value="{$data.address}" placeholder="请输入详细地址" disabled/>
</td>
</tr>
<tr>
<th width="100">志愿类型<span class="form-required">*</span></th>
<th width="100">志愿类型</th>
<td>
<label><input type="radio" name="type" value="1" <if condition="$data.type eq 1">checked</if> disabled/>医院志愿者</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<label><input type="radio" name="type" value="2" <if condition="$data.type eq 2">checked</if> disabled/>社会志愿者</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
... ... @@ -188,42 +188,42 @@
<foreach name="$array" item="vo">
<table class="table table-bordered">
<tr>
<th width="100">开始时间<span class="form-required">*</span></th>
<th width="100">开始时间</th>
<td>
<input class="form-control" type="text" name="record_start_time"
id="record_start_time" value="{$vo.record_start_time}" placeholder="请输入开始时间" disabled/>
</td>
</tr>
<tr>
<th width="100">结束时间<span class="form-required">*</span></th>
<th width="100">结束时间</th>
<td>
<input class="form-control" type="text" name="record_end_time"
id="record_end_time" value="{$vo.record_end_time}" placeholder="请输入结束时间" disabled/>
</td>
</tr>
<tr>
<th width="100">单位<span class="form-required">*</span></th>
<th width="100">单位</th>
<td>
<input class="form-control" type="text" name="record_unit"
id="record_unit" value="{$vo.record_unit}" placeholder="请输入单位" disabled/>
</td>
</tr>
<tr>
<th width="100">职务<span class="form-required">*</span></th>
<th width="100">职务</th>
<td>
<input class="form-control" type="text" name="record_duty"
id="record_duty" value="{$vo.record_duty}" placeholder="请输入职务" disabled/>
</td>
</tr>
<tr>
<th width="100">证明人<span class="form-required">*</span></th>
<th width="100">证明人</th>
<td>
<input class="form-control" type="text" name="record_name"
id="record_name" value="{$vo.record_name}" placeholder="请输入证明人" disabled/>
</td>
</tr>
<tr>
<th width="100">证明人电话<span class="form-required">*</span></th>
<th width="100">证明人电话</th>
<td>
<input class="form-control" type="text" name="record_phone"
id="record_phone" value="{$vo.record_phone}" placeholder="请输入证明人电话" disabled/>
... ...