Преглед изворни кода

User QR-Code Update

reset-do-picking-order
B.E.N.S.O.N пре 2 недеља
родитељ
комит
c81aed0950
3 измењених фајлова са 4 додато и 4 уклоњено
  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 Прегледај датотеку

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


+ 1
- 1
src/i18n/zh/common.json Прегледај датотеку

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


+ 1
- 1
src/i18n/zh/jo.json Прегледај датотеку

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


Loading…
Откажи
Сачувај