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 @@