@@ -113,11 +96,11 @@
{{ $t('page.business.study.studyFormPre.guanbi')
- }}
+ }}
{{ $t('page.business.study.studyFormPre.qrgb')
- }}
+ }}
@@ -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 @@
-
-
-
+
+ style="width: 150px" />
-
-
+ style="width: 150px" />
-
-
-
-
-
-
-
{{ $t('form.search') }}
{{ $t('form.reset') }}
-
-
@@ -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 @@
-
-
-
+
+
+ style="width: 150px" />
-
-
+
+ style="width: 150px" />
-
-
+
-
-
-
-
-
- {{ $t('form.search') }}
- {{ $t('form.reset') }}
-
-
-
-
-
-
+ style="width: 150px" />
-
-
-
-
+
-
-
+
-
+
-
-
+
+ {{ $t('form.search') }}
+ {{ $t('form.reset') }}
+
@@ -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 @@
-
-
-
+
+ style="width: 150px" />
-
-
+ style="width: 150px" />
-
-
-
-
-
- {{ $t('form.search') }}
- {{ $t('form.reset') }}
-
-
-
-
-
+ style="width: 150px" />
-
-
-
-
+
+ {{ $t('form.search') }}
+ {{ $t('form.reset') }}
+
@@ -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 = ''