MSI\derek 2 месяцев назад
Родитель
Сommit
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"),


Загрузка…
Отмена
Сохранить