13 changed files with 3278 additions and 105 deletions
@ -1,40 +0,0 @@ |
|||||
@model AMESCoreStudio.WebApi.Models.SYS.SystemInfo |
|
||||
|
|
||||
|
|
||||
@{ ViewData["Title"] = "SYS001C"; |
|
||||
Layout = "~/Views/Shared/_FormLayout.cshtml"; } |
|
||||
|
|
||||
<style> |
|
||||
.control-label { |
|
||||
justify-content: flex-end !important; |
|
||||
} |
|
||||
</style> |
|
||||
|
|
||||
<div class="row"> |
|
||||
<div class="col-sm-12"> |
|
||||
<form enctype="multipart/form-data" method="post" asp-action="SYS001T"> |
|
||||
<div asp-validation-summary="ModelOnly" class="text-danger"></div> |
|
||||
<span style="color: firebrick;word-break: break-all;" class="text-danger offset-sm-3">@Html.ValidationMessage("error")</span> |
|
||||
<div class="form-group"> |
|
||||
<input type="submit" value="保存" class="btn btn-primary offset-sm-3" /> |
|
||||
</div> |
|
||||
|
|
||||
</form> |
|
||||
</div> |
|
||||
</div> |
|
||||
|
|
||||
@section Scripts { |
|
||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); |
|
||||
await Html.RenderPartialAsync("_FileinputScriptsPartial"); } |
|
||||
|
|
||||
<script type="text/javascript"> |
|
||||
$(document).ready(function () { |
|
||||
var error = '@Html.ValidationMessage("error")'; |
|
||||
if ($(error).text() != '') { |
|
||||
parent.hg.msg(error); |
|
||||
} |
|
||||
}); |
|
||||
</script> |
|
||||
|
|
||||
|
|
||||
} |
|
@ -0,0 +1,15 @@ |
|||||
|
.layui-autocomplete-item { |
||||
|
padding: 5px; |
||||
|
cursor: pointer; |
||||
|
} |
||||
|
|
||||
|
.layui-autocomplete-item:hover, |
||||
|
.layui-autocomplete-active { |
||||
|
background-color: #5FB878; |
||||
|
color: white |
||||
|
} |
||||
|
|
||||
|
.layui-input:disabled { |
||||
|
background: #eee; |
||||
|
cursor: not-allowed; |
||||
|
} |
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue