@@ -170,7 +176,7 @@ export default {
rowStyle: "",
tableDataDetail: [],
fullscreenLoading: false,
- loading: true,
+ loading: false,
tableDisable:false,
clickDialog:false,
feeDetail:false,
@@ -198,7 +204,8 @@ export default {
SPASSID:"",
SEXITFEETYPE:"",
totalfee:'0',
- totaldivfee:'0'
+ totaldivfee:'0',
+ isHoliday:1//是否包含节假日
};
},
methods: {
@@ -224,7 +231,8 @@ export default {
"SVECHETYPE":this.SVECHETYPE,
"status":(this.divStatus !==null && this.divStatus !=="" && this.divStatus !==undefined)?this.divStatus:this.status,
"SPASSID":this.SPASSID,
- "SEXITFEETYPE":this.SEXITFEETYPE
+ "SEXITFEETYPE":this.SEXITFEETYPE,
+ "isHoliday":this.isHoliday
}
if(this.classdate !=="" && this.classdate !==undefined){
params.queryStartTime="";
@@ -363,7 +371,8 @@ function exportData(){
"SVECHETYPE":_this.SVECHETYPE,
"status":_this.status,
"SPASSID":_this.SPASSID,
- "SEXITFEETYPE":_this.SEXITFEETYPE
+ "SEXITFEETYPE":_this.SEXITFEETYPE,
+ "isHoliday":_this.isHoliday
}
exportDivPassidAllData({paramsData:JSON.stringify(paramsData)}).then(res => {
if (res.data != "") {
diff --git a/src/views/dev/detail/map-01.vue b/src/views/dev/detail/map-01.vue
deleted file mode 100644
index 0ab3a49..0000000
--- a/src/views/dev/detail/map-01.vue
+++ /dev/null
@@ -1,396 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/dev/detail/map-fee.vue b/src/views/dev/detail/map-fee.vue
deleted file mode 100644
index f30fad8..0000000
--- a/src/views/dev/detail/map-fee.vue
+++ /dev/null
@@ -1,223 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/dev/detail/map_250319.vue b/src/views/dev/detail/map_250319.vue
deleted file mode 100644
index 56f26e0..0000000
--- a/src/views/dev/detail/map_250319.vue
+++ /dev/null
@@ -1,531 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
- 导出Excel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/dev/detail/map_normal.vue b/src/views/dev/detail/map_normal.vue
deleted file mode 100644
index 9317e50..0000000
--- a/src/views/dev/detail/map_normal.vue
+++ /dev/null
@@ -1,301 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/dev/detail/nodivandnofee/divAndNofee.vue b/src/views/dev/detail/nodivandnofee/divAndNofee.vue
new file mode 100644
index 0000000..d166048
--- /dev/null
+++ b/src/views/dev/detail/nodivandnofee/divAndNofee.vue
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/dev/detail/nodivandnofee/feeAndNodiv.vue b/src/views/dev/detail/nodivandnofee/feeAndNodiv.vue
new file mode 100644
index 0000000..2b86fca
--- /dev/null
+++ b/src/views/dev/detail/nodivandnofee/feeAndNodiv.vue
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 数据匹配
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/dev/detail/tableDataB.vue b/src/views/dev/detail/tableDataB.vue
deleted file mode 100644
index 9ff8163..0000000
--- a/src/views/dev/detail/tableDataB.vue
+++ /dev/null
@@ -1,759 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
- 导出Excel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/dev/echarts/echatsTotalLine.vue b/src/views/dev/echarts/echatsTotalLine.vue
index 448f75b..1aae94b 100644
--- a/src/views/dev/echarts/echatsTotalLine.vue
+++ b/src/views/dev/echarts/echatsTotalLine.vue
@@ -12,11 +12,11 @@
diff --git a/src/views/dev/echarts/echatsTotalLineShow.vue b/src/views/dev/echarts/echatsTotalLineShow.vue
index b3e53f1..98a3fed 100644
--- a/src/views/dev/echarts/echatsTotalLineShow.vue
+++ b/src/views/dev/echarts/echatsTotalLineShow.vue
@@ -10,11 +10,11 @@