|
@@ -236,6 +236,10 @@
|
|
|
<label class="control-label spacing"><span style="color: red">*</span>首次社保缴纳时间</label>
|
|
|
<input type="text" readonly="readonly" value="{$row.firstSocialSecurityTime}" class="form-control " id="firstSocialSecurityTime" name="firstSocialSecurityTime"/>
|
|
|
</div>
|
|
|
+ <div class="rowGroup col-sm-3">
|
|
|
+ <label class=" control-label spacing"><span style="color: red">*</span>产业领域</label>
|
|
|
+ <input type="text" readonly="readonly" class="form-control" value="{$row.industryFieldNewName}" id="industryField" name="industryFieldNewName">
|
|
|
+ </div>
|
|
|
<div class="rowGroup col-sm-3">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>行业领域</label>
|
|
|
<input type="text" readonly="readonly" class="form-control" value="{$row.industryFieldName}" id="industryField" name="industryField">
|