From 9a73a53fa3af0a4a2b5e07a6e1087908b4899674 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 18 Mar 2026 09:43:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E9=BA=BB=E7=B2=BE=E8=8D=AF=E8=A1=A8?= =?UTF-8?q?=E5=8D=95]bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/business/study/studyFormApply.js | 6 +- src/lang/zh/business/study/studyFormApply.js | 6 +- src/views/business/form/drug/comp/sqbdList.vue | 100 +++++++++++++++++-------- 3 files changed, 78 insertions(+), 34 deletions(-) diff --git a/src/lang/en/business/study/studyFormApply.js b/src/lang/en/business/study/studyFormApply.js index c7470be..6a690a0 100644 --- a/src/lang/en/business/study/studyFormApply.js +++ b/src/lang/en/business/study/studyFormApply.js @@ -60,5 +60,9 @@ export default { smxz: 'Declaration of Collaboration', bcsm: 'Additional Remark', fztgjj: 'Approve/Reject Record Abolition', - ysy: 'Reviewed' + ysy: 'Reviewed', + sybhbm: 'Study Number/Department', + sywzmc: 'Study Material Name', + xynd: 'Required Concentration', + xysj: 'Required Time', } diff --git a/src/lang/zh/business/study/studyFormApply.js b/src/lang/zh/business/study/studyFormApply.js index 55db5cd..b8b0ab6 100644 --- a/src/lang/zh/business/study/studyFormApply.js +++ b/src/lang/zh/business/study/studyFormApply.js @@ -60,5 +60,9 @@ export default { smxz: '申明协作', bcsm: '补充说明', fztgjj: '废止通过/拒绝', - ysy: '已审阅' + ysy: '已审阅', + sybhbm: '试验编号/部门', + sywzmc: '试验物质名称', + xynd: '需要浓度', + xysj: '需要时间', } diff --git a/src/views/business/form/drug/comp/sqbdList.vue b/src/views/business/form/drug/comp/sqbdList.vue index 9cd934c..12fc146 100644 --- a/src/views/business/form/drug/comp/sqbdList.vue +++ b/src/views/business/form/drug/comp/sqbdList.vue @@ -11,8 +11,8 @@ - - + @@ -22,42 +22,56 @@ @change="userChange" /> - - -
- {{ $t('form.search') }} - {{ $t('form.reset') }} -
+ + + - - + - - - + + + + + + + + + + + - - - - + + + + - - + + + + + + + @@ -66,18 +80,32 @@
- + {{ $t('page.business.study.studyFormApply.xzbd') }} + + {{ $t('form.search') }} + {{ $t('form.reset') }} + - + + + + + + + @@ -246,16 +274,20 @@ export default { studyStatus: 5, studySn: '', studyMc: '', + sywzmc: '', bdbh: '', bdmc: '', userId: '', userMc: '', templateMc: '', - cjsjjs: '', - cjsjks: '', + xysjks: '', + xysjjs: '', sfbl: null, tjsjjs: '', tjsjks: '', + xynd: '', + sybhbm: '', + bdzt: '', }, loading: false, total: 0, @@ -302,10 +334,14 @@ export default { this.searchForm.userId = '' this.searchForm.userMc = ' ' this.searchForm.templateMc = '' - this.searchForm.cjsjks = '' - this.searchForm.cjsjjs = '' + this.searchForm.sywzmc = '' + this.searchForm.xysjks = '' + this.searchForm.xysjjs = '' this.searchForm.tjsjks = '' this.searchForm.tjsjjs = '' + this.searchForm.xynd = '' + this.searchForm.sybhbm = '' + this.searchForm.bdzt = null this.searchForm.sfbl = null this.daterange = [] this.daterangetj = [] @@ -313,15 +349,15 @@ export default { }, getList() { if (this.daterange != null && this.daterange.length > 0) { - this.searchForm.cjsjks = this.daterange[0] - this.searchForm.cjsjjs = moment().add(this.daterange[1], 'days').format('YYYY-MM-DD'); + this.searchForm.xysjks = this.daterange[0] + this.searchForm.xysjjs = moment(this.daterange[1]).add(1, 'days').format('YYYY-MM-DD'); } else { - this.searchForm.cjsjks = '' - this.searchForm.cjsjjs = '' + this.searchForm.xysjks = '' + this.searchForm.xysjjs = '' } if (this.daterangetj != null && this.daterangetj.length > 0) { this.searchForm.tjsjks = this.daterangetj[0] - this.searchForm.tjsjjs = moment().add(this.daterangetj[1], 'days').format('YYYY-MM-DD'); + this.searchForm.tjsjjs = moment(this.daterangetj[1]).add(1, 'days').format('YYYY-MM-DD'); } else { this.searchForm.tjsjks = '' this.searchForm.tjsjjs = ''