From 2c0d66c8786e45daa6612b5303076f6d9e9098f4 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 18 Mar 2026 11:04:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/zh/business/study/studyFormFill.js | 2 +- src/views/business/form/drug/comp/tbbdList.vue | 98 +++++++++------------- src/views/business/form/drug/comp/ytbdList.vue | 75 +++++++---------- src/views/business/form/nonTrial/comp/tbbdList.vue | 98 +++++++++------------- src/views/business/form/nonTrial/comp/ytbdList.vue | 77 +++++++---------- .../business/resource/gyzj/comps/gyzjList.vue | 2 +- src/views/business/resource/mjy/comps/mjyList.vue | 2 +- src/views/business/study/comp/jhbdList.vue | 22 ++--- src/views/business/study/comp/tbbdList.vue | 49 ++++------- src/views/business/study/comp/wzlb/gyzjList.vue | 2 +- src/views/business/study/comp/wzlb/mjyList.vue | 2 +- src/views/business/study/comp/ytbdList.vue | 34 ++------ 12 files changed, 170 insertions(+), 293 deletions(-) diff --git a/src/lang/zh/business/study/studyFormFill.js b/src/lang/zh/business/study/studyFormFill.js index fd76c40..294bddf 100644 --- a/src/lang/zh/business/study/studyFormFill.js +++ b/src/lang/zh/business/study/studyFormFill.js @@ -31,7 +31,7 @@ export default { bzyy: '备注原因', jcgj: '稽查轨迹', cjjl: '创建记录', - sfbl: '是否为补录', + sfbl: '是否补录', yes: '是', no: '否', tjjl: '提交记录', diff --git a/src/views/business/form/drug/comp/tbbdList.vue b/src/views/business/form/drug/comp/tbbdList.vue index 885c49a..7c4beb6 100644 --- a/src/views/business/form/drug/comp/tbbdList.vue +++ b/src/views/business/form/drug/comp/tbbdList.vue @@ -3,65 +3,43 @@
@@ -326,7 +304,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.searchForm.cjsjks = this.daterange[0] - this.searchForm.cjsjjs = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.searchForm.cjsjjs = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.searchForm.cjsjks = '' this.searchForm.cjsjjs = '' diff --git a/src/views/business/form/drug/comp/ytbdList.vue b/src/views/business/form/drug/comp/ytbdList.vue index 8fdcae2..d6e4d29 100644 --- a/src/views/business/form/drug/comp/ytbdList.vue +++ b/src/views/business/form/drug/comp/ytbdList.vue @@ -2,48 +2,31 @@
@@ -114,11 +97,11 @@ @@ -396,7 +379,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.searchForm.startDate = this.daterange[0] - this.searchForm.endDate = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.searchForm.endDate = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.searchForm.startDate = '' this.searchForm.endDate = '' @@ -444,7 +427,7 @@ export default { detail(row) { this.showDetail = true this.$emit('showDetail', this.showDetail) - this.$refs.Xq.show(row, true,this.searchForm) + this.$refs.Xq.show(row, true, this.searchForm) }, audit(row) { this.showAudit = true diff --git a/src/views/business/form/nonTrial/comp/tbbdList.vue b/src/views/business/form/nonTrial/comp/tbbdList.vue index 0e9d123..f3274c4 100644 --- a/src/views/business/form/nonTrial/comp/tbbdList.vue +++ b/src/views/business/form/nonTrial/comp/tbbdList.vue @@ -2,65 +2,43 @@
@@ -391,7 +369,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.searchForm.cjsjks = this.daterange[0] - this.searchForm.cjsjjs = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.searchForm.cjsjjs = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.searchForm.cjsjks = '' this.searchForm.cjsjjs = '' diff --git a/src/views/business/form/nonTrial/comp/ytbdList.vue b/src/views/business/form/nonTrial/comp/ytbdList.vue index fe3662a..1f838fc 100644 --- a/src/views/business/form/nonTrial/comp/ytbdList.vue +++ b/src/views/business/form/nonTrial/comp/ytbdList.vue @@ -2,48 +2,31 @@
@@ -113,11 +96,11 @@ @@ -265,7 +248,7 @@ export default { pageNum: 1, pageSize: 10, studyId: -1, - studyStatus:5, + studyStatus: 5, studySn: '', studyMc: '', bdbh: '', @@ -424,7 +407,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.searchForm.startDate = this.daterange[0] - this.searchForm.endDate = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.searchForm.endDate = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.searchForm.startDate = '' this.searchForm.endDate = '' @@ -481,7 +464,7 @@ export default { detail(row) { this.showDetail = true this.$emit('showDetail', this.showDetail) - this.$refs.Xq.show(row, true,this.searchForm) + this.$refs.Xq.show(row, true, this.searchForm) }, audit(row) { this.showAudit = true diff --git a/src/views/business/resource/gyzj/comps/gyzjList.vue b/src/views/business/resource/gyzj/comps/gyzjList.vue index c5bf48d..b440992 100644 --- a/src/views/business/resource/gyzj/comps/gyzjList.vue +++ b/src/views/business/resource/gyzj/comps/gyzjList.vue @@ -522,7 +522,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.queryParams.startDate = this.daterange[0] - this.queryParams.endDate = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.queryParams.endDate = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.queryParams.startDate = '' this.queryParams.endDate = '' diff --git a/src/views/business/resource/mjy/comps/mjyList.vue b/src/views/business/resource/mjy/comps/mjyList.vue index c06594f..9dea244 100644 --- a/src/views/business/resource/mjy/comps/mjyList.vue +++ b/src/views/business/resource/mjy/comps/mjyList.vue @@ -521,7 +521,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.queryParams.startDate = this.daterange[0] - this.queryParams.endDate = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.queryParams.endDate = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.queryParams.startDate = '' this.queryParams.endDate = '' diff --git a/src/views/business/study/comp/jhbdList.vue b/src/views/business/study/comp/jhbdList.vue index 6a336cc..cc185c9 100644 --- a/src/views/business/study/comp/jhbdList.vue +++ b/src/views/business/study/comp/jhbdList.vue @@ -2,41 +2,29 @@
@@ -239,7 +227,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.searchForm.cjsjks = this.daterange[0] - this.searchForm.cjsjjs = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.searchForm.cjsjjs = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.searchForm.cjsjks = '' this.searchForm.cjsjjs = '' diff --git a/src/views/business/study/comp/tbbdList.vue b/src/views/business/study/comp/tbbdList.vue index fa5355b..1b196b4 100644 --- a/src/views/business/study/comp/tbbdList.vue +++ b/src/views/business/study/comp/tbbdList.vue @@ -2,65 +2,48 @@
@@ -386,7 +369,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.searchForm.cjsjks = this.daterange[0] - this.searchForm.cjsjjs = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.searchForm.cjsjjs = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.searchForm.cjsjks = '' this.searchForm.cjsjjs = '' diff --git a/src/views/business/study/comp/wzlb/gyzjList.vue b/src/views/business/study/comp/wzlb/gyzjList.vue index 6a1d69d..da7e287 100644 --- a/src/views/business/study/comp/wzlb/gyzjList.vue +++ b/src/views/business/study/comp/wzlb/gyzjList.vue @@ -255,7 +255,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.queryParams.startDate = this.daterange[0] - this.queryParams.endDate = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.queryParams.endDate = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.queryParams.startDate = '' this.queryParams.endDate = '' diff --git a/src/views/business/study/comp/wzlb/mjyList.vue b/src/views/business/study/comp/wzlb/mjyList.vue index 414e1a8..b61d488 100644 --- a/src/views/business/study/comp/wzlb/mjyList.vue +++ b/src/views/business/study/comp/wzlb/mjyList.vue @@ -233,7 +233,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.queryParams.startDate = this.daterange[0] - this.queryParams.endDate = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.queryParams.endDate = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.queryParams.startDate = '' this.queryParams.endDate = '' diff --git a/src/views/business/study/comp/ytbdList.vue b/src/views/business/study/comp/ytbdList.vue index 7dd0421..f539ff8 100644 --- a/src/views/business/study/comp/ytbdList.vue +++ b/src/views/business/study/comp/ytbdList.vue @@ -2,48 +2,32 @@
@@ -430,7 +414,7 @@ export default { getList() { if (this.daterange != null && this.daterange.length > 0) { this.searchForm.startDate = this.daterange[0] - this.searchForm.endDate = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.searchForm.endDate = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.searchForm.startDate = '' this.searchForm.endDate = ''