本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
derek
/
FPSMS-frontend
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update
create_edit_user
MSI\derek
2 月之前
父節點
eddf01e9a1
當前提交
3afa9588f2
共有
2 個檔案被更改
,包括
5 行新增
和
0 行删除
分割檢視
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
查看文件
@@ -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"),
Write
Preview
Loading…
取消
儲存