Browse Source

feat:[试验管理]预填表单填报

master
15881625488@163.com 1 week ago
parent
commit
fa2305764f
7 changed files with 273 additions and 51 deletions
  1. +77
    -0
      src/App.vue
  2. +16
    -0
      src/api/business/study/studyFormPre.js
  3. +4
    -4
      src/views/business/comps/common/JcgjList.vue
  4. +32
    -30
      src/views/business/study/comp/ytbd/Bj.vue
  5. +4
    -7
      src/views/business/study/comp/ytbd/Sh.vue
  6. +138
    -8
      src/views/business/study/comp/ytbd/Xq.vue
  7. +2
    -2
      src/views/business/study/comp/ytbdList.vue

+ 77
- 0
src/App.vue View File

@ -371,6 +371,83 @@ export default {
background: #ffffff; background: #ffffff;
padding: 10px 10px; padding: 10px 10px;
margin-top: 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;
}
}
}
} }
} }
</style> </style>

+ 16
- 0
src/api/business/study/studyFormPre.js View File

@ -8,6 +8,22 @@ export function studyFormPre_list(query) {
params: 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) { export function studyFormPre_info(query) {

+ 4
- 4
src/views/business/comps/common/JcgjList.vue View File

@ -68,14 +68,14 @@ export default {
item.jcnrList = [] item.jcnrList = []
} }
// 135绿7 // 135绿7
if (a.jcgjlx == 1) {
if (item.jcgjlx == 1) {
item.color = '#409EFF' item.color = '#409EFF'
} }
else if (a.jcgjlx == 3) {
else if (item.jcgjlx == 3) {
item.color = '#F56C6C' item.color = '#F56C6C'
} else if (a.jcgjlx == 5) {
} else if (item.jcgjlx == 5) {
item.color = '#67C23A' item.color = '#67C23A'
} else if (a.jcgjlx == 7) {
} else if (item.jcgjlx == 7) {
item.color = '#E6A23C' item.color = '#E6A23C'
} }
tmp.push(item) tmp.push(item)

+ 32
- 30
src/views/business/study/comp/ytbd/Bj.vue View File

@ -8,14 +8,14 @@ G