Przeglądaj źródła

User QR-Code Update

reset-do-picking-order
B.E.N.S.O.N 2 tygodni temu
rodzic
commit
c81aed0950
3 zmienionych plików z 4 dodań i 4 usunięć
  1. +2
    -2
      src/components/qrCodeHandles/qrCodeHandleSearch.tsx
  2. +1
    -1
      src/i18n/zh/common.json
  3. +1
    -1
      src/i18n/zh/jo.json

+ 2
- 2
src/components/qrCodeHandles/qrCodeHandleSearch.tsx Wyświetl plik

@@ -383,7 +383,7 @@ const QrCodeHandleSearch: React.FC<Props> = ({ users, printerCombo }) => {
<TableHead>
<TableRow>
<TableCell>
<strong>{t("Username")}</strong>
<strong>{t("name")}</strong>
</TableCell>
<TableCell>
<strong>{t("staffNo")}</strong>
@@ -400,7 +400,7 @@ const QrCodeHandleSearch: React.FC<Props> = ({ users, printerCombo }) => {
) : (
selectedUsers.map((user) => (
<TableRow key={user.id}>
<TableCell>{user.username || '-'}</TableCell>
<TableCell>{user.name || '-'}</TableCell>
<TableCell>{user.staffNo || '-'}</TableCell>
</TableRow>
))


+ 1
- 1
src/i18n/zh/common.json Wyświetl plik

@@ -440,7 +440,7 @@
"Operator": "員工資訊",
"Equipment Name and Code": "設備名稱及編號",
"Remaining Time (min)": "剩餘時間(分鐘)",
"Production Equipment Status Dashboard": "儀表板 - 生產設備狀態",
"Production Equipment Status Dashboard": "儀表板 - 生產設備最新狀態",
"Idle": "閒置",
"Process": "工序",
"Job Details": "工單編號及生產產品",


+ 1
- 1
src/i18n/zh/jo.json Wyświetl plik

@@ -546,7 +546,7 @@
"Remaining Time (min)": "剩餘時間(分鐘)",
"Idle": "閒置",
"Repair": "維修",
"Production Equipment Status Dashboard": "儀表板 - 生產設備狀態",
"Production Equipment Status Dashboard": "儀表板 - 生產設備最新狀態",
"Operator KPI Dashboard": "儀表板 - 操作員KPI概覽",
"Start Scan": "開始掃碼",
"Stop Scan": "停止掃碼",


Ładowanie…
Anuluj
Zapisz