From f7e6932b60ab5bebc4b50b3734a3d558852cb2cb Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 14 Jan 2026 21:21:28 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86][=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95]=E8=90=BD?= =?UTF-8?q?=E7=AC=94=E7=95=99=E7=97=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/study/studyFormFill.js | 28 ++++++++++++++++++++++ src/views/business/study/comp/tbbd/Bj.vue | 38 ++++++++++++++++++++++------- src/views/business/study/comp/tbbd/Fh.vue | 40 ++++++++++++++++++++++++++++--- 3 files changed, 94 insertions(+), 12 deletions(-) diff --git a/src/api/business/study/studyFormFill.js b/src/api/business/study/studyFormFill.js index 0bfe47d..763c5a5 100644 --- a/src/api/business/study/studyFormFill.js +++ b/src/api/business/study/studyFormFill.js @@ -132,3 +132,31 @@ export function studyFormFill_sy(data) { data: data }) } + + +//保存字段勾选记录 +export function studyFormFill_updateZdgxjl(data) { + return request({ + url: '/system/business/studyFormFill/updateZdgxjl', + method: 'post', + data: data + }) +} + +//保存复核意见 +export function studyFormFill_updateFhyjjl(data) { + return request({ + url: '/system/business/studyFormFill/updateFhyjjl', + method: 'post', + data: data + }) +} + +//保存表单内容 +export function studyFormFill_updateBdnr(data) { + return request({ + url: '/system/business/studyFormFill/updateBdnr', + method: 'post', + data: data + }) +} \ No newline at end of file diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index b892aa2..6b862b3 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -76,7 +76,8 @@
- +
@@ -85,7 +86,7 @@ append-to-body :close-on-click-modal="false">
- +
{{ @@ -223,7 +224,7 @@