diff --git a/src/api/harmonic-boot/luckyexcel.ts b/src/api/harmonic-boot/luckyexcel.ts
index 9b715632..e47cc979 100644
--- a/src/api/harmonic-boot/luckyexcel.ts
+++ b/src/api/harmonic-boot/luckyexcel.ts
@@ -69,11 +69,10 @@ export function addTemplate(data) {
})
}
//模板对应指标替换
-export function getCustomReport(data) {
+export function getCustomReport(data: any) {
return createAxios({
url: '/harmonic-boot/customReport/getCustomReport',
- method: 'post',
- resposeType: 'blob',
+ method: 'POST',
data
})
}
diff --git a/src/assets/img/jss.png b/src/assets/img/jss.png
new file mode 100644
index 00000000..0e05a6a3
Binary files /dev/null and b/src/assets/img/jss.png differ
diff --git a/src/components/form/datePicker/index.vue b/src/components/form/datePicker/index.vue
index b708c1c5..45c825bf 100644
--- a/src/components/form/datePicker/index.vue
+++ b/src/components/form/datePicker/index.vue
@@ -395,7 +395,7 @@ const setTime = (flag = 0, e = 0) => {
let dd = window.XEUtils.toDateString(new Date().getTime() - e * 3600 * 1000 * 24, 'dd')
let data = ''
- if (dd < 4 && dd == 0) {
+ if (dd < 4 || dd == 0) {
data = window.XEUtils.toDateString(new Date().getTime() - (e + dd) * 3600 * 1000 * 24, 'yyyy-MM-dd')
} else {
data = window.XEUtils.toDateString(new Date().getTime() - e * 3600 * 1000 * 24, 'yyyy-MM-dd')
diff --git a/src/components/tree/pqs/pointTree.vue b/src/components/tree/pqs/pointTree.vue
index 30e25992..85259af8 100644
--- a/src/components/tree/pqs/pointTree.vue
+++ b/src/components/tree/pqs/pointTree.vue
@@ -80,10 +80,6 @@ const loadData = () => {
item4.icon = 'fa-solid fa-tower-observation'
item4.color = config.getColorVal('elementUiPrimary')
item4.children.forEach((item5: anyObj) => {
- if (!attrs['current-node-key'] && !nodeKey) {
- nodeKey = item5.id
- emit('init', item5)
- }
item5.alias = `${item.name}>${item2.name}>${item3.name}>${item4.name}>${item5.name}`
item5.icon = 'fa-solid fa-location-dot'
item5.color = config.getColorVal('elementUiPrimary')
@@ -99,6 +95,10 @@ const loadData = () => {
})
})
})
+
+ nodeKey = res.data[0].children[0].children[0].children[0].children[0].id
+ emit('init', res.data[0].children[0].children[0].children[0].children[0])
+
tree.value = res.data
if (nodeKey) {
nextTick(() => {
diff --git a/src/layouts/admin/components/popup/adminInfo.vue b/src/layouts/admin/components/popup/adminInfo.vue
index 2beafd7b..fc8e669e 100644
--- a/src/layouts/admin/components/popup/adminInfo.vue
+++ b/src/layouts/admin/components/popup/adminInfo.vue
@@ -1,35 +1,34 @@
-
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
diff --git a/src/views/pqs/harmonicMonitoring/reportForms/word/index.vue b/src/views/pqs/harmonicMonitoring/reportForms/word/index.vue
new file mode 100644
index 00000000..6ea45d04
--- /dev/null
+++ b/src/views/pqs/harmonicMonitoring/reportForms/word/index.vue
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导出excel
+
+
+
+
+

+
+
+
+
+
+
+
+
diff --git a/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue b/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue
index c97963ea..ef7fbe5f 100644
--- a/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue
+++ b/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue
@@ -1,5 +1,5 @@
-
+
第一步 基本信息填报
@@ -29,7 +29,7 @@
-
+
第二步 选择问题测点
@@ -55,7 +55,7 @@
-
+
第二步 选择普测计划及问题类型
@@ -126,7 +126,7 @@
-
+
第二步 选择普测计划及问题类型
@@ -182,7 +182,7 @@
-
+
第二步 选择投诉用户
diff --git a/src/views/pqs/supervise/electricalEnergy/components/detail.vue b/src/views/pqs/supervise/electricalEnergy/components/detail.vue
index 50597c6e..96485cb9 100644
--- a/src/views/pqs/supervise/electricalEnergy/components/detail.vue
+++ b/src/views/pqs/supervise/electricalEnergy/components/detail.vue
@@ -1,5 +1,5 @@
-
+
问题基本信息
diff --git a/src/views/pqs/supervise/electricalEnergy/components/filling.vue b/src/views/pqs/supervise/electricalEnergy/components/filling.vue
index 5a4a7023..e91f851d 100644
--- a/src/views/pqs/supervise/electricalEnergy/components/filling.vue
+++ b/src/views/pqs/supervise/electricalEnergy/components/filling.vue
@@ -1,5 +1,5 @@
-
+
问题基本信息
@@ -44,7 +44,14 @@
-
+
@@ -150,7 +157,7 @@ const open = (row: any) => {
}
const step = (e: number) => {
if (active.value >= e) {
- control.value=e
+ control.value = e
}
}
diff --git a/src/views/pqs/supervise/harmonicSurvey/components/occupancy.vue b/src/views/pqs/supervise/harmonicSurvey/components/occupancy.vue
index 2f157c85..3e5644e2 100644
--- a/src/views/pqs/supervise/harmonicSurvey/components/occupancy.vue
+++ b/src/views/pqs/supervise/harmonicSurvey/components/occupancy.vue
@@ -23,7 +23,7 @@
>
-
+