diff --git a/src/api/business/study/studyFormApply.js b/src/api/business/study/studyFormApply.js index 33473d0..b14d96c 100644 --- a/src/api/business/study/studyFormApply.js +++ b/src/api/business/study/studyFormApply.js @@ -86,6 +86,14 @@ export function studyFormApply_bc(data) { }) } +//仅保存 +export function studyFormApply_bcOnly(data) { + return request({ + url: '/system/business/studyFormApply/bcOnly', + method: 'post', + data: data + }) +} //提交 export function studyFormApply_tj(data) { return request({ diff --git a/src/api/business/study/studyFormFill.js b/src/api/business/study/studyFormFill.js index 7093f2c..14d1263 100644 --- a/src/api/business/study/studyFormFill.js +++ b/src/api/business/study/studyFormFill.js @@ -88,6 +88,14 @@ export function studyFormFill_bc(data) { }) } +//仅保存 +export function studyFormFill_bcOnly(data) { + return request({ + url: '/system/business/studyFormFill/bcOnly', + method: 'post', + data: data + }) +} //提交 export function studyFormFill_tj(data) { return request({ diff --git a/src/api/business/study/studyFormPlan.js b/src/api/business/study/studyFormPlan.js index cee4d59..be88b3a 100644 --- a/src/api/business/study/studyFormPlan.js +++ b/src/api/business/study/studyFormPlan.js @@ -61,6 +61,14 @@ export function studyFormPlan_bc(data) { }) } +//仅保存 +export function studyFormPlan_bcOnly(data) { + return request({ + url: '/system/business/studyFormPlan/bcOnly', + method: 'post', + data: data + }) +} //提交 export function studyFormPlan_tj(data) { return request({ diff --git a/src/api/business/study/studyFormPre.js b/src/api/business/study/studyFormPre.js index d61d8bb..0b46252 100644 --- a/src/api/business/study/studyFormPre.js +++ b/src/api/business/study/studyFormPre.js @@ -43,6 +43,14 @@ export function studyFormPre_bc(data) { }) } +//仅保存 +export function studyFormPre_bcOnly(data) { + return request({ + url: '/system/business/studyFormPre/bcOnly', + method: 'post', + data: data + }) +} //提交 export function studyFormPre_tj(data) { return request({ diff --git a/src/lang/en/business/study/studyFormFill.js b/src/lang/en/business/study/studyFormFill.js index f523d27..02fd192 100644 --- a/src/lang/en/business/study/studyFormFill.js +++ b/src/lang/en/business/study/studyFormFill.js @@ -71,5 +71,7 @@ export default { smxz: 'Declaration of Collaboration', bcsm: 'Additional Remark', fztgjj: 'Approve/Reject Record Abolition', - ysy: 'Reviewed' + ysy: 'Reviewed', + bcjl:'保存记录', + txbbc:'填写并保存' } diff --git a/src/lang/zh/business/study/studyFormFill.js b/src/lang/zh/business/study/studyFormFill.js index 60d4148..8cea015 100644 --- a/src/lang/zh/business/study/studyFormFill.js +++ b/src/lang/zh/business/study/studyFormFill.js @@ -73,4 +73,6 @@ export default { bcsm: '补充说明', fztgjj: '废止通过/拒绝', ysy: '已审阅', + bcjl:'保存记录', + txbbc:'填写并保存' } diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue index 346877b..65e61b8 100644 --- a/src/views/business/study/comp/jhbd/Bj.vue +++ b/src/views/business/study/comp/jhbd/Bj.vue @@ -126,7 +126,7 @@