| | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">编码</label> |
| | | <div class="col-sm-2 col-md-2" style="width:5%;"> |
| | | <input class="form-control" label="编码" id="CodeSn" name="CodeSn" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@Model.CodeSn"> |
| | | <input class="form-control" label="编码" id="CodeSn" name="CodeSn" labtype="txt" @(!string.IsNullOrEmpty(@Model.Id)?"readonly=readonly":"") addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@Model.CodeSn"> |
| | | |
| | | <input type="hidden" name="Id" value="@Model.Id" /> |
| | | |