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") }} +
+
+ +
-
+
-