@@ -80,7 +80,7 @@
-
+
{{ $t('page.business.study.studyFormFill.tbz') }}
{{ $t('page.business.study.studyFormFill.ytj') }}
@@ -90,7 +90,8 @@
{{ $t('page.business.study.studyFormFill.yfz') }}
-
+
{{ $t('page.business.study.studyFormFill.yes') }}
{{ $t('page.business.study.studyFormFill.no') }}
@@ -104,29 +105,38 @@
{{
$t('form.detail') }}
- {{
- $t('form.edit') }}
+ {{
+ $t('form.edit') }}
- {{
- $t('page.business.study.studyFormFill.fh') }}
+ {{
+ $t('page.business.study.studyFormFill.fh') }}
- {{
- $t('page.business.study.studyFormFill.jq') }}
+ {{
+ $t('page.business.study.studyFormFill.jq') }}
- {{
- $t('page.business.study.studyFormFill.ghgsr') }}
+ {{
+ $t('page.business.study.studyFormFill.ghgsr') }}
- {{
- $t('page.business.study.studyFormFill.sy') }}
+ {{
+ $t('page.business.study.studyFormFill.sy') }}
- {{
- $t('page.business.study.studyFormFill.fz') }}
+ {{
+ $t('page.business.study.studyFormFill.fz') }}
- {{
- $t('page.business.study.studyFormFill.shfz') }}
+ {{
+ $t('page.business.study.studyFormFill.qrfz') }}
- {{
- $t('page.business.study.studyFormFill.gc') }}
+ {{
+ $t('page.business.study.studyFormFill.gc') }}
@@ -139,8 +149,16 @@
-
+
+
+
+
+
+
+
+
+
@@ -152,6 +170,7 @@ import {
import Bj from "./tbbd/Bj";
import Xq from "./tbbd/Xq";
import Sh from "./tbbd/Sh";
+import Fz from "./tbbd/Fz";
import SelectDeptUser from '@/views/business/comps/select/SelectDeptUser';
import { mapGetters } from 'vuex'
import moment from "moment";
@@ -182,7 +201,7 @@ export default {
deep: true
}
},
- components: { Bj, Xq, Sh, SelectDeptUser },
+ components: { Fz, Bj, Xq, Sh, SelectDeptUser },
data() {
return {
leader: null,
@@ -195,7 +214,7 @@ export default {
pageNum: 1,
pageSize: 10,
studyId: '',
- studySubjectId:'',
+ studySubjectId: '',
bdbh: '',
bdmc: '',
userId: '',
@@ -214,6 +233,18 @@ export default {
},
created() { },
methods: {
+ jq(row) {
+ this.$refs.Jq.show(row)
+ },
+ qrfz(row) {
+ this.$refs.Qrfz.show(row)
+ },
+ gc(row) {
+ this.$refs.Gc.show(row)
+ },
+ fz(row) {
+ this.$refs.Fz.show(row)
+ },
userChange(val) {
this.searchForm.userId = val.id
this.searchForm.userMc = val.name
@@ -224,7 +255,8 @@ export default {
this.getList()
},
reset() {
-
+ this.resetForm("searchForm")
+ this.handleQuery()
},
getList() {
if (this.daterange != null && this.daterange.length > 0) {
@@ -251,7 +283,7 @@ export default {
add() {
this.showEdit = true
this.$emit('showDetail', this.showEdit)
- this.$refs.Bj.edit({ studyId: this.searchForm.studyId,studySubjectId:this.searchForm.studySubjectId })
+ this.$refs.Bj.edit({ studyId: this.searchForm.studyId, studySubjectId: this.searchForm.studySubjectId })
},
edit(row) {
this.showEdit = true
@@ -278,7 +310,7 @@ export default {
this.$emit('showDetail', this.showDetail)
this.$refs.Xq.show(row)
},
- audit(row) {
+ sh(row) {
this.showAudit = true
this.$emit('showDetail', this.showAudit)
this.$refs.Sh.show(row)
diff --git a/src/views/business/study/comp/ytbdList.vue b/src/views/business/study/comp/ytbdList.vue
index 30c9803..7e2a19c 100644
--- a/src/views/business/study/comp/ytbdList.vue
+++ b/src/views/business/study/comp/ytbdList.vue
@@ -2,34 +2,49 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('form.search') }}
- {{ $t('form.reset') }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('form.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -150,7 +165,7 @@ export default {
pageNum: 1,
pageSize: 10,
studyId: '',
- studySubjectId:'',
+ studySubjectId: '',
bdbh: '',
bdmc: '',
userId: '',
@@ -177,7 +192,8 @@ export default {
this.getList()
},
reset() {
-
+ this.resetForm("searchForm")
+ this.handleQuery()
},
getList() {
if (this.daterange != null && this.daterange.length > 0) {
@@ -197,7 +213,7 @@ export default {
add() {
this.showEdit = true
this.$emit('showDetail', this.showEdit)
- this.$refs.Bj.edit({ studyId: this.searchForm.studyId,studySubjectId:this.searchForm.studySubjectId })
+ this.$refs.Bj.edit({ studyId: this.searchForm.studyId, studySubjectId: this.searchForm.studySubjectId })
},
edit(row) {
this.showEdit = true