11 changed files with 562 additions and 677 deletions
@ -1,73 +0,0 @@ |
|||||
@model AMESCoreStudio.WebApi.DTO.AMES.MaterialKpDtos |
|
||||
@{ |
|
||||
ViewData["Title"] = "系統資料管理"; |
|
||||
Layout = "~/Views/Shared/_AMESLayout.cshtml"; |
|
||||
} |
|
||||
|
|
||||
<div class="layui-card"> |
|
||||
<div class="col-sm-12"> |
|
||||
<form enctype="multipart/form-data" method="post" asp-action="PCS999" id="PCS999Form" class="layui-form"> |
|
||||
<div class="layui-form-item"> |
|
||||
<div style="text-align:center"> |
|
||||
<input type="submit" value="保存" class="layui-btn" /> |
|
||||
</div> |
|
||||
<input type="checkbox" checked="" name="open" lay-skin="switch" lay-filter="switchTest" lay-text="ON|OFF"> |
|
||||
<input type="checkbox" title="写作" name="MaterialKpDtos[' + key + '].kpSeq" lay-skin="primary" checked=""> |
|
||||
</div> |
|
||||
<div class="layui-form-item" style="padding-left:30px"> |
|
||||
<a class="layui-btn layui-btn-normal layui-btn-xs layui-icon layui-icon-read" onclick="input();">刷新</a> |
|
||||
<table id="tblCustomers" class="layui-table" cellpadding="0" cellspacing="0"> |
|
||||
<tbody id="tblCustomersBody"> |
|
||||
</tbody> |
|
||||
</table> |
|
||||
</div> |
|
||||
</form> |
|
||||
</div> |
|
||||
</div> |
|
||||
|
|
||||
@section Scripts{ |
|
||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); |
|
||||
await Html.RenderPartialAsync("_FileinputScriptsPartial"); } |
|
||||
<script type="text/javascript"> |
|
||||
layui.use(['form', 'laydate'], function () { |
|
||||
var form = layui.form; |
|
||||
}); |
|
||||
|
|
||||
function input() { |
|
||||
//var Inputs = GetAllEmpData(); |
|
||||
//var data = $("#PCS999Form").serialize(); |
|
||||
//$.each(Inputs, function (i, item) { |
|
||||
// data += "&Inputs[" + i + "]=" + item; |
|
||||
//}); |
|
||||
$.ajax({ |
|
||||
url: "@Url.Action("MaterialKpQuery", "PCS")", |
|
||||
type: "POST", |
|
||||
async: false, |
|
||||
data: { 'itemNo': 'JH168-AT-X'}, |
|
||||
success: function (result) { |
|
||||
var html = ''; |
|
||||
$.each(result.data, function (key, item) { |
|
||||
html += '<tr>'; |
|
||||
html += '<td>'+key+ ','+ item.materialKpID + '</td>'; |
|
||||
html += '<td><input type="hidden" name="MaterialKpDtos[' + key + '].kpName" value=' + item.itemName+'>' + item.itemName + '</td>'; |
|
||||
html += '<td>' + item.kpName + '</td>'; |
|
||||
html += '<td>' + item.kpNo + '</td>'; |
|
||||
html += '<td><input type="checkbox" name="MaterialKpDtos[' + key + '].Title" lay-skin="primary" checked=""></td>'; |
|
||||
html += '</tr>'; |
|
||||
}); |
|
||||
$("#tblCustomers").html(html); |
|
||||
//$('#tblCustomers').append(html); |
|
||||
} |
|
||||
}); |
|
||||
xuanran(); |
|
||||
}; |
|
||||
|
|
||||
function xuanran() { |
|
||||
alert("OK"); |
|
||||
layui.use(['form', 'laydate'], function () { |
|
||||
var form = layui.form; |
|
||||
form.render(); |
|
||||
}); |
|
||||
} |
|
||||
</script> |
|
||||
} |
|
@ -1,29 +0,0 @@ |
|||||
AMES專案系統測試報告 |
|
||||
|
|
||||
測試日期:2022-2-14 |
|
||||
測試版本:AMES 1.0.0 |
|
||||
測試人員:B.B. Wang |
|
||||
|
|
||||
測試記錄: |
|
||||
過站時,Table要寫入以下幾個 |
|
||||
|
|
||||
生產序號在測試戰被判Fail,但是下一站卻可以刷Pass過站 |
|
||||
|
|
||||
|
|
||||
包裝過站,包裝過站的資料,沒有寫入barcode_station |
|
||||
入庫單作業,選擇那些生產序號時,選中的資料移轉時會出錯 |
|
||||
|
|
||||
|
|
||||
|
|
||||
包裝裝箱時,出貨序號有綁起訖值? |
|
||||
|
|
||||
入庫作業時,入庫過的,做過FQC的生產序號,也會跟著跑出來 |
|
||||
WO0002A10001、WO0002A10003已於上一次產生過一張入庫單 |
|
||||
|
|
||||
一張入庫單,有二箱在該入庫單內,但資料只會顯示一筆箱號,資料庫內茶數量是2箱(MASTER),但DETAIL內只有一箱紀錄 |
|
||||
|
|
||||
|
|
||||
TTT |
|
||||
|
|
||||
------------------------------------------------紀錄截止線------------------------------------------------ |
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue