From bc050bc4038977e09ae6db41ee1065408244c8c2 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 1 Jan 2026 17:30:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86][=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95]=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/business/study/studyFormFill.js | 6 +- src/lang/zh/business/study/studyFormFill.js | 4 +- src/views/business/study/comp/tbbd/Fz.vue | 113 ++++++++++++++++++++++++++++ src/views/business/study/comp/tbbd/Gc.vue | 113 ++++++++++++++++++++++++++++ src/views/business/study/comp/tbbd/Jq.vue | 113 ++++++++++++++++++++++++++++ src/views/business/study/comp/tbbd/Qrfz.vue | 113 ++++++++++++++++++++++++++++ src/views/business/study/comp/tbbdList.vue | 82 ++++++++++++++------ src/views/business/study/comp/ytbdList.vue | 78 +++++++++++-------- 8 files changed, 561 insertions(+), 61 deletions(-) create mode 100644 src/views/business/study/comp/tbbd/Fz.vue create mode 100644 src/views/business/study/comp/tbbd/Gc.vue create mode 100644 src/views/business/study/comp/tbbd/Jq.vue create mode 100644 src/views/business/study/comp/tbbd/Qrfz.vue diff --git a/src/lang/en/business/study/studyFormFill.js b/src/lang/en/business/study/studyFormFill.js index 4fcb333..8887483 100644 --- a/src/lang/en/business/study/studyFormFill.js +++ b/src/lang/en/business/study/studyFormFill.js @@ -1,5 +1,4 @@ export default { - jcsz:'基础设置', bdtb:'表单填报', xzbd:'新增表单', @@ -8,7 +7,7 @@ export default { ghgsr:'更换归属人', sy:'审阅', fz:'废止', - shfz:'确认废止', + qrfz:'确认废止', gc:'观察', bdsm:'表单说明', zc:'暂存', @@ -27,7 +26,7 @@ export default { yes:'是', no:'否', tjjl:'提交记录', - +sqfz:'申请废止', dcqbjcgj:'导出(全部稽查轨迹)', dclcjcgj:'导出(流程稽查轨迹)', dcbjjcgj:'导出(编辑稽查轨迹)', @@ -41,4 +40,5 @@ export default { ywc:'已完成', dfz:'待废止', yfz:'已废止', + } diff --git a/src/lang/zh/business/study/studyFormFill.js b/src/lang/zh/business/study/studyFormFill.js index 7de9685..8887483 100644 --- a/src/lang/zh/business/study/studyFormFill.js +++ b/src/lang/zh/business/study/studyFormFill.js @@ -7,7 +7,7 @@ export default { ghgsr:'更换归属人', sy:'审阅', fz:'废止', - shfz:'确认废止', + qrfz:'确认废止', gc:'观察', bdsm:'表单说明', zc:'暂存', @@ -26,7 +26,7 @@ export default { yes:'是', no:'否', tjjl:'提交记录', - +sqfz:'申请废止', dcqbjcgj:'导出(全部稽查轨迹)', dclcjcgj:'导出(流程稽查轨迹)', dcbjjcgj:'导出(编辑稽查轨迹)', diff --git a/src/views/business/study/comp/tbbd/Fz.vue b/src/views/business/study/comp/tbbd/Fz.vue new file mode 100644 index 0000000..c62510e --- /dev/null +++ b/src/views/business/study/comp/tbbd/Fz.vue @@ -0,0 +1,113 @@ +G + + diff --git a/src/views/business/study/comp/tbbd/Gc.vue b/src/views/business/study/comp/tbbd/Gc.vue new file mode 100644 index 0000000..4fdcdb1 --- /dev/null +++ b/src/views/business/study/comp/tbbd/Gc.vue @@ -0,0 +1,113 @@ +G + + diff --git a/src/views/business/study/comp/tbbd/Jq.vue b/src/views/business/study/comp/tbbd/Jq.vue new file mode 100644 index 0000000..fd1cb63 --- /dev/null +++ b/src/views/business/study/comp/tbbd/Jq.vue @@ -0,0 +1,113 @@ +G + + diff --git a/src/views/business/study/comp/tbbd/Qrfz.vue b/src/views/business/study/comp/tbbd/Qrfz.vue new file mode 100644 index 0000000..a5789c2 --- /dev/null +++ b/src/views/business/study/comp/tbbd/Qrfz.vue @@ -0,0 +1,113 @@ +G + + diff --git a/src/views/business/study/comp/tbbdList.vue b/src/views/business/study/comp/tbbdList.vue index b8db700..b29d5c9 100644 --- a/src/views/business/study/comp/tbbdList.vue +++ b/src/views/business/study/comp/tbbdList.vue @@ -1,5 +1,5 @@ @@ -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 @@
@@ -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