From fa2305764f9aa6902e4838c93ccb188287134c2f Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 31 Dec 2025 11:02:31 +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]=E9=A2=84=E5=A1=AB=E8=A1=A8=E5=8D=95=E5=A1=AB?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 77 ++++++++++++++ src/api/business/study/studyFormPre.js | 16 +++ src/views/business/comps/common/JcgjList.vue | 8 +- src/views/business/study/comp/ytbd/Bj.vue | 62 ++++++------ src/views/business/study/comp/ytbd/Sh.vue | 11 +- src/views/business/study/comp/ytbd/Xq.vue | 146 +++++++++++++++++++++++++-- src/views/business/study/comp/ytbdList.vue | 4 +- 7 files changed, 273 insertions(+), 51 deletions(-) diff --git a/src/App.vue b/src/App.vue index edcb463..35895ed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -371,6 +371,83 @@ export default { background: #ffffff; padding: 10px 10px; margin-top: 10px; + display: flex; + justify-content: center; + .content-right { + width: 33%; + margin-left: 2%; + padding: 0px 10px; + border-left: 1px solid #d0d0d0; + } + + .content-left { + width: 65%; + } + .content { + width: 100%; + } + + .content-title { + width: 100%; + background: #f9f9ff; + font-size: 0.96rem; + font-weight: bold; + padding-left: 10px; + height: 40px; + line-height: 40px; + display: flex; + justify-content: flex-start; + text-align: left; + + .line { + width: 2px; + float: left; + height: 16px; + margin-top: 12px; + margin-right: 8px; + border-left: #3178ff 3px solid; + } + + .subtitle { + height: 40px; + line-height: 40px; + color: #464647 !important; + } + + } + + .pal { + + display: flex; + justify-content: space-between; + margin: 10px 0px; + + .left { + box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); + margin: 5px 5px 5px 0px; + width: 50%; + padding: 10px 10px; + border-radius: 5px 5px; + + .left-title { + height: 40px; + line-height: 40px; + } + } + + .right { + box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); + margin: 5px 0px 5px 5px; + width: 50%; + padding: 10px 10px; + border-radius: 5px 5px; + + .right-title { + height: 40px; + line-height: 40px; + } + } + } } } diff --git a/src/api/business/study/studyFormPre.js b/src/api/business/study/studyFormPre.js index ab06478..a3ae38c 100644 --- a/src/api/business/study/studyFormPre.js +++ b/src/api/business/study/studyFormPre.js @@ -8,6 +8,22 @@ export function studyFormPre_list(query) { params: query }) } +//稽查轨迹 +export function studyFormPre_jcgj(query) { + return request({ + url: '/system/business/studyFormPre/jcgjList', + method: 'get', + params: query + }) +} +//签名信息 +export function studyFormPre_qmxx(query) { + return request({ + url: '/system/business/studyFormPre/qmxxList', + method: 'get', + params: query + }) +} //详情 export function studyFormPre_info(query) { diff --git a/src/views/business/comps/common/JcgjList.vue b/src/views/business/comps/common/JcgjList.vue index 31a5fde..bc9bb24 100644 --- a/src/views/business/comps/common/JcgjList.vue +++ b/src/views/business/comps/common/JcgjList.vue @@ -68,14 +68,14 @@ export default { item.jcnrList = [] } // 稽查名称颜色:1:蓝色;3:红色;5:绿色;7:橙色 - if (a.jcgjlx == 1) { + if (item.jcgjlx == 1) { item.color = '#409EFF' } - else if (a.jcgjlx == 3) { + else if (item.jcgjlx == 3) { item.color = '#F56C6C' - } else if (a.jcgjlx == 5) { + } else if (item.jcgjlx == 5) { item.color = '#67C23A' - } else if (a.jcgjlx == 7) { + } else if (item.jcgjlx == 7) { item.color = '#E6A23C' } tmp.push(item) diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index 41a25da..07c8f8f 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -8,14 +8,14 @@ G