diff --git a/src/utils/dict.js b/src/utils/dict.js index 4b93d58..5a4734a 100644 --- a/src/utils/dict.js +++ b/src/utils/dict.js @@ -196,6 +196,8 @@ export const DICT_TYPE = { REPAIR_SO_STATUS: 'repair_so_status', // 维修旧件处理方式 REPAIR_PART_DISPOSAL: 'repair_part_disposal', + //单位 + REPAIR_UNIT: 'repair_unit', } /** diff --git a/src/views/repair/project/form/RepairProjectForm.vue b/src/views/repair/project/form/RepairProjectForm.vue index 8a58c04..ab3b60a 100644 --- a/src/views/repair/project/form/RepairProjectForm.vue +++ b/src/views/repair/project/form/RepairProjectForm.vue @@ -19,12 +19,12 @@ - + - + @@ -37,7 +37,10 @@ - + + + @@ -45,9 +48,12 @@ - - - + @@ -60,12 +66,24 @@ - + + - + + @@ -85,10 +103,12 @@