From 348201ee7a7503e0e02572c09b0d05cf5661d9fb Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Mon, 9 Feb 2026 20:18:56 +0800 Subject: [PATCH 1/7] =?UTF-8?q?fix:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=20=E5=88=A0=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/zh/template/lba copy.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/lang/zh/template/lba copy.js diff --git a/src/lang/zh/template/lba copy.js b/src/lang/zh/template/lba copy.js deleted file mode 100644 index 1e220c6..0000000 --- a/src/lang/zh/template/lba copy.js +++ /dev/null @@ -1,9 +0,0 @@ -//LBA -export default { - lba001: {}, //用的SP001 - lba002: { - cztj: '操作条件', - czsj: '操作时间', - jcbmc: '检测板名称' - } -} From cfd73c3ac2dbf5dc693222ee13eada04b7d719c8 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Mon, 9 Feb 2026 20:34:30 +0800 Subject: [PATCH 2/7] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=20LBA003-=E5=BE=85=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/comps/template/TemplateTable.vue | 14 ++- .../business/comps/template/comps/lba/LBA003.vue | 127 +++++++++++++++++++++ 2 files changed, 137 insertions(+), 4 deletions(-) create mode 100644 src/views/business/comps/template/comps/lba/LBA003.vue diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 46a7281..5d56f50 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -54,11 +54,15 @@ import PCR002 from "./comps/pcr/PCR002.vue"; //LBA // LBA001-使用SP001 import LBA002 from "./comps/lba/LBA002.vue"; +import LBA003 from "./comps/lba/LBA003.vue"; //ADA // ADA001-使用SP001 // ADA002-使用LBA002 +//样品 +// YP001-使用SP001 + export default { name: "TemplateTable", components: { @@ -71,8 +75,9 @@ export default { SP001, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018, // PCR PCR002, - // PCR - LBA002 + //LBA + LBA002, + LBA003 }, props: { sn: { @@ -127,11 +132,12 @@ export default { //LBA 'LBA001': 'SP001', 'LBA002': 'LBA002', - //样品 - 'YP001': 'SP001', + 'LBA003': 'LBA003', //ADA 'ADA001': 'SP001', 'ADA002': 'LBA002', + //样品 + 'YP001': 'SP001', } } return this.componentMap || "Demo" diff --git a/src/views/business/comps/template/comps/lba/LBA003.vue b/src/views/business/comps/template/comps/lba/LBA003.vue new file mode 100644 index 0000000..b75bddf --- /dev/null +++ b/src/views/business/comps/template/comps/lba/LBA003.vue @@ -0,0 +1,127 @@ + + + + + \ No newline at end of file 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 3/7] =?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() }) From f76eeca2ad55c14d280d6e5846514c9f8b598b60 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 9 Feb 2026 21:14:14 +0800 Subject: [PATCH 4/7] =?UTF-8?q?fix:[=E8=AE=A1=E5=88=92=E8=A1=A8=E5=8D=95]?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/sqbd/Bj.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue index 4d25411..6a7f834 100644 --- a/src/views/business/study/comp/sqbd/Bj.vue +++ b/src/views/business/study/comp/sqbd/Bj.vue @@ -287,7 +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.saveSimpleLog({jcmc:'领取申请单新增',nameEn:'Create',name:'',nameEn:''}) this.open = true } }, From 65b17021541858faf30aafbb05a8daa520460512 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 9 Feb 2026 21:24:21 +0800 Subject: [PATCH 5/7] =?UTF-8?q?fix:[=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/jhbd/Bj.vue | 4 +++- src/views/business/study/comp/sqbd/Bj.vue | 4 +++- src/views/business/study/comp/tbbd/Bj.vue | 4 +++- src/views/business/study/comp/ytbd/Bj.vue | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue index cabfc37..97d98d0 100644 --- a/src/views/business/study/comp/jhbd/Bj.vue +++ b/src/views/business/study/comp/jhbd/Bj.vue @@ -285,7 +285,9 @@ export default { this.showIndex = 1 this.form = _.merge({}, this.form, row) this.templateData = deepClone(this.form) - this.saveSimpleLog({jcmc:'计划表单新增',jcmcEn:'Create',jcnr:'',jcmcEn:''}) + let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单') + let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug') + this.saveSimpleLog({jcmc:'计划表单新增',jcmcEn:'Plan Table Create',name:name,nameEn:nameEn}) this.open = true } }, diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue index 6a7f834..d1eeb23 100644 --- a/src/views/business/study/comp/sqbd/Bj.vue +++ b/src/views/business/study/comp/sqbd/Bj.vue @@ -287,7 +287,9 @@ export default { this.showIndex = 1 this.form = _.merge({}, this.form, row) this.templateData = deepClone(this.form) - this.saveSimpleLog({jcmc:'领取申请单新增',nameEn:'Create',name:'',nameEn:''}) + let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单') + let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug') + this.saveSimpleLog({jcmc:'领取申请单新增',jcmcEn:'Material Application Table Create',name:name,nameEn:nameEn}) this.open = true } }, diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index bd9772e..568867c 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -608,7 +608,9 @@ export default { 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:'',nameEn:''}) + let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单') + let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug') + this.saveSimpleLog({jcmc:'填报表单新增',jcmcEn:'Record Create',name:name,nameEn:nameEn}) this.$modal.closeLoading() }) } diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index d8971a9..085ff65 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -285,11 +285,12 @@ 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:''}) + let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单') + let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug') + this.saveSimpleLog({jcmc:'预填表单新增',jcmcEn:'Preset Create',name:name,nameEn:nameEn}) this.open = true } }, From b555488af5f6ba8c18234d66a1b2d7201172e735 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 9 Feb 2026 21:31:05 +0800 Subject: [PATCH 6/7] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/tbbd/Xq.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/business/study/comp/tbbd/Xq.vue b/src/views/business/study/comp/tbbd/Xq.vue index ec31b57..45fdbae 100644 --- a/src/views/business/study/comp/tbbd/Xq.vue +++ b/src/views/business/study/comp/tbbd/Xq.vue @@ -278,6 +278,7 @@ export default { }, }) }, 200); + this.saveSimpleLog({jcmc:'填报表单详情导出',jcmcEn:'Record Detail Export',name:this.form.bdmc+'('+this.form.bdbh+')',nameEn:this.form.bdmc+'('+this.form.bdbh+')'}) }) }, //添加水印 From abab40293126ba9e99b945ebbfad0601b7cc02bd Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 9 Feb 2026 21:44:52 +0800 Subject: [PATCH 7/7] =?UTF-8?q?fix:[=E8=B5=84=E6=BA=90=E5=BA=93]bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/resource/gyzj/comps/gyzj/Bj.vue | 13 ++++++++----- src/views/business/resource/mjy/comps/mjy/Bj.vue | 14 +++++++++----- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/src/views/business/resource/gyzj/comps/gyzj/Bj.vue b/src/views/business/resource/gyzj/comps/gyzj/Bj.vue index b0a7832..b7ace92 100644 --- a/src/views/business/resource/gyzj/comps/gyzj/Bj.vue +++ b/src/views/business/resource/gyzj/comps/gyzj/Bj.vue @@ -39,14 +39,14 @@ - - - + + + - - + + @@ -155,6 +155,9 @@ export default { created() { }, methods: { + ccwzChange(val){ + this.form.cctj=val.wc + }, cancel() { this.open = false }, diff --git a/src/views/business/resource/mjy/comps/mjy/Bj.vue b/src/views/business/resource/mjy/comps/mjy/Bj.vue index 7f7bc23..4414fa4 100644 --- a/src/views/business/resource/mjy/comps/mjy/Bj.vue +++ b/src/views/business/resource/mjy/comps/mjy/Bj.vue @@ -39,16 +39,17 @@ - - - + + + - - + + + @@ -155,6 +156,9 @@ export default { created() { }, methods: { + ccwzChange(val){ + this.form.cctj=val.wc + }, cancel() { this.open = false },