Просмотр исходного кода

upate select unit

reset-do-picking-order
CANCERYS\kw093 1 месяц назад
Родитель
Сommit
a0675af6e0
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/components/ProductionProcess/ProductionProcessStepExecution.tsx

+ 1
- 1
src/components/ProductionProcess/ProductionProcessStepExecution.tsx Просмотреть файл

@@ -109,7 +109,7 @@ const ProductionProcessStepExecution: React.FC<ProductionProcessStepExecutionPro
return lineDetail.name === "包裝"; return lineDetail.name === "包裝";
}, [lineDetail]) }, [lineDetail])
const uomList = [ const uomList = [
"個", "件", "箱", "片", "塊"
"千克(KG)","G(克)","磅(LB)","安士(OZ)","斤(CATTY)","公升(L)","毫升(ML)"
]; ];
// ✅ 添加:刷新 line detail 的函数 // ✅ 添加:刷新 line detail 的函数
const handleRefreshLineDetail = useCallback(async () => { const handleRefreshLineDetail = useCallback(async () => {


Загрузка…
Отмена
Сохранить