From 683c9adf1674354de06a358031827faff9ab6ec6 Mon Sep 17 00:00:00 2001 From: PQZ Date: Wed, 18 Sep 2024 14:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E5=BA=93=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.js | 4 + .../repair/project/form/RepairProjectForm.vue | 2 +- src/views/repair/wares/WaresForm.vue | 285 ++++++++++++++---- src/views/repair/wares/index.vue | 114 ++----- 4 files changed, 261 insertions(+), 144 deletions(-) diff --git a/src/utils/dict.js b/src/utils/dict.js index 5a4734a..90d41bc 100644 --- a/src/utils/dict.js +++ b/src/utils/dict.js @@ -198,6 +198,10 @@ export const DICT_TYPE = { REPAIR_PART_DISPOSAL: 'repair_part_disposal', //单位 REPAIR_UNIT: 'repair_unit', + //配件属性 + REPAIR_WARES_ATTRIBUTE: 'wares_attribute', + //配件来源 + REPAIR_WARES_DATA_FORM: 'wares_data_form', } /** diff --git a/src/views/repair/project/form/RepairProjectForm.vue b/src/views/repair/project/form/RepairProjectForm.vue index 57141d2..f4134df 100644 --- a/src/views/repair/project/form/RepairProjectForm.vue +++ b/src/views/repair/project/form/RepairProjectForm.vue @@ -1,7 +1,7 @@