|
@@ -266,13 +266,13 @@ export default {
|
|
|
console.log(data, "修改备注");
|
|
console.log(data, "修改备注");
|
|
|
if (data && data.code === 0) {
|
|
if (data && data.code === 0) {
|
|
|
this.$message({
|
|
this.$message({
|
|
|
- message: "修改成功",
|
|
|
|
|
- type: "success",
|
|
|
|
|
- duration: 1500,
|
|
|
|
|
- onClose: () => {
|
|
|
|
|
- this.dataSelect();
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ message: "修改成功",
|
|
|
|
|
+ type: "success",
|
|
|
|
|
+ duration: 1500,
|
|
|
|
|
+ onClose: () => {
|
|
|
|
|
+ // this.dataSelect();
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
this.dialogFormVisible = false;
|
|
this.dialogFormVisible = false;
|
|
|
this.dataSelect();
|
|
this.dataSelect();
|
|
|
}
|
|
}
|
|
@@ -281,7 +281,7 @@ export default {
|
|
|
|
|
|
|
|
exportList() {
|
|
exportList() {
|
|
|
this.exportVisible = true;
|
|
this.exportVisible = true;
|
|
|
- console.log(this.duanxinData.totalCount,'导出条数');
|
|
|
|
|
|
|
+ console.log(this.duanxinData.totalCount, "导出条数");
|
|
|
|
|
|
|
|
if (this.duanxinData.totalCount >= 50000) {
|
|
if (this.duanxinData.totalCount >= 50000) {
|
|
|
this.exportTitle = "导出错误";
|
|
this.exportTitle = "导出错误";
|
|
@@ -290,19 +290,19 @@ export default {
|
|
|
this.exportTitle = "导出";
|
|
this.exportTitle = "导出";
|
|
|
this.exportFlag = 2;
|
|
this.exportFlag = 2;
|
|
|
this.exportVisible = true;
|
|
this.exportVisible = true;
|
|
|
- var userId = this.$cookie.get('userId')
|
|
|
|
|
|
|
+ var userId = this.$cookie.get("userId");
|
|
|
// rechargeOrder, String acount,String userId
|
|
// rechargeOrder, String acount,String userId
|
|
|
this.$http({
|
|
this.$http({
|
|
|
url: this.$http.adornUrl("admin/export/excelRecharge"),
|
|
url: this.$http.adornUrl("admin/export/excelRecharge"),
|
|
|
method: "get",
|
|
method: "get",
|
|
|
params: this.$http.adornParams({
|
|
params: this.$http.adornParams({
|
|
|
- userId:userId,
|
|
|
|
|
|
|
+ userId: userId,
|
|
|
rechargeOrder: this.orderNo,
|
|
rechargeOrder: this.orderNo,
|
|
|
- acount: this.phone,
|
|
|
|
|
|
|
+ acount: this.phone
|
|
|
})
|
|
})
|
|
|
}).then(({ data }) => {
|
|
}).then(({ data }) => {
|
|
|
console.log(data, "导出");
|
|
console.log(data, "导出");
|
|
|
- if(data.code==0){
|
|
|
|
|
|
|
+ if (data.code == 0) {
|
|
|
this.exportTitle = "导出成功";
|
|
this.exportTitle = "导出成功";
|
|
|
this.exportFlag = 3;
|
|
this.exportFlag = 3;
|
|
|
}
|
|
}
|
|
@@ -323,20 +323,20 @@ export default {
|
|
|
.downloadList >>> .remark {
|
|
.downloadList >>> .remark {
|
|
|
width: 400px;
|
|
width: 400px;
|
|
|
}
|
|
}
|
|
|
-.downloadList >>> .remark .con {
|
|
|
|
|
|
|
+.downloadList >>> .remark .con {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
|
}
|
|
}
|
|
|
-.downloadList >>> .remark .btn {
|
|
|
|
|
|
|
+.downloadList >>> .remark .btn {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row-reverse;
|
|
flex-direction: row-reverse;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* 导出限制 */
|
|
/* 导出限制 */
|
|
|
-.downloadList >>> .export {
|
|
|
|
|
|
|
+.downloadList >>> .export {
|
|
|
width: 500px;
|
|
width: 500px;
|
|
|
}
|
|
}
|
|
|
-.downloadList >>> .export .con {
|
|
|
|
|
|
|
+.downloadList >>> .export .con {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
justify-content: center;
|