From e6deaa3fb1962ae2d5cc09edc2c993962af95451 Mon Sep 17 00:00:00 2001
From: GGJ <357021191@qq.com>
Date: Wed, 20 Mar 2024 15:10:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=BF=E8=BD=BD=E8=83=BD?=
=?UTF-8?q?=E5=8A=9B=E8=AF=84=E4=BC=B0=E7=AD=96=E7=95=A5=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=20=E4=BF=AE=E6=94=B9=20=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/advance-boot/bearingCapacity.ts | 17 +-
src/components/table/header/index.vue | 15 +-
src/styles/element.scss | 35 +++-
.../evaluationList/components/policy.vue | 154 +++++++++++-------
4 files changed, 154 insertions(+), 67 deletions(-)
diff --git a/src/api/advance-boot/bearingCapacity.ts b/src/api/advance-boot/bearingCapacity.ts
index b7907bac..27fe67a0 100644
--- a/src/api/advance-boot/bearingCapacity.ts
+++ b/src/api/advance-boot/bearingCapacity.ts
@@ -15,7 +15,6 @@ export function addUse(data) {
method: 'post',
data
})
-
}
//承载能力评估用户编辑
export function updateUse(data) {
@@ -47,6 +46,22 @@ export function queyDetail() {
method: 'post'
})
}
+// 用户新增承载能力评估策略(电弧炉)
+export function adddhl(data) {
+ return createAxios({
+ url: '/advance-boot/carrycapacity/adddhl',
+ method: 'post',
+ data
+ })
+}
+
+//承载能力评估策略初始化查询(电弧炉)
+export function queyDetailDhl() {
+ return createAxios({
+ url: '/advance-boot/carrycapacity/queyDetailDhl',
+ method: 'post'
+ })
+}
//用户新增承载能力评估策略
export function addCarryc(data) {
return createAxios({
diff --git a/src/components/table/header/index.vue b/src/components/table/header/index.vue
index 233fc16d..d9791efc 100644
--- a/src/components/table/header/index.vue
+++ b/src/components/table/header/index.vue
@@ -17,7 +17,7 @@
-
+
@@ -110,9 +110,8 @@ const handlerHeight = () => {
).height as string
}
const computedSearchRow = () => {
-
if (!headerForm.value.$el) return
-
+
// 清空headerFormSecond.value.$el下的元素
while (headerFormSecond.value.$el.firstChild) {
headerForm.value.$el.appendChild(headerFormSecond.value.$el.firstChild)
@@ -135,7 +134,6 @@ const computedSearchRow = () => {
} else {
showUnfoldButton.value = false
}
-
}
const showSelect = ref(false)
@@ -163,10 +161,13 @@ const setInterval = (val: any) => {
datePickerRef.value.setInterval(val)
}
-defineExpose({ onComSearch, areaRef, setDatePicker ,setInterval,datePickerRef})
+defineExpose({ onComSearch, areaRef, setDatePicker, setInterval, datePickerRef })
-
+