正在显示
1 个修改的文件
包含
0 行增加
和
6 行删除
@@ -99,8 +99,6 @@ | @@ -99,8 +99,6 @@ | ||
99 | <tr> | 99 | <tr> |
100 | <th width="100">有无社保</th> | 100 | <th width="100">有无社保</th> |
101 | <td> | 101 | <td> |
102 | - <input class="form-control" type="text" name="social" | ||
103 | - id="social" value="{$data.social}" placeholder="请输入有无社保"/> | ||
104 | <label><input type="radio" name="social" value="有" <eq name="$data.social" value="有">checked</eq> />有</label> | 102 | <label><input type="radio" name="social" value="有" <eq name="$data.social" value="有">checked</eq> />有</label> |
105 | <label><input type="radio" name="social" value="无" <eq name="$data.social" value="无">checked</eq> />无</label> | 103 | <label><input type="radio" name="social" value="无" <eq name="$data.social" value="无">checked</eq> />无</label> |
106 | </td> | 104 | </td> |
@@ -108,8 +106,6 @@ | @@ -108,8 +106,6 @@ | ||
108 | <tr> | 106 | <tr> |
109 | <th width="100">家庭年收入</th> | 107 | <th width="100">家庭年收入</th> |
110 | <td> | 108 | <td> |
111 | - <input class="form-control" type="text" name="year_income" | ||
112 | - id="year_income" value="{$data.year_income}" placeholder="请输入家庭年收入"/> | ||
113 | <select class="form-control" name="year_income"> | 109 | <select class="form-control" name="year_income"> |
114 | <option value='5万以下' <eq name="$data.year_income" value="5万以下">selected</eq>>5万以下</option> | 110 | <option value='5万以下' <eq name="$data.year_income" value="5万以下">selected</eq>>5万以下</option> |
115 | <option value='5-15万' <eq name="$data.year_income" value="5-15万">selected</eq>>5-15万</option> | 111 | <option value='5-15万' <eq name="$data.year_income" value="5-15万">selected</eq>>5-15万</option> |
@@ -160,8 +156,6 @@ | @@ -160,8 +156,6 @@ | ||
160 | <tr> | 156 | <tr> |
161 | <th width="100">你更关心您家人哪方面保障</th> | 157 | <th width="100">你更关心您家人哪方面保障</th> |
162 | <td> | 158 | <td> |
163 | - <input class="form-control" type="text" name="safeguard" | ||
164 | - id="safeguard" value="{$data.safeguard}" placeholder="请输入保障"/> | ||
165 | <php>$safeguard=explode(',',$data['safeguard']);</php> | 159 | <php>$safeguard=explode(',',$data['safeguard']);</php> |
166 | <label><input type="checkbox" name="safeguard[]" value="旅游" <foreach name="$safeguard" item="s"><eq name="$s" value="旅游">checked</eq></foreach> />旅游</label> | 160 | <label><input type="checkbox" name="safeguard[]" value="旅游" <foreach name="$safeguard" item="s"><eq name="$s" value="旅游">checked</eq></foreach> />旅游</label> |
167 | <label><input type="checkbox" name="safeguard[]" value="意外" <foreach name="$safeguard" item="s"><eq name="$s" value="意外">checked</eq></foreach> />意外</label> | 161 | <label><input type="checkbox" name="safeguard[]" value="意外" <foreach name="$safeguard" item="s"><eq name="$s" value="意外">checked</eq></foreach> />意外</label> |
-
请 注册 或 登录 后发表评论