ソースを参照

update

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


読み込み中…
キャンセル
保存