Przeglądaj źródła

update

create_edit_user
MSI\derek 2 miesięcy temu
rodzic
commit
3afa9588f2
2 zmienionych plików z 5 dodań i 0 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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"),


Ładowanie…
Anuluj
Zapisz