|
|
|
@@ -150,7 +150,7 @@ const SearchPage: React.FC<Props> = ({ dataList }) => { |
|
|
|
{ name: "itemDescription", label: t("Item") }, |
|
|
|
{ name: "lotNo", label: t("Lot No.") }, |
|
|
|
{ name: "storeLocation", label: t("Location") }, |
|
|
|
{ name: "missQty", label: t("Miss Qty") }, |
|
|
|
{ name: "issueQty", label: t("Miss Qty") }, |
|
|
|
{ |
|
|
|
name: "id", |
|
|
|
label: t("Action"), |
|
|
|
@@ -176,7 +176,7 @@ const SearchPage: React.FC<Props> = ({ dataList }) => { |
|
|
|
{ name: "itemDescription", label: t("Item") }, |
|
|
|
{ name: "lotNo", label: t("Lot No.") }, |
|
|
|
{ name: "storeLocation", label: t("Location") }, |
|
|
|
{ name: "badItemQty", label: t("Defective Qty") }, |
|
|
|
{ name: "issueQty", label: t("Defective Qty") }, |
|
|
|
{ |
|
|
|
name: "id", |
|
|
|
label: t("Action"), |
|
|
|
|