From e46bb66ca6c3d82aaaddd3e6e5e39821cf2c7c1f Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 16 六月 2025 15:22:47 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/index.vue | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/src/views/followvisit/record/index.vue b/src/views/followvisit/record/index.vue
index 50b0605..1063d26 100644
--- a/src/views/followvisit/record/index.vue
+++ b/src/views/followvisit/record/index.vue
@@ -211,6 +211,15 @@
</div>
</div>
</el-col>
+ <el-col :span="1.5">
+ <div class="documentf">
+ <div class="document">
+ <el-button type="success" size="medium" @click="onthatday()"
+ >褰撴棩鏈嶅姟</el-button
+ >
+ </div>
+ </div>
+ </el-col>
</el-row>
<el-table
v-loading="loading"
@@ -1039,7 +1048,7 @@
this.cardlist[1].value = response.rows[0].ysf;
this.ycvalue = response.rows[0].yc;
this.cardlist[2].value = response.rows[0].fssb;
- this.cardlist[3].value = response.rows[0].dfs;
+ this.cardlist[3].value = response.rows[0].dsf;
this.cardlist[4].value = response.rows[0].yfs2;
this.yfsvalue = response.rows[0].yfs;
}
@@ -1117,7 +1126,7 @@
this.cardlist[2].value = response.rows[0].ysf;
this.ycvalue = response.rows[0].yc;
this.cardlist[3].value = response.rows[0].fssb;
- this.cardlist[4].value = response.rows[0].dfs;
+ this.cardlist[4].value = response.rows[0].dsf;
this.cardlist[5].value = response.rows[0].yfs2;
this.yfsvalue = response.rows[0].yfs;
}
@@ -1270,6 +1279,15 @@
this.$refs.saveTagInput.$refs.input.focus();
});
},
+ onthatday() {
+ this.topqueryParams.startSendDateTime = this.getCurrentDate();
+ this.topqueryParams.endSendDateTime = this.getCurrentDate();
+ this.getList(1);
+ },
+ getCurrentDate() {
+ const now = new Date();
+ return now.toISOString().slice(0, 10); // 鎴彇鍓�10涓瓧绗︼紝鍗� YYYY-MM-DD
+ },
//鑾峰彇澶卞幓鐒︾偣瑙﹀彂
handleInputConfirm() {
let inputValue = this.inputValue;
--
Gitblit v1.9.3