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 @@