This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
CANCERYS\kw093
2 weeks ago
parent
8dbdf66f19
commit
173a54aecf
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/PickOrderSearch/PickOrderSearch.tsx
+1
-1
src/i18n/zh/jo.json
+ 1
- 1
src/components/PickOrderSearch/PickOrderSearch.tsx
View File
@@ -228,7 +228,7 @@ const PickOrderSearch: React.FC<Props> = ({ pickOrders }) => {
// 添加处理提料单创建成功的函数
const handlePickOrderCreated = useCallback(() => {
// 切换到 Assign & Release 标签页 (tabIndex = 1)
setTabIndex(
2
);
setTabIndex(
1
);
}, []);
return (
+ 1
- 1
src/i18n/zh/jo.json
View File
@@ -332,7 +332,7 @@
"WIP": "半成品",
"R&D": "研發",
"STF": "
樣品
",
"STF": "
員工餐
",
"Other": "其他",
"Validation failed. Please check operator and equipment.": "驗證失敗. 請檢查操作員和設備.",
"View": "查看",
Write
Preview
Loading…
Cancel
Save