许成详 6 years ago
parent
commit
0f43463cb9

+ 1
- 1
dist/index.html View File

@@ -1 +1 @@
1
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.459c8e767ce942c562b95ba6d2ff2393.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.992319e39e0ff64940a3.js></script><script type=text/javascript src=./static/js/app.1fa8953994752a35e5fd.js></script></body></html>
1
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.57f5c4bc9fb8d329b5b3831192d694b9.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.992319e39e0ff64940a3.js></script><script type=text/javascript src=./static/js/app.211071f49a39defb575e.js></script></body></html>

+ 2
- 1
src/pages/system/dataStatistics/cardCouponUsedList/index.vue View File

@@ -253,7 +253,8 @@ export default {
253 253
       })
254 254
     },
255 255
     exportExcel () {
256
-      var url = '&tel=' + this.postData.tel + '&status' + this.postData.status + '&receivetype' + this.postData.receivetype + '&begindate' + this.postData.begindate + '&enddate' + this.postData.enddate + '&name' + this.postData.name
256
+      var url = '&tel=' + this.postData.tel + '&status=' + this.postData.status + '&receivetype=' + this.postData.receivetype + '&begindate=' + this.postData.begindate + '&enddate=' + this.postData.enddate + '&name=' + this.postData.name
257
+      console.log(`${this.toolClass.ReplaceOrg(this.$api.statistics.cardCouponUsedListExcel.url)}?token=${localStorage.getItem('JWT')}&caseid=${this.CaseId === 'all' ? '' : this.CaseId}${url}`)
257 258
       window.location.href = `${this.toolClass.ReplaceOrg(this.$api.statistics.cardCouponUsedListExcel.url)}?token=${localStorage.getItem('JWT')}&caseid=${this.CaseId === 'all' ? '' : this.CaseId}${url}`
258 259
     },
259 260
   }

+ 1
- 1
src/pages/system/dataStatistics/courseStatisticsList/index.vue View File

@@ -173,7 +173,7 @@ export default {
173 173
       })
174 174
     },
175 175
     exportExcel () {
176
-      var url = '&typeid' + this.postData.typeid + '&name' + this.postData.name
176
+      var url = '&typeid=' + this.postData.typeid + '&name=' + this.postData.name
177 177
       window.location.href = `${this.toolClass.ReplaceOrg(this.$api.statistics.courseListExcel.url)}?token=${localStorage.getItem('JWT')}&caseid=${this.CaseId === 'all' ? '' : this.CaseId}${url}`
178 178
     },
179 179
   }

+ 1
- 1
src/pages/system/dataStatistics/courseVerifyList/index.vue View File

@@ -198,7 +198,7 @@ export default {
198 198
       })
199 199
     },
200 200
     exportExcel () {
201
-      var url = '&tel' + this.postData.tel + '&status' + this.postData.status + '&name' + this.postData.name
201
+      var url = '&tel=' + this.postData.tel + '&status=' + this.postData.status + '&name=' + this.postData.name
202 202
       window.location.href = `${this.toolClass.ReplaceOrg(this.$api.statistics.courseVerifyListExcel.url)}?token=${localStorage.getItem('JWT')}&caseid=${this.CaseId === 'all' ? '' : this.CaseId}${url}`
203 203
     },
204 204
   }

+ 1
- 1
src/pages/system/dataStatistics/goodsOrderList/index.vue View File

@@ -251,7 +251,7 @@ export default {
251 251
       LODOP.ADD_PRINT_HTM(0, 0, document.getElementsByClassName(cl)[0].offsetWidth, document.getElementsByClassName(cl)[0].offsetHeight, document.getElementsByClassName(cl)[0].innerHTML)
252 252
     },
253 253
     exportExcel () {
254
-      var url = '&status' + this.postData.status + '&usertype' + this.postData.usertype + '&begindate' + this.postData.begindate + '&enddate' + this.postData.enddate
254
+      var url = '&status=' + this.postData.status + '&usertype=' + this.postData.usertype + '&begindate=' + this.postData.begindate + '&enddate=' + this.postData.enddate
255 255
       window.location.href = `${this.toolClass.ReplaceOrg(this.$api.statistics.goodsOrderExcel.url)}?token=${localStorage.getItem('JWT')}&caseid=${this.CaseId === 'all' ? '' : this.CaseId}${url}`
256 256
     },
257 257
   }

+ 1
- 1
src/pages/system/dataStatistics/goodsStatisticsList/index.vue View File

@@ -161,7 +161,7 @@ export default {
161 161
       })
162 162
     },
163 163
     exportExcel () {
164
-      var url = '&typeid' + this.postData.typeid + '&name' + this.postData.name
164
+      var url = '&typeid=' + this.postData.typeid + '&name=' + this.postData.name
165 165
       window.location.href = `${this.toolClass.ReplaceOrg(this.$api.statistics.goodsExcel.url)}?token=${localStorage.getItem('JWT')}&caseid=${this.CaseId === 'all' ? '' : this.CaseId}${url}`
166 166
     },
167 167
   }