youhua
This commit is contained in:
parent
b9ba1edb5e
commit
535c96aaa4
@ -57,7 +57,7 @@ export function apiSaveapproval (query) {
|
|||||||
return request({
|
return request({
|
||||||
url: '/lz_management/user/lzresultrecord/new/approval',
|
url: '/lz_management/user/lzresultrecord/new/approval',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: Object.assign({}, query, {loginUserId})
|
params: query
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -178,7 +178,6 @@ export default {
|
|||||||
return item.detailDtos ? item.detailDtos.filter(i => !i.isDelete).length : 0
|
return item.detailDtos ? item.detailDtos.filter(i => !i.isDelete).length : 0
|
||||||
},
|
},
|
||||||
async handleGetNext () {
|
async handleGetNext () {
|
||||||
console.log('this.obj.recortModelDtos: ', this.obj.recortModelDtos)
|
|
||||||
for (let i in this.obj.recortModelDtos) {
|
for (let i in this.obj.recortModelDtos) {
|
||||||
if (this.obj.recortModelDtos[i].detailDtos.length > 0 && !this.obj.recortModelDtos[i].isTrue) {
|
if (this.obj.recortModelDtos[i].detailDtos.length > 0 && !this.obj.recortModelDtos[i].isTrue) {
|
||||||
this.$message.error(this.obj.recortModelDtos[i].name + '维度内的权重和必须为' + Math.round((this.obj.recortModelDtos[i].weight * 100) * 1000) / 1000)
|
this.$message.error(this.obj.recortModelDtos[i].name + '维度内的权重和必须为' + Math.round((this.obj.recortModelDtos[i].weight * 100) * 1000) / 1000)
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
<span v-else>{{child.checkResult || '--'}}</span>
|
<span v-else>{{child.checkResult || '--'}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="quanzhomng" style="flex:none;">
|
<div class="quanzhomng" style="flex:none;">
|
||||||
{{(child.checkWeight)*100}}%
|
{{( Math.round((child.checkWeight * 100) * 1000) / 1000 )}}%
|
||||||
</div>
|
</div>
|
||||||
<div v-if="tableInfo.score || auth.showScore">
|
<div v-if="tableInfo.score || auth.showScore">
|
||||||
<!-- gradeGroupId=== 1 下拉 -->
|
<!-- gradeGroupId=== 1 下拉 -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user