|
|
@ -2,14 +2,12 @@ |
|
|
|
Layout = "~/Views/Shared/_AMESLayout.cshtml"; |
|
|
|
} |
|
|
|
|
|
|
|
<div class="layui-card"> |
|
|
|
<div class="layui-card-body"> |
|
|
|
<input id="inhouseNo" name="inhouseNo" value="@ViewBag.inhouseNo" type="hidden" /> |
|
|
|
<input id="seqID" name="seqID" value="@ViewBag.seqID" type="hidden" /> |
|
|
|
<input id="boxNo" name="boxNo" value="@ViewBag.boxNo" type="hidden" /> |
|
|
|
<table class="layui-hide" id="test" lay-filter="test"></table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@section Scripts{ |
|
|
|
<script type="text/javascript"> |
|
|
@ -21,17 +19,18 @@ |
|
|
|
{ |
|
|
|
field: 'boxNo', |
|
|
|
title: '箱號', |
|
|
|
width: 200, |
|
|
|
width: 170, |
|
|
|
sort: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
field: 'barcodeNo', |
|
|
|
width: 200, |
|
|
|
title: '內部條碼' |
|
|
|
width: 170, |
|
|
|
title: '內部條碼', |
|
|
|
sort: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
field: 'extraBarcodeNo', |
|
|
|
width: 200, |
|
|
|
width: 170, |
|
|
|
title: '外部條碼' |
|
|
|
}, |
|
|
|
{ |
|
|
@ -55,6 +54,6 @@ |
|
|
|
|
|
|
|
//基本数据表格 |
|
|
|
//var table = hg.table.datatable('test', '在製條碼資料', '/FQC/GetFQC007V/', {}, tableCols, toolbar, true, 'full-100', ['filter', 'print', 'exports']); |
|
|
|
var table = hg.table.datatable('test', '在製條碼資料', '/FQC/GetFQC007V?inhouseNo=@ViewBag.inhouseNo&seqID=@ViewBag.seqID&boxNo=@ViewBag.boxNo', {}, tableCols, toolbar, true, 'full-100', ['filter', 'print', 'exports']); |
|
|
|
var table = hg.table.datatable('test', '在製條碼資料', '/FQC/GetFQC007V?inhouseNo=@ViewBag.inhouseNo&seqID=@ViewBag.seqID&boxNo=@ViewBag.boxNo', {}, tableCols, {}, false, 'full-100', ['filter', 'print', 'exports']); |
|
|
|
</script> |
|
|
|
} |