From a339a810807cb99947516198eb7d31449844187c Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Wed, 21 Jan 2026 21:17:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= 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/components/Template/CustomTable.vue | 47 +++++---- src/components/Template/SelectTable.vue | 2 +- src/lang/en/business/study/studyFormFill.js | 4 +- src/lang/en/template/sp.js | 3 +- src/lang/zh/business/study/studyFormFill.js | 2 + src/lang/zh/template/sp.js | 3 +- .../template/comps/sp/SWYPFXFFXYPZBB/Recovery.vue | 5 +- .../comps/template/comps/sp/SWYPNBGZYZBB.vue | 65 ++++++------- .../formConfig/SWYPFXFFXYPZBBTableConfig.js | 1 + .../template/formConfig/paralleAndLadderConfig.js | 4 +- src/views/business/form/drug/comp/tbbdList.vue | 4 +- src/views/business/form/nonTrial/comp/tbbdList.vue | 4 +- 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/tbbdList.vue | 8 +- src/views/business/study/comp/ytbd/Bj.vue | 31 +++--- src/views/business/template/list.vue | 37 +++++-- 22 files changed, 249 insertions(+), 119 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/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 9ad7981..769b1fe 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -63,17 +63,7 @@ :error="hasError(rowIndex, colIndex, col.prop)" @update:error="onErrorUpdate(rowIndex, colIndex, col.prop, $event)" :orange-bg="hasOrangeBg(rowIndex, colIndex, col.prop)" /> -
-
{{ col.otherLabel ? $t(col.otherLabel) : $t("template.common.other") }} -
-
- -
-
+ @@ -89,8 +79,20 @@ + + +
+
{{ col.otherLabel ? $t(col.otherLabel) : $t("template.common.other") }} +
+
+ +
-
+
-