b1085e8e by yangjianbin

init

1 parent ac30d17f
......@@ -133,7 +133,20 @@
<div class="form-group col-sm-12 col-md-12">
<label>居住情况</label>
<div class="info">
<?php foreach ($this->session->dwellEnum as $k=>$v):?>
<div class="live-info">
<input type="checkbox" <?=$clientInfoOutputVO->dwellState == $k ? 'checked' : ''?> name="dwellState">
<span><?=$v?></span>
<?php if($k == 0):?>
<input type="text" <?=$clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : ''?> class="input-decoration w-50 text-c" name="dwellDetail" value=""> 层
<?php elseif ($k == 1):?>
<input type="text" <?=$clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : ''?> name="dwellDetail" class="input-decoration w-50 text-c"> 万
<?php elseif ($k == 2):?>
<input type="text" <?=$clientInfoOutputVO->dwellState == $k ? $clientInfoOutputVO->dwellDetail : ''?> name="dwellDetail" class="input-decoration w-50 text-c"> 万
<?php endif;?>
</div>
<?php endforeach;?>
<!--<div class="live-info">
<input type="checkbox" name="dwellState">
<span>自建</span>
<input type="text" class="input-decoration w-50 text-c" name="dwellDetail" value=""> 层
......@@ -158,7 +171,7 @@
</div>
<div class="live-info">
<input type="checkbox" name="dwellState">
<span>单位住房</span>
<span>单位住房</span>-->
</div>
</div>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!