diff --git a/src/api/business/study/studyFormApply.js b/src/api/business/study/studyFormApply.js index edc2ab7..63bd296 100644 --- a/src/api/business/study/studyFormApply.js +++ b/src/api/business/study/studyFormApply.js @@ -87,16 +87,6 @@ export function studyFormApply_tj(data) { data: data }) } - -//观察 -export function studyFormApply_gc(data) { - return request({ - url: '/system/business/studyFormApply/gc', - method: 'post', - data: data - }) -} - //复核通过 export function studyFormApply_fhtg(data) { return request({ @@ -115,15 +105,26 @@ export function studyFormApply_fhjj(data) { }) } -//通过 -export function studyFormApply_tg(data) { +//审核通过 +export function studyFormApply_shtg(data) { return request({ - url: '/system/business/studyFormApply/tg', + url: '/system/business/studyFormApply/shtg', method: 'post', data: data }) } +//审核拒绝 +export function studyFormApply_shjj(data) { + return request({ + url: '/system/business/studyFormApply/shjj', + method: 'post', + data: data + }) +} + + + //审阅 export function studyFormApply_sy(data) { return request({ diff --git a/src/lang/en/business/study/studyFormApply.js b/src/lang/en/business/study/studyFormApply.js index 8f24fad..dc4ff22 100644 --- a/src/lang/en/business/study/studyFormApply.js +++ b/src/lang/en/business/study/studyFormApply.js @@ -53,5 +53,7 @@ shenyue:'Review', fhjj:'复核拒绝', fhtg:'复核通过', +shjj:'审核拒绝', +shtg:'审核通过', tongguo:'Approve', } diff --git a/src/lang/zh/business/study/studyFormApply.js b/src/lang/zh/business/study/studyFormApply.js index 1bac2f2..7255d5b 100644 --- a/src/lang/zh/business/study/studyFormApply.js +++ b/src/lang/zh/business/study/studyFormApply.js @@ -53,6 +53,8 @@ rybg:'人员变更', shenyue:'审阅', fhjj:'复核拒绝', fhtg:'复核通过', +shjj:'审核拒绝', +shtg:'审核通过', tongguo:'通过', } diff --git a/src/views/business/form/drug/comp/sqbdList.vue b/src/views/business/form/drug/comp/sqbdList.vue index d42deef..1ffc68a 100644 --- a/src/views/business/form/drug/comp/sqbdList.vue +++ b/src/views/business/form/drug/comp/sqbdList.vue @@ -84,8 +84,9 @@ @@ -100,12 +101,12 @@ @@ -187,6 +219,7 @@ export default { fzrsh: null, shryId: null, sfbl: null, + qmyy:'制作提交预制表单', shryMc: null, } this.resetForm("form") @@ -200,8 +233,7 @@ export default { this.showIndex = 2 this.$modal.loading() studyFormApply_info({ id: row.id }).then(response => { - this.form = response.data - this.form.qmyy = '制作提交预制表单' + this.form = _.merge({}, this.form, response.data) this.open = true this.$modal.closeLoading() }) diff --git a/src/views/business/study/comp/sqbd/Fh.vue b/src/views/business/study/comp/sqbd/Fh.vue index 3afd461..1a3c3d5 100644 --- a/src/views/business/study/comp/sqbd/Fh.vue +++ b/src/views/business/study/comp/sqbd/Fh.vue @@ -14,8 +14,6 @@ }} {{ $t('page.business.study.studyFormApply.fhtg') }} - {{ $t('page.business.study.studyFormApply.tongguo') - }}
@@ -110,7 +108,7 @@ diff --git a/src/views/business/study/comp/ytbdList.vue b/src/views/business/study/comp/ytbdList.vue index 1b269a3..c647016 100644 --- a/src/views/business/study/comp/ytbdList.vue +++ b/src/views/business/study/comp/ytbdList.vue @@ -68,6 +68,7 @@ {{ $t('page.business.form.statusTbz') }} {{ $t('page.business.form.statusYtj') }} {{ $t('page.business.form.statusYtg') }} + {{ $t('page.business.form.statusWtg') }}