From f510afcc88f4814844042242b45f85ad68295d04 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 15 Jan 2026 20:07:55 +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]=E8=A1=A8=E5=8D=95=E8=90=BD=E7=AC=94=E7=95=99?= =?UTF-8?q?=E7=97=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/study/studyFormApply.js | 29 ++++++++++++++- src/api/business/study/studyFormPlan.js | 28 ++++++++++++++ src/api/business/study/studyFormPre.js | 28 ++++++++++++++ .../business/comps/template/comps/gy/MJYLQSQD.vue | 4 ++ .../business/comps/template/comps/gy/SYWZPZJHB.vue | 5 ++- src/views/business/study/comp/jhbd/Bj.vue | 31 ++++++++++++++-- src/views/business/study/comp/jhbd/Fh.vue | 43 ++++++++++++++++++++-- src/views/business/study/comp/sqbd/Bj.vue | 31 ++++++++++++++-- src/views/business/study/comp/sqbd/Fh.vue | 40 +++++++++++++++++++- src/views/business/study/comp/tbbd/Bj.vue | 1 - src/views/business/study/comp/tbbd/Fh.vue | 4 +- src/views/business/study/comp/ytbd/Bj.vue | 30 +++++++++++++-- 12 files changed, 251 insertions(+), 23 deletions(-) diff --git a/src/api/business/study/studyFormApply.js b/src/api/business/study/studyFormApply.js index 63bd296..f97334a 100644 --- a/src/api/business/study/studyFormApply.js +++ b/src/api/business/study/studyFormApply.js @@ -123,8 +123,6 @@ export function studyFormApply_shjj(data) { }) } - - //审阅 export function studyFormApply_sy(data) { return request({ @@ -133,3 +131,30 @@ export function studyFormApply_sy(data) { data: data }) } + +//保存字段勾选记录 +export function studyFormApply_updateZdgxjl(data) { + return request({ + url: '/system/business/studyFormApply/updateZdgxjl', + method: 'post', + data: data + }) +} + +//保存复核意见 +export function studyFormApply_updateFhyjjl(data) { + return request({ + url: '/system/business/studyFormApply/updateFhyjjl', + method: 'post', + data: data + }) +} + +//保存表单内容 +export function studyFormApply_updateBdnr(data) { + return request({ + url: '/system/business/studyFormApply/updateBdnr', + method: 'post', + data: data + }) +} \ No newline at end of file diff --git a/src/api/business/study/studyFormPlan.js b/src/api/business/study/studyFormPlan.js index 540f7d6..6dc45c5 100644 --- a/src/api/business/study/studyFormPlan.js +++ b/src/api/business/study/studyFormPlan.js @@ -91,3 +91,31 @@ export function studyFormPlan_sy(data) { data: data }) } + + +//保存字段勾选记录 +export function studyFormPlan_updateZdgxjl(data) { + return request({ + url: '/system/business/studyFormPlan/updateZdgxjl', + method: 'post', + data: data + }) +} + +//保存复核意见 +export function studyFormPlan_updateFhyjjl(data) { + return request({ + url: '/system/business/studyFormPlan/updateFhyjjl', + method: 'post', + data: data + }) +} + +//保存表单内容 +export function studyFormPlan_updateBdnr(data) { + return request({ + url: '/system/business/studyFormPlan/updateBdnr', + method: 'post', + data: data + }) +} \ No newline at end of file diff --git a/src/api/business/study/studyFormPre.js b/src/api/business/study/studyFormPre.js index a3ae38c..4ef2280 100644 --- a/src/api/business/study/studyFormPre.js +++ b/src/api/business/study/studyFormPre.js @@ -79,4 +79,32 @@ export function studyFormPre_jj(data) { method: 'post', data: data }) +} + + +//保存字段勾选记录 +export function studyFormPre_updateZdgxjl(data) { + return request({ + url: '/system/business/studyFormPre/updateZdgxjl', + method: 'post', + data: data + }) +} + +//保存复核意见 +export function studyFormPre_updateFhyjjl(data) { + return request({ + url: '/system/business/studyFormPre/updateFhyjjl', + method: 'post', + data: data + }) +} + +//保存表单内容 +export function studyFormPre_updateBdnr(data) { + return request({ + url: '/system/business/studyFormPre/updateBdnr', + method: 'post', + data: data + }) } \ No newline at end of file diff --git a/src/views/business/comps/template/comps/gy/MJYLQSQD.vue b/src/views/business/comps/template/comps/gy/MJYLQSQD.vue index 6b38cbd..8e2e6fa 100644 --- a/src/views/business/comps/template/comps/gy/MJYLQSQD.vue +++ b/src/views/business/comps/template/comps/gy/MJYLQSQD.vue @@ -203,6 +203,10 @@ export default { this.visible = true; // this.$refs.baseInfoRef.setClickable("syNo", true); }, + //获取已填写的表单数据 + getFilledFormData(){ + return this.getFilledFormDataByRefs(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"]) + }, async getFormData() { return await this.validFormFields(["baseInfoRef","remarkRef"]); }, diff --git a/src/views/business/comps/template/comps/gy/SYWZPZJHB.vue b/src/views/business/comps/template/comps/gy/SYWZPZJHB.vue index 8109733..47ebc83 100644 --- a/src/views/business/comps/template/comps/gy/SYWZPZJHB.vue +++ b/src/views/business/comps/template/comps/gy/SYWZPZJHB.vue @@ -186,7 +186,10 @@ export default { }, methods: { - + //获取已填写的表单数据 + getFilledFormData(){ + return this.getFilledFormDataByRefs(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"]) + }, async getFormData() { return await this.validFormFields(["baseInfoRef", "stepFormPackageRef","stepTableRef","remarkRef"]); }, diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue index 5357778..7e3073e 100644 --- a/src/views/business/study/comp/jhbd/Bj.vue +++ b/src/views/business/study/comp/jhbd/Bj.vue @@ -65,7 +65,7 @@
- +
@@ -78,7 +78,7 @@ - @@ -128,7 +128,7 @@