Ver código fonte

no message

reset-do-picking-order
Tommy\2Fi-Staff 1 semana atrás
pai
commit
f9499d9a37
3 arquivos alterados com 4 adições e 4 exclusões
  1. +1
    -1
      src/components/CreateItem/CreateItemWrapper.tsx
  2. +2
    -2
      src/i18n/zh/common.json
  3. +1
    -1
      src/i18n/zh/project.json

+ 1
- 1
src/components/CreateItem/CreateItemWrapper.tsx Ver arquivo

@@ -24,7 +24,7 @@ const CreateItemWrapper: React.FC<Props> & SubComponents = async ({ id }) => {
if (id) {
result = await fetchItem(id);
const item = result.item;
qcChecks = result.qcChecks;
qcChecks = result.qcChecks ?? [];
const activeRows = qcChecks.filter((it) => it.isActive).map((i) => i.id);
// Normalize LocationCode field (handle case sensitivity from MySQL)


+ 2
- 2
src/i18n/zh/common.json Ver arquivo

@@ -77,7 +77,7 @@
"User": "用戶",
"user": "用戶",
"User Group": "用戶群組",
"Items": "物",
"Items": "物",
"BOM Weighting Score List": "物料清單權重得分",
"Material Weighting": "物料清單加權",
"Material Score": "物料清單得分",
@@ -175,7 +175,7 @@
"Inventory": "庫存",
"scheduling": "排程",
"settings": "設定",
"items": "物",
"items": "物",
"edit":"編輯",
"bag": "包裝袋",
"Bag Usage": "包裝袋使用記錄",


+ 1
- 1
src/i18n/zh/project.json Ver arquivo

@@ -3,7 +3,7 @@
"FG & Material Demand Forecast Detail": "FG 及材料需求預測詳情",
"Release": "發佈",
"Actions": "操作",
"Product": "品",
"Product": "品",
"Details": "詳情",
"View BoM": "查看 BoM",
"description": "描述",


Carregando…
Cancelar
Salvar