MSI\derek пре 2 месеци
родитељ
комит
3afa9588f2
2 измењених фајлова са 5 додато и 0 уклоњено
  1. +1
    -0
      src/app/api/po/index.ts
  2. +4
    -0
      src/components/PoSearch/PoSearch.tsx

+ 1
- 0
src/app/api/po/index.ts Прегледај датотеку

@@ -8,6 +8,7 @@ export interface PoResult {
id: number
code: string
orderDate: string
supplier: string
estimatedArrivalDate: string
completedDate: string
status: string


+ 4
- 0
src/components/PoSearch/PoSearch.tsx Прегледај датотеку

@@ -56,6 +56,10 @@ const PoSearch: React.FC<Props> = ({ po }) => {
name: "orderDate",
label: t("OrderDate"),
},
{
name: "supplier",
label: t("Supplier"),
},
{
name: "status",
label: t("Status"),


Loading…
Откажи
Сачувај