+
+
+
-
-
+
+
+
+
+
+
+
@@ -66,18 +80,32 @@
-
+
{{
$t('page.business.study.studyFormApply.xzbd') }}
+
+ {{ $t('form.search') }}
+ {{ $t('form.reset') }}
+
-
+
+
+ {{ scope.row.sySn||'' }}
+ {{ scope.row.bmName||'' }}
+
+
+
+
+
+
@@ -246,16 +274,20 @@ export default {
studyStatus: 5,
studySn: '',
studyMc: '',
+ sywzmc: '',
bdbh: '',
bdmc: '',
userId: '',
userMc: '',
templateMc: '',
- cjsjjs: '',
- cjsjks: '',
+ xysjks: '',
+ xysjjs: '',
sfbl: null,
tjsjjs: '',
tjsjks: '',
+ xynd: '',
+ sybhbm: '',
+ bdzt: '',
},
loading: false,
total: 0,
@@ -302,10 +334,14 @@ export default {
this.searchForm.userId = ''
this.searchForm.userMc = ' '
this.searchForm.templateMc = ''
- this.searchForm.cjsjks = ''
- this.searchForm.cjsjjs = ''
+ this.searchForm.sywzmc = ''
+ this.searchForm.xysjks = ''
+ this.searchForm.xysjjs = ''
this.searchForm.tjsjks = ''
this.searchForm.tjsjjs = ''
+ this.searchForm.xynd = ''
+ this.searchForm.sybhbm = ''
+ this.searchForm.bdzt = null
this.searchForm.sfbl = null
this.daterange = []
this.daterangetj = []
@@ -313,15 +349,15 @@ 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.xysjks = this.daterange[0]
+ this.searchForm.xysjjs = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD');
} else {
- this.searchForm.cjsjks = ''
- this.searchForm.cjsjjs = ''
+ this.searchForm.xysjks = ''
+ this.searchForm.xysjjs = ''
}
if (this.daterangetj != null && this.daterangetj.length > 0) {
this.searchForm.tjsjks = this.daterangetj[0]
- this.searchForm.tjsjjs = moment().add(this.daterangetj[1], 'days').format('YYYY-MM-DD');
+ this.searchForm.tjsjjs = moment(this.daterangetj[1]).add(1, 'days').format('YYYY-MM-DD');
} else {
this.searchForm.tjsjks = ''
this.searchForm.tjsjjs = ''