From c4f014fdcf5d12660f0aef89b22b559d4722f04f Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Fri, 4 Aug 2023 10:43:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LeftMenu/LeftMenu.vue | 1 + .../components/transformInfo1.vue | 18 +++--- .../components/transformInfo.vue | 10 ++-- .../components/transformInfo.vue | 10 ++-- .../components/transformInfo1.vue | 18 +++--- .../components/orderAdd.vue | 59 ++++++++++++------- .../safetySupervision/components/orderAdd.vue | 47 ++++++++++++--- .../components/transformInfo1.vue | 18 +++--- .../components/transformInfo.vue | 10 ++-- .../components/transformInfo.vue | 10 ++-- 10 files changed, 125 insertions(+), 76 deletions(-) diff --git a/src/components/LeftMenu/LeftMenu.vue b/src/components/LeftMenu/LeftMenu.vue index e8863d0..d934d57 100644 --- a/src/components/LeftMenu/LeftMenu.vue +++ b/src/components/LeftMenu/LeftMenu.vue @@ -77,6 +77,7 @@ const changeTab = (e: MouseEvent, i: number) => { // width.value = (e.target as HTMLDivElement).offsetWidth; // 切换的时候把颜色换到第一个 ActiveColor.value = 0; + value.value = ""; emit("update:modelValue", i); }; diff --git a/src/views/enterprise/progressManagement/planFinishSituation/components/transformInfo1.vue b/src/views/enterprise/progressManagement/planFinishSituation/components/transformInfo1.vue index ea35e0f..b5a46fb 100644 --- a/src/views/enterprise/progressManagement/planFinishSituation/components/transformInfo1.vue +++ b/src/views/enterprise/progressManagement/planFinishSituation/components/transformInfo1.vue @@ -171,22 +171,22 @@ const formConfig = { { label: "总工程造价(元)", prop: "totalAmount", - type: "input" + type: "number" }, { label: "本期完成工程造价(元)", prop: "completeAmount", - type: "input" + type: "number" }, { label: "至上期末完成工程造价(元)", prop: "lastEndAmount", - type: "input" + type: "number" }, { label: "至本期末完成工程造价(元)", prop: "nowEndAmount", - type: "input" + type: "number" } // { // label: "本期完成形象进度(%)", @@ -271,12 +271,12 @@ const formConfig2 = { { label: "合同单价(元)", prop: "contractUnitPrice", - type: "input" + type: "number" }, { label: "合同金额(元)", prop: "contractAmount", - type: "input" + type: "number" }, { label: "至上期末完成工程量", @@ -286,7 +286,7 @@ const formConfig2 = { { label: "至上期末完成金额(元)", prop: "lastAmount", - type: "input" + type: "number" }, { label: "本期完成工程量", @@ -296,7 +296,7 @@ const formConfig2 = { { label: "本期完成金额(元)", prop: "nowAmount", - type: "input" + type: "number" }, { label: "截至本期末完成工程量", @@ -306,7 +306,7 @@ const formConfig2 = { { label: "截至本期末完成金额(元)", prop: "endAmount", - type: "input" + type: "number" }, { label: "备注", diff --git a/src/views/enterprise/qualitySupervision/components/transformInfo.vue b/src/views/enterprise/qualitySupervision/components/transformInfo.vue index 05cb6a2..2837143 100644 --- a/src/views/enterprise/qualitySupervision/components/transformInfo.vue +++ b/src/views/enterprise/qualitySupervision/components/transformInfo.vue @@ -96,7 +96,7 @@