From f8d40329be026656e6769d9e84f939b43a3c9eea Mon Sep 17 00:00:00 2001 From: zz <2510566342@qq.com> Date: Sun, 18 Aug 2024 22:14:57 +0800 Subject: [PATCH] =?UTF-8?q?8.18=20=E6=A8=A1=E5=9E=8B=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A422?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../billingModel/BillingModelForm.vue | 4 +- .../hoursAndMinutes/modelTimeForm.vue | 8 +- .../billingModel/components/month/index.vue | 6 +- ...ctricityDateForm.vue => modelDateForm.vue} | 49 +---------- .../ElectricityPriceForm.vue | 2 +- .../hoursAndMinutes/ElectricityTimeForm.vue | 83 ++++++++++++++----- .../components/hoursAndMinutes/index.vue | 14 ++-- .../components/month/ElectricityDateForm.vue | 15 ++-- .../components/month/index.vue | 9 +- .../electricityPriceModel/index.vue | 6 +- .../operationalModel/RunModelForm.vue | 2 +- .../hoursAndMinutes/RunModelDetailForm.vue | 15 ++-- .../hoursAndMinutes/index.vue | 28 +++++-- .../operationalModel/index.vue | 1 + 14 files changed, 128 insertions(+), 114 deletions(-) rename src/views/system/operationsManagement/billingModel/components/month/{ElectricityDateForm.vue => modelDateForm.vue} (78%) diff --git a/src/views/system/operationsManagement/billingModel/BillingModelForm.vue b/src/views/system/operationsManagement/billingModel/BillingModelForm.vue index 4dd33c7..dd231fe 100644 --- a/src/views/system/operationsManagement/billingModel/BillingModelForm.vue +++ b/src/views/system/operationsManagement/billingModel/BillingModelForm.vue @@ -4,7 +4,7 @@
添加计费模型月份

- +
计费模月型列表
@@ -34,7 +34,7 @@ import { BillingModelApi, BillingModelVO } from '@/api/operationsManagement/billingModel' import modelTimeList from './components/hoursAndMinutes/modelTimeList.vue' import modelTimeForm from './components/hoursAndMinutes/modelTimeForm.vue' -import ElectricityDateForm from './components/month/ElectricityDateForm.vue' +import modelDateForm from './components/month/modelDateForm.vue' import monthList from './components/month/index.vue' import { DICT_TYPE, getIntDictOptions } from '@/utils/dict' diff --git a/src/views/system/operationsManagement/billingModel/components/hoursAndMinutes/modelTimeForm.vue b/src/views/system/operationsManagement/billingModel/components/hoursAndMinutes/modelTimeForm.vue index 98de17c..f578edb 100644 --- a/src/views/system/operationsManagement/billingModel/components/hoursAndMinutes/modelTimeForm.vue +++ b/src/views/system/operationsManagement/billingModel/components/hoursAndMinutes/modelTimeForm.vue @@ -15,7 +15,7 @@
- + { formRef.value?.resetFields() } async function getbillingDateData(){ - const data = await ElectricityDateApi.getElectricityDatenew({modelId:props.selectId}) - // const data = await ElectricityDateApi.getElectricityDatePage({modelId:props.selectId}) + // const data = await ElectricityDateApi.getElectricityDatenew({modelId:props.selectId}) + const data = await ElectricityDateApi.getElectricityDatePage({modelId:props.selectId}) + console.log(data,"----------") billingDateData.value=data.list||[] } + // onMounted(()=>{ // getbillingDateData() // }) diff --git a/src/views/system/operationsManagement/billingModel/components/month/index.vue b/src/views/system/operationsManagement/billingModel/components/month/index.vue index d598de0..2cf67a0 100644 --- a/src/views/system/operationsManagement/billingModel/components/month/index.vue +++ b/src/views/system/operationsManagement/billingModel/components/month/index.vue @@ -128,7 +128,7 @@ backgroundColor: '#eff4fa' }"> - + @@ -186,7 +186,7 @@ - + \ No newline at end of file diff --git a/src/views/system/operationsManagement/electricityPriceModel/components/hoursAndMinutes/index.vue b/src/views/system/operationsManagement/electricityPriceModel/components/hoursAndMinutes/index.vue index 344b380..2aa0934 100644 --- a/src/views/system/operationsManagement/electricityPriceModel/components/hoursAndMinutes/index.vue +++ b/src/views/system/operationsManagement/electricityPriceModel/components/hoursAndMinutes/index.vue @@ -29,7 +29,7 @@ --> - + 搜索 重置 @@ -70,11 +70,11 @@ - + - +