From 0912d792be8bcd303344f761e04fccb5b5a946ca Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 5 Feb 2026 20:55:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95]?= =?UTF-8?q?=E8=8D=AF=E5=89=82=E5=AD=98=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/study/studyFormFill.js | 8 ++ src/lang/en/business/study/studyFormFill.js | 3 +- src/lang/zh/business/study/studyFormFill.js | 3 +- src/views/business/study/comp/tbbd/Bj.vue | 184 +++++++++++++++++++++++++++- 4 files changed, 193 insertions(+), 5 deletions(-) diff --git a/src/api/business/study/studyFormFill.js b/src/api/business/study/studyFormFill.js index 94d27bd..5c34342 100644 --- a/src/api/business/study/studyFormFill.js +++ b/src/api/business/study/studyFormFill.js @@ -111,6 +111,14 @@ export function studyFormFill_tj(data) { data: data }) } +//药剂存储 +export function studyFormFill_yjcc(data) { + return request({ + url: '/system/business/studyFormFill/yjcc', + method: 'post', + data: data + }) +} //观察 export function studyFormFill_gc(data) { diff --git a/src/lang/en/business/study/studyFormFill.js b/src/lang/en/business/study/studyFormFill.js index 25fafca..4abb26f 100644 --- a/src/lang/en/business/study/studyFormFill.js +++ b/src/lang/en/business/study/studyFormFill.js @@ -73,5 +73,6 @@ export default { fztgjj: 'Approve/Reject Record Abolition', ysy: 'Reviewed', bcjl:'Save', - txbbc:'Fill In And Save' + txbbc:'Fill In And Save', + yjcc:'药剂存储' } diff --git a/src/lang/zh/business/study/studyFormFill.js b/src/lang/zh/business/study/studyFormFill.js index 8cea015..fd76c40 100644 --- a/src/lang/zh/business/study/studyFormFill.js +++ b/src/lang/zh/business/study/studyFormFill.js @@ -74,5 +74,6 @@ export default { fztgjj: '废止通过/拒绝', ysy: '已审阅', bcjl:'保存记录', - txbbc:'填写并保存' + txbbc:'填写并保存', + yjcc:'药剂存储' } diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index 4f7e7cc..64c7332 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -28,6 +28,8 @@ {{ $t('page.business.study.studyFormFill.next') }} + {{ $t('page.business.study.studyFormFill.yjcc') + }} {{ $t('page.business.study.studyFormFill.save') }} {{ $t('page.business.study.studyFormFill.submit') }} @@ -223,6 +225,96 @@ + + + + + + + + {{ + $t('page.business.study.studyFormFill.tjcc') }} + + + + + + + + + 存储条件: + + + + + + + 存储位置: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -271,7 +363,7 @@