This commit is contained in:
parent
c8f473ae85
commit
089f79072f
@ -29,7 +29,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-12 col-sm-2">{:__('车架号')}:</label>
|
||||
<div class="col-xs-12 col-sm-8">
|
||||
<input id="c-frameno" data-rule="required;remote(user4s/user/check_frameno)" class="form-control" name="row[frameno]" type="text" value="{$row.frameno|htmlentities}">
|
||||
<input id="c-frameno" data-rule="required" class="form-control" name="row[frameno]" type="text" value="{$row.frameno|htmlentities}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user