|
|
|
@@ -727,7 +727,9 @@ open fun getCompletedJobOrderLotsHierarchical(userId: Long): Map<String, Any?> { |
|
|
|
"routerArea" to row["routerArea"], |
|
|
|
"routerRoute" to row["routerRoute"], |
|
|
|
"uomShortDesc" to row["uomShortDesc"], |
|
|
|
"match_status" to row["match_status"] |
|
|
|
"match_status" to row["match_status"], |
|
|
|
"match_by" to row["match_by"], |
|
|
|
"match_qty" to row["match_qty"] |
|
|
|
) |
|
|
|
} |
|
|
|
) |
|
|
|
|