From 42fc42c9b394ce789f51ac068d06de6b97935079 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 1 Jan 2026 17:02:09 +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][=E9=A2=84=E5=A1=AB=E8=A1=A8=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95]=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/study/studyFormFill.js | 68 +++++++++++++++++++++++++---- src/lang/en/business/study/studyFormFill.js | 8 ++++ src/lang/zh/business/study/studyFormFill.js | 9 ++++ src/views/business/study/comp/tbbd/Bj.vue | 2 +- src/views/business/study/comp/tbbd/Sh.vue | 14 +++--- src/views/business/study/comp/tbbdList.vue | 28 +++++++----- src/views/business/study/comp/ytbd/Bj.vue | 2 +- src/views/business/study/comp/ytbdList.vue | 3 +- 8 files changed, 106 insertions(+), 28 deletions(-) diff --git a/src/api/business/study/studyFormFill.js b/src/api/business/study/studyFormFill.js index 2dfe2b3..3a0daeb 100644 --- a/src/api/business/study/studyFormFill.js +++ b/src/api/business/study/studyFormFill.js @@ -34,6 +34,42 @@ export function studyFormFill_info(query) { }) } +//加签 +export function studyFormFill_jq(data) { + return request({ + url: '/system/business/studyFormFill/jq', + method: 'post', + data: data + }) +} + +//废止 +export function studyFormFill_fz(data) { + return request({ + url: '/system/business/studyFormFill/fz', + method: 'post', + data: data + }) +} + +//审核废止 +export function studyFormFill_shfz(data) { + return request({ + url: '/system/business/studyFormFill/shfz', + method: 'post', + data: data + }) +} + +//更换归属人 +export function studyFormFill_ghgsr(data) { + return request({ + url: '/system/business/studyFormFill/ghgsr', + method: 'post', + data: data + }) +} + //保存 export function studyFormFill_bc(data) { return request({ @@ -52,15 +88,32 @@ export function studyFormFill_tj(data) { }) } -//填报 -export function studyFormFill_tb(data) { +//观察 +export function studyFormFill_gc(data) { + return request({ + url: '/system/business/studyFormFill/gc', + method: 'post', + data: data + }) +} + +//复核通过 +export function studyFormFill_fhtg(data) { return request({ - url: '/system/business/studyFormFill/tb', + url: '/system/business/studyFormFill/fhtg', method: 'post', data: data }) } +//复核拒绝 +export function studyFormFill_fhjj(data) { + return request({ + url: '/system/business/studyFormFill/fhjj', + method: 'post', + data: data + }) +} //通过 export function studyFormFill_tg(data) { @@ -71,12 +124,11 @@ export function studyFormFill_tg(data) { }) } - -//拒绝 -export function studyFormFill_jj(data) { +//审阅 +export function studyFormFill_sy(data) { return request({ - url: '/system/business/studyFormFill/jj', + url: '/system/business/studyFormFill/sy', method: 'post', data: data }) -} \ No newline at end of file +} diff --git a/src/lang/en/business/study/studyFormFill.js b/src/lang/en/business/study/studyFormFill.js index 73eaf03..4fcb333 100644 --- a/src/lang/en/business/study/studyFormFill.js +++ b/src/lang/en/business/study/studyFormFill.js @@ -33,4 +33,12 @@ export default { dcbjjcgj:'导出(编辑稽查轨迹)', dcxgjcgj:'导出(修改稽查轨迹)', dcbhsjgj:'导出(不含数据轨迹)', + + tbz:'填报中', + ytj:'已提交', + ywc:'已完成', + ywcfh:'已完成(经复核)', + ywc:'已完成', + dfz:'待废止', + yfz:'已废止', } diff --git a/src/lang/zh/business/study/studyFormFill.js b/src/lang/zh/business/study/studyFormFill.js index 70958b1..7de9685 100644 --- a/src/lang/zh/business/study/studyFormFill.js +++ b/src/lang/zh/business/study/studyFormFill.js @@ -32,4 +32,13 @@ export default { dcbjjcgj:'导出(编辑稽查轨迹)', dcxgjcgj:'导出(修改稽查轨迹)', dcbhsjgj:'导出(不含数据轨迹)', + + tbz:'填报中', + ytj:'已提交', + ywc:'已完成', + ywcfh:'已完成(经复核)', + ywc:'已完成', + dfz:'待废止', + yfz:'已废止', + } diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index 0488f31..f333151 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -198,7 +198,7 @@ export default { this.$modal.closeLoading() }) } else { - this.form = row + this.form = _.merge({}, this.form, row) this.open = true } }, diff --git a/src/views/business/study/comp/tbbd/Sh.vue b/src/views/business/study/comp/tbbd/Sh.vue index 86f11c5..bf390a0 100644 --- a/src/views/business/study/comp/tbbd/Sh.vue +++ b/src/views/business/study/comp/tbbd/Sh.vue @@ -12,15 +12,17 @@ G