From 62d26cdc126dfdfd44f00b7493eafb52fc307545 Mon Sep 17 00:00:00 2001 From: ck-chenkang Date: Mon, 22 Jun 2026 12:17:24 +0800 Subject: [PATCH] feat: add bit sample dictionary constants --- src/utils/dict.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index a6bbdc0c..e2ddb6c9 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -244,6 +244,8 @@ export enum DICT_TYPE { ERP_AUTOCODE_PARTTYPE = "erp_autocode_parttype", MATERIAL_CLASSIFICATION_TYPE = 'material_classification_type', SPARE_PARTS_LEVEL = 'spare_parts_level', + BIT_SAMPLE_CATEGORY = 'bit_sample_category', + BIT_SAMPLE_OUT_REASON = 'bit_sample_out_reason', // ========== MES - 生产管理模块 ==========