|
@ -28,6 +28,7 @@ |
|
|
<input asp-for="wipInfo.UnitNO" type="hidden" value="@Model.wipInfo.UnitNO" /> |
|
|
<input asp-for="wipInfo.UnitNO" type="hidden" value="@Model.wipInfo.UnitNO" /> |
|
|
<input asp-for="wipInfo.WipNO" type="hidden" value="@Model.wipInfo.WipNO" /> |
|
|
<input asp-for="wipInfo.WipNO" type="hidden" value="@Model.wipInfo.WipNO" /> |
|
|
<input asp-for="wipAtt.ItemNO" type="hidden" value="@Model.wipAtt.ItemNO" /> |
|
|
<input asp-for="wipAtt.ItemNO" type="hidden" value="@Model.wipAtt.ItemNO" /> |
|
|
|
|
|
<input asp-for="wipInfo.WipType" type="hidden" value="@Model.wipInfo.WipType" /> |
|
|
<input asp-for="wipInfo.CompleteQTY" type="hidden" value="@Model.wipInfo.CompleteQTY" /> |
|
|
<input asp-for="wipInfo.CompleteQTY" type="hidden" value="@Model.wipInfo.CompleteQTY" /> |
|
|
<input asp-for="wipBarcodeOther.OtherID" type="hidden" value="@if(Model.wipBarcodeOther != null){ |
|
|
<input asp-for="wipBarcodeOther.OtherID" type="hidden" value="@if(Model.wipBarcodeOther != null){ |
|
|
@Model.wipBarcodeOther.OtherID |
|
|
@Model.wipBarcodeOther.OtherID |
|
@ -261,20 +262,20 @@ |
|
|
</tbody> |
|
|
</tbody> |
|
|
</table> |
|
|
</table> |
|
|
@*<div class="layui-form-item"> |
|
|
@*<div class="layui-form-item"> |
|
|
<div class="layui-inline"> |
|
|
<div class="layui-inline"> |
|
|
<label class="layui-form-label">生產序號</label> |
|
|
<label class="layui-form-label">生產序號</label> |
|
|
<div class="layui-input-inline"> |
|
|
<div class="layui-input-inline"> |
|
|
<input asp-for="wipBarcode.StartNO" class="layui-input" /> |
|
|
<input asp-for="wipBarcode.StartNO" class="layui-input" /> |
|
|
</div> |
|
|
</div> |
|
|
<div class="layui-form-mid">-</div> |
|
|
<div class="layui-form-mid">-</div> |
|
|
<div class="layui-input-inline"> |
|
|
<div class="layui-input-inline"> |
|
|
<input asp-for="wipBarcode.EndNO" class="layui-input" /> |
|
|
<input asp-for="wipBarcode.EndNO" class="layui-input" /> |
|
|
</div> |
|
|
</div> |
|
|
<div class="layui-input-inline"> |
|
|
<div class="layui-input-inline"> |
|
|
<input id="GetBarCode" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" type="button" value="產生條碼" /> |
|
|
<input id="GetBarCode" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" type="button" value="產生條碼" /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div>*@ |
|
|
</div>*@ |
|
|
|
|
|
|
|
|
<div class="layui-form-item"> |
|
|
<div class="layui-form-item"> |
|
|
<div class="layui-inline"> |
|
|
<div class="layui-inline"> |
|
@ -961,8 +962,8 @@ |
|
|
SOP文件敘述 |
|
|
SOP文件敘述 |
|
|
</th> |
|
|
</th> |
|
|
@*<th> |
|
|
@*<th> |
|
|
檔案路徑 |
|
|
檔案路徑 |
|
|
</th>*@ |
|
|
</th>*@ |
|
|
<th> |
|
|
<th> |
|
|
SOP類型 |
|
|
SOP類型 |
|
|
</th> |
|
|
</th> |
|
@ -983,8 +984,8 @@ |
|
|
<input onkeypress="if( event.keyCode == 13 ) { return false; }" class="layui-input" asp-for="@index.SOPName" name="WipSops[@i].SOPName" /> |
|
|
<input onkeypress="if( event.keyCode == 13 ) { return false; }" class="layui-input" asp-for="@index.SOPName" name="WipSops[@i].SOPName" /> |
|
|
</td> |
|
|
</td> |
|
|
@*<td> |
|
|
@*<td> |
|
|
<input onkeypress="if( event.keyCode == 13 ) { return false; }" class="layui-input" asp-for="@index.SOPPath" name="WipSops[@i].SOPPath" /> |
|
|
<input onkeypress="if( event.keyCode == 13 ) { return false; }" class="layui-input" asp-for="@index.SOPPath" name="WipSops[@i].SOPPath" /> |
|
|
</td>*@ |
|
|
</td>*@ |
|
|
<td> |
|
|
<td> |
|
|
<select asp-for="@index.SOPType" name="WipSops[@i].SOPType" asp-items="@ViewBag.GetSOPTypeSelect" class=""></select> |
|
|
<select asp-for="@index.SOPType" name="WipSops[@i].SOPType" asp-items="@ViewBag.GetSOPTypeSelect" class=""></select> |
|
|
</td> |
|
|
</td> |
|
|