update-job-card-print #17
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "update-job-card-print"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
@ -94,3 +94,3 @@
@RequestParam( value = "start-date", required = false) String startDate,
@RequestParam( value = "end-date", required = false ) String endDate,
@RequestParam( value = "job-card-id", required = false ) String jobCardId,
@RequestParam(value = "bundle-id", required = false) Long bundleID,
rename to bundleId
@ -19,3 +19,3 @@
<form th:action="@{/cutting/generate-bundle-barcodes}" method="post">
<input hidden="hidden" name="artifactType" value="Bundle">
<table class="table table-striped" data-table data-order="[[ 0, "asc" ]]">
<table class="table table-striped" data-table data-order="[[ 0, "dsc" ]]">
desc
@ -21,3 +21,3 @@
<input hidden="hidden" name="artifactType" value="FinishedItem">
<table th:if="${ #lists != null && #lists.size(items) != 0 }" class="table table-striped table-bordered" data-table
data-order="[[ 0, "asc" ]]">
data-order="[[ 0, "dsc" ]]">
desc