This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
create_edit_user
MSI\derek
2 months ago
parent
eddf01e9a1
commit
3afa9588f2
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app/api/po/index.ts
+4
-0
src/components/PoSearch/PoSearch.tsx
+ 1
- 0
src/app/api/po/index.ts
View File
@@ -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
View File
@@ -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"),
Write
Preview
Loading…
Cancel
Save