Browse Source

標工相關畫面修正

master
yiru 4 days ago
parent
commit
4269087f74
  1. 2
      AMESCoreStudio.Web/Views/WHS/WHS023.cshtml
  2. 3
      AMESCoreStudio.Web/Views/WHS/WHS023C.cshtml
  3. 3
      AMESCoreStudio.Web/Views/WHS/WHS023U.cshtml
  4. 3
      AMESCoreStudio.Web/Views/WHS/WHS024.cshtml

2
AMESCoreStudio.Web/Views/WHS/WHS023.cshtml

@ -49,7 +49,7 @@
{
field: 'workingUnitNo',
width: 300,
title: '報工生產單位名稱'
title: '報工生產單代碼'
},
{
field: 'workingUnitName',

3
AMESCoreStudio.Web/Views/WHS/WHS023C.cshtml

@ -16,7 +16,8 @@
<form enctype="multipart/form-data" method="post" asp-action="WHS023CSave">
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
<div class="form-group form-inline my-sm-1">
<label asp-for="WorkingUnitID" class="control-label col-sm-3"></label>
@*<label asp-for="WorkingUnitID" class="control-label col-sm-3"></label>*@
<label class="control-label col-sm-3">報工生產單位名稱</label>
<select asp-for="WorkingUnitID" asp-items="@ViewBag.WorkingUnitNo" class="custom-select col-sm-9"></select>
<span asp-validation-for="WorkingUnitID" class="text-danger offset-sm-3 my-sm-1"></span>
</div>

3
AMESCoreStudio.Web/Views/WHS/WHS023U.cshtml

@ -21,7 +21,8 @@
<input type="hidden" asp-for="CreateUserID" />
<div class="form-group form-inline my-sm-1">
<label asp-for="WorkingUnitID" class="control-label col-sm-3"></label>
@*<label asp-for="WorkingUnitID" class="control-label col-sm-3"></label>*@
<label class="control-label col-sm-3">報工生產單位名稱</label>
<select asp-for="WorkingUnitID" asp-items="@ViewBag.WorkingUnitNo" class="custom-select col-sm-9" disabled></select>
<span asp-validation-for="WorkingUnitID" class="text-danger offset-sm-3 my-sm-1"></span>
</div>

3
AMESCoreStudio.Web/Views/WHS/WHS024.cshtml

@ -108,6 +108,7 @@
else {
hg.msg(data.msg);
}
tt();
},
error: function () {
hg.msg("網路請求失!");
@ -115,7 +116,7 @@
});
});
tt();
}
}
var toolbar = [{

Loading…
Cancel
Save