From 74448f9a9f1f8cb779023db3ea9eda762fc6ad0a Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期五, 28 二月 2025 14:29:42 +0800 Subject: [PATCH] 维修工接单、维修 --- eims-ui/apps/web-antd/src/constants/dict/index.ts | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/eims-ui/apps/web-antd/src/constants/dict/index.ts b/eims-ui/apps/web-antd/src/constants/dict/index.ts index 8856576..7fe5f13 100644 --- a/eims-ui/apps/web-antd/src/constants/dict/index.ts +++ b/eims-ui/apps/web-antd/src/constants/dict/index.ts @@ -25,7 +25,17 @@ * 鎶ヤ慨鐘舵�� */ export enum REPAIR_REQ_STATUS { - JIEDAN = '0', // 寰呮帴鍗� - WEIXIU = '1', // 缁翠慨涓� - WANCHENG = '2' // 宸插畬鎴� + DAIJIEDAN = '0', // 寰呮帴鍗� + WANCHENG = '3', // 宸插畬鎴� + WEIXIU = '2', // 缁翠慨涓� + YIJIEDAN = '1' // 宸叉帴鍗� +} + +/** + * 缁翠慨宸ュ崟鐘舵�� + */ +export enum REPAIR_RES_STATUS { + WANCHENG = '3', // 宸插畬鎴� + WEIXIU = '2', // 缁翠慨涓� + YIJIEDAN = '1' // 宸叉帴鍗� } -- Gitblit v1.9.3