From e7d92445eb2b57c62d75e80dfa5fbcfeedb73ee8 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 21 Jan 2026 20:32:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86]bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/study/studyFormApply.js | 8 +++ src/api/business/study/studyFormFill.js | 8 +++ src/api/business/study/studyFormPlan.js | 8 +++ src/api/business/study/studyFormPre.js | 8 +++ src/lang/en/business/study/studyFormFill.js | 4 +- src/lang/zh/business/study/studyFormFill.js | 2 + src/views/business/study/comp/jhbd/Bj.vue | 4 +- src/views/business/study/comp/sqbd/Bj.vue | 4 +- src/views/business/study/comp/tbbd/Bj.vue | 108 ++++++++++++++++++++++------ src/views/business/study/comp/ytbd/Bj.vue | 31 ++++---- 10 files changed, 141 insertions(+), 44 deletions(-) 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 @@