From 9c4c32f9824c381fe10b0c6e1772a273e22186c3 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 9 Feb 2026 21:11:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97]?= =?UTF-8?q?=E8=87=B4=E5=91=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/resource/gyzj/comps/gyzjList.vue | 2 +- src/views/business/study/comp/jhbd/Bj.vue | 2 ++ src/views/business/study/comp/jhbd/Fh.vue | 1 + src/views/business/study/comp/jhbd/Sy.vue | 1 + src/views/business/study/comp/jhbd/Xq.vue | 1 + src/views/business/study/comp/sqbd/Bj.vue | 2 ++ src/views/business/study/comp/sqbd/Fh.vue | 1 + src/views/business/study/comp/sqbd/Sh.vue | 1 + src/views/business/study/comp/sqbd/Sy.vue | 1 + src/views/business/study/comp/sqbd/Xq.vue | 1 + src/views/business/study/comp/tbbd/Bj.vue | 4 +++- src/views/business/study/comp/tbbd/Fh.vue | 1 + src/views/business/study/comp/tbbd/Sy.vue | 1 + src/views/business/study/comp/tbbd/Xq.vue | 3 ++- src/views/business/study/comp/ytbd/Bj.vue | 5 +++++ src/views/business/study/comp/ytbd/Sh.vue | 1 + src/views/business/study/comp/ytbd/Xq.vue | 1 + 17 files changed, 26 insertions(+), 3 deletions(-) diff --git a/src/views/business/resource/gyzj/comps/gyzjList.vue b/src/views/business/resource/gyzj/comps/gyzjList.vue index dfbd478..c5bf48d 100644 --- a/src/views/business/resource/gyzj/comps/gyzjList.vue +++ b/src/views/business/resource/gyzj/comps/gyzjList.vue @@ -414,7 +414,7 @@ export default { a.href = uri + window.btoa(unescape(encodeURIComponent(exportTemplate))) a.click() that.$modal.closeLoading() - that.saveSimpleLog({name:'',nameEn:'',jcmc:'给药制剂导出',jcmcEn:'Formulation Export'}) + that.saveSimpleLog({name:'',nameEn:'',jcmc:'给药制剂导出',jcmcEn:'Formulation Export'}) }).finally(() => { that.$modal.closeLoading() }) diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue index f5ea6e7..cabfc37 100644 --- a/src/views/business/study/comp/jhbd/Bj.vue +++ b/src/views/business/study/comp/jhbd/Bj.vue @@ -276,6 +276,7 @@ export default { studyFormPlan_info({ id: row.id }).then(response => { this.form = response.data this.templateData = deepClone(this.form) + this.saveSimpleLog({ jcmc: '计划表单编辑', jcmcEn: 'Plan Table Edit', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() @@ -284,6 +285,7 @@ export default { this.showIndex = 1 this.form = _.merge({}, this.form, row) this.templateData = deepClone(this.form) + this.saveSimpleLog({jcmc:'计划表单新增',jcmcEn:'Create',jcnr:'',jcmcEn:''}) this.open = true } }, diff --git a/src/views/business/study/comp/jhbd/Fh.vue b/src/views/business/study/comp/jhbd/Fh.vue index 1eb129c..a498b11 100644 --- a/src/views/business/study/comp/jhbd/Fh.vue +++ b/src/views/business/study/comp/jhbd/Fh.vue @@ -222,6 +222,7 @@ export default { this.form = response.data this.getQmxxList() this.getJjcgjList() + this.saveSimpleLog({ jcmc: '计划表单复核', jcmcEn: 'Plan Table QC', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() diff --git a/src/views/business/study/comp/jhbd/Sy.vue b/src/views/business/study/comp/jhbd/Sy.vue index 4527202..c42c1e6 100644 --- a/src/views/business/study/comp/jhbd/Sy.vue +++ b/src/views/business/study/comp/jhbd/Sy.vue @@ -178,6 +178,7 @@ export default { this.form = response.data this.getQmxxList() this.getJjcgjList() + this.saveSimpleLog({ jcmc: '计划表单审阅', jcmcEn: 'Plan Table Review', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() diff --git a/src/views/business/study/comp/jhbd/Xq.vue b/src/views/business/study/comp/jhbd/Xq.vue index ca516ae..7bd5222 100644 --- a/src/views/business/study/comp/jhbd/Xq.vue +++ b/src/views/business/study/comp/jhbd/Xq.vue @@ -388,6 +388,7 @@ export default { this.form = response.data this.getQmxxList() this.getJjcgjList() + this.saveSimpleLog({ jcmc: '计划表单详情', jcmcEn: 'Plan Table Detail', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue index b9117eb..4d25411 100644 --- a/src/views/business/study/comp/sqbd/Bj.vue +++ b/src/views/business/study/comp/sqbd/Bj.vue @@ -278,6 +278,7 @@ export default { studyFormApply_info({ id: row.id }).then(response => { this.form = _.merge({}, this.form, response.data) this.templateData = deepClone(this.form) + this.saveSimpleLog({ jcmc: '领取申请单编辑', jcmcEn: 'Material Application Table Edit', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() @@ -286,6 +287,7 @@ export default { this.showIndex = 1 this.form = _.merge({}, this.form, row) this.templateData = deepClone(this.form) + this.saveSimpleLog({jcmc:'领取申请单新增',nameEn:'Create',jcmc:'',jcmcEn:''}) this.open = true } }, diff --git a/src/views/business/study/comp/sqbd/Fh.vue b/src/views/business/study/comp/sqbd/Fh.vue index 0c68abc..4251a32 100644 --- a/src/views/business/study/comp/sqbd/Fh.vue +++ b/src/views/business/study/comp/sqbd/Fh.vue @@ -224,6 +224,7 @@ export default { this.form = response.data this.getQmxxList() this.getJjcgjList() + this.saveSimpleLog({ jcmc: '领取申请单复核', jcmcEn: 'Material Application Table QC', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() diff --git a/src/views/business/study/comp/sqbd/Sh.vue b/src/views/business/study/comp/sqbd/Sh.vue index c25a025..9654484 100644 --- a/src/views/business/study/comp/sqbd/Sh.vue +++ b/src/views/business/study/comp/sqbd/Sh.vue @@ -198,6 +198,7 @@ export default { this.form = response.data this.getQmxxList() this.getJjcgjList() + this.saveSimpleLog({ jcmc: '领取申请单审核', jcmcEn: 'Material Application Table Audit', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() diff --git a/src/views/business/study/comp/sqbd/Sy.vue b/src/views/business/study/comp/sqbd/Sy.vue index 82f4083..52e1575 100644 --- a/src/views/business/study/comp/sqbd/Sy.vue +++ b/src/views/business/study/comp/sqbd/Sy.vue @@ -181,6 +181,7 @@ export default { this.form = response.data this.getQmxxList() this.getJjcgjList() + this.saveSimpleLog({ jcmc: '领取申请单审核', jcmcEn: 'Material Application Table Review', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() diff --git a/src/views/business/study/comp/sqbd/Xq.vue b/src/views/business/study/comp/sqbd/Xq.vue index ccd9209..abc3c25 100644 --- a/src/views/business/study/comp/sqbd/Xq.vue +++ b/src/views/business/study/comp/sqbd/Xq.vue @@ -390,6 +390,7 @@ export default { this.getQmxxList() this.getJjcgjList() this.open = true + this.saveSimpleLog({ jcmc: '领取申请单详情', jcmcEn: 'Material Application Table Detail', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) }).finally(() => { this.$modal.closeLoading() }) diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index 3ce998a..bd9772e 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -597,6 +597,7 @@ export default { this.templateData = deepClone(this.form) const obj = Object.assign({}, this.$route, { title: this.form.bdmc }) this.$tab.updatePage(obj); + this.saveSimpleLog({ jcmc: '填报表单编辑', jcmcEn: 'Record Edit', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.$modal.closeLoading() }) } else { @@ -605,8 +606,9 @@ export default { study_info({ id: params.studyId }).then(response => { this.form = _.merge({}, this.form, { stydyId: params.studyId, resourceStudy: response.data.resource, sftb: 1 }) this.templateData = deepClone(this.form) - const obj = Object.assign({}, this.$route, { title: this.form.bdmc }) + const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') }) this.$tab.updatePage(obj); + this.saveSimpleLog({jcmc:'填报表单新增',jcmcEn:'Create',name:'',nameEn:''}) this.$modal.closeLoading() }) } diff --git a/src/views/business/study/comp/tbbd/Fh.vue b/src/views/business/study/comp/tbbd/Fh.vue index e7d3346..4c81d1a 100644 --- a/src/views/business/study/comp/tbbd/Fh.vue +++ b/src/views/business/study/comp/tbbd/Fh.vue @@ -224,6 +224,7 @@ export default { this.form = response.data this.getQmxxList() this.getJjcgjList() + this.saveSimpleLog({ jcmc: '填报表单复核', jcmcEn: 'Record QC', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.open = true }).finally(() => { this.$modal.closeLoading() diff --git a/src/views/business/study/comp/tbbd/Sy.vue b/src/views/business/study/comp/tbbd/Sy.vue index 6158098..e0873c0 100644 --- a/src/views/business/study/comp/tbbd/Sy.vue +++ b/src/views/business/study/comp/tbbd/Sy.vue @@ -181,6 +181,7 @@ export default { this.getQmxxList() this.getJjcgjList() this.open = true + this.saveSimpleLog({ jcmc: '填报表单审阅', jcmcEn: 'Record Review', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) }).finally(() => { this.$modal.closeLoading() }) diff --git a/src/views/business/study/comp/tbbd/Xq.vue b/src/views/business/study/comp/tbbd/Xq.vue index 14d919c..ec31b57 100644 --- a/src/views/business/study/comp/tbbd/Xq.vue +++ b/src/views/business/study/comp/tbbd/Xq.vue @@ -305,7 +305,7 @@ export default { ctx.save() ctx.translate(canvas.width / 2, canvas.height / 2) ctx.rotate(-Math.PI / 4) // 45度倾斜 - let time=moment().format("YYYY-MM-DD HH:mm:ss") + let time = moment().format("YYYY-MM-DD HH:mm:ss") for (let x = -canvas.width; x < canvas.width * 2; x += stepX) { for (let y = -canvas.height; y < canvas.height * 2; y += stepY) { // 动态水印内容 @@ -395,6 +395,7 @@ export default { this.getQmxxList() this.getJjcgjList() this.open = true + this.saveSimpleLog({ jcmc: '填报详情', jcmcEn: 'Record Detail', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) }).finally(() => { this.$modal.closeLoading() }) diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index 31435fb..d8971a9 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -277,6 +277,7 @@ export default { this.form.qmyy = this.$t('page.business.study.studyFormPre.zztjyzbd') this.templateData = deepClone(this.form) this.open = true + this.saveSimpleLog({ jcmc: '预填表单编辑', jcmcEn: 'Preset Edit', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.$modal.closeLoading() }).finally(() => { this.$modal.closeLoading() @@ -284,7 +285,11 @@ export default { } else { this.showIndex = 1 this.form = _.merge({}, this.form, row) + this.saveSimpleLog({name:this.form.bdbh,nameEn:this.form.bdbh,jcmc:'新增表单',jcmcEn:'Create'}) this.templateData = deepClone(this.form) + const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') }) + this.$tab.updatePage(obj); + this.saveSimpleLog({jcmc:'预填表单新增',jcmcEn:'Create',name:'',jcmcEn:''}) this.open = true } }, diff --git a/src/views/business/study/comp/ytbd/Sh.vue b/src/views/business/study/comp/ytbd/Sh.vue index 0b3e72e..733058e 100644 --- a/src/views/business/study/comp/ytbd/Sh.vue +++ b/src/views/business/study/comp/ytbd/Sh.vue @@ -200,6 +200,7 @@ export default { studyFormPre_info({ id: row.id }).then(response => { this.form = response.data this.open = true + this.saveSimpleLog({ jcmc: '预填表单审核', jcmcEn: 'Preset Audit', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' }) this.$modal.closeLoading() }).finally(() => { this.$modal.closeLoading() diff --git a/src/views/business/study/comp/ytbd/Xq.vue b/src/views/business/study/comp/ytbd/Xq.vue index 75c1670..778bd3b 100644 --- a/src/views/business/study/comp/ytbd/Xq.vue +++ b/src/views/business/study/comp/ytbd/Xq.vue @@ -227,6 +227,7 @@ export default { this.getJjcgjList() this.getIsMatchSubject() this.open = true + this.saveSimpleLog({jcmc:'预填详情',jcmcEn:'Preset Detail',name:this.form.bdmc+'('+this.form.bdbh+')',nameEn:this.form.bdmc+'('+this.form.bdbh+')'}) }).finally(() => { this.$modal.closeLoading() })