username@email.com
2023-11-21 a7ae63ad871b986eb1bede54219638edd4e29b63
zhengcaioa/zhengcaioa/Views/SysCode/Editfalv.cshtml
@@ -115,7 +115,7 @@
                                    <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" />