Pārlūkot izejas kodu

update

create_edit_user
MSI\derek pirms 2 mēnešiem
vecāks
revīzija
3afa9588f2
2 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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 Parādīt failu

@@ -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 Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt