-
+
{{
$t('form.detail') }}
- {{
$t('form.edit') }}
@@ -122,7 +123,11 @@
@click="ghgsr(scope.row)" v-hasPermi="['business:drugFormApply:ghgsr']">{{
$t('page.business.study.studyFormApply.ghgsr') }}
- {{
+ $t('page.business.study.studyFormApply.sy') }}
+
+ {{
$t('page.business.study.studyFormApply.sy') }}
@@ -149,6 +154,8 @@
+
+
@@ -169,6 +176,7 @@ import Xq from "@/views/business/study/comp/sqbd/Xq";
import Sy from "@/views/business/study/comp/sqbd/Sy";
import Fz from "@/views/business/study/comp/sqbd/Fz";
import Fh from "@/views/business/study/comp/sqbd/Fh";
+import Sh from "@/views/business/study/comp/sqbd/Sh";
import Qrfz from "@/views/business/study/comp/sqbd/Qrfz";
import Jq from "@/views/business/study/comp/sqbd/Jq";
import Ghgsr from "@/views/business/study/comp/sqbd/Ghgsr";
@@ -205,11 +213,12 @@ export default {
deep: true
}
},
- components: { Ghgsr, Fh, Fz, Bj, Xq, Qrfz, Sy, Jq, SelectDeptUser, SelectDeptUserDialog },
+ components: { Ghgsr, Fh, Sh,Fz, Bj, Xq, Qrfz, Sy, Jq, SelectDeptUser, SelectDeptUserDialog },
data() {
return {
leader: null,
showFh: false,
+ showSh: false,
showAudit: false,
showEdit: false,
showDetail: false,
@@ -321,6 +330,11 @@ export default {
this.$emit('showDetail', this.showFh)
this.search()
},
+ shClose() {
+ this.showSh = false
+ this.$emit('showDetail', this.showSh)
+ this.search()
+ },
detail(row) {
this.showDetail = true
this.$emit('showDetail', this.showDetail)
@@ -336,6 +350,11 @@ export default {
this.$emit('showDetail', this.showFh)
this.$refs.Fh.show(row)
},
+ sh(row) {
+ this.showSh = true
+ this.$emit('showDetail', this.showSh)
+ this.$refs.Sh.show(row)
+ },
}
}
diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue
index 339d87b..636bbe2 100644
--- a/src/views/business/study/comp/sqbd/Bj.vue
+++ b/src/views/business/study/comp/sqbd/Bj.vue
@@ -83,12 +83,44 @@
- todo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -187,6 +219,7 @@ export default {
fzrsh: null,
shryId: null,
sfbl: null,
+ qmyy:'制作提交预制表单',
shryMc: null,
}
this.resetForm("form")
@@ -200,8 +233,7 @@ export default {
this.showIndex = 2
this.$modal.loading()
studyFormApply_info({ id: row.id }).then(response => {
- this.form = response.data
- this.form.qmyy = '制作提交预制表单'
+ this.form = _.merge({}, this.form, response.data)
this.open = true
this.$modal.closeLoading()
})
diff --git a/src/views/business/study/comp/sqbd/Fh.vue b/src/views/business/study/comp/sqbd/Fh.vue
index 3afd461..1a3c3d5 100644
--- a/src/views/business/study/comp/sqbd/Fh.vue
+++ b/src/views/business/study/comp/sqbd/Fh.vue
@@ -14,8 +14,6 @@
}}
{{ $t('page.business.study.studyFormApply.fhtg')
}}
- {{ $t('page.business.study.studyFormApply.tongguo')
- }}
@@ -110,7 +108,7 @@
diff --git a/src/views/business/study/comp/ytbdList.vue b/src/views/business/study/comp/ytbdList.vue
index 1b269a3..c647016 100644
--- a/src/views/business/study/comp/ytbdList.vue
+++ b/src/views/business/study/comp/ytbdList.vue
@@ -68,6 +68,7 @@
{{ $t('page.business.form.statusTbz') }}
{{ $t('page.business.form.statusYtj') }}
{{ $t('page.business.form.statusYtg') }}
+ {{ $t('page.business.form.statusWtg') }}