养老保险和医疗保险

This commit is contained in:
shijingjing
2022-04-29 11:28:31 +08:00
parent f7184d4f2a
commit 87f7d58125
2 changed files with 14 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
</div>
<div class="item-info">
<label>采取措施</label>
<span>{{ $dict.getLabel('fpAssistanceMeasures',info.operationDesc) }}</span>
<span>{{ $dict.getLabel('fpAssistanceMeasures',info.helpLog.operationDesc) }}</span>
</div>
</div>
<div class="item-wrapper">
@@ -51,11 +51,11 @@
</div>
<div class="item-info">
<label>未参加医疗参保</label>
<span>{{ info.ylbxCount }}</span>
<span>{{ basicNum.length }}</span>
</div>
<div class="item-info">
<label>未参加养老保险</label>
<span>{{ info.ylCount }}</span>
<span>{{ endNum.length }}</span>
</div>
</div>
<div class="item-wrapper">
@@ -212,6 +212,8 @@ export default {
girdInfo: {},
userInfo: {},
id: '',
basicNum: [],
endNum: [],
}
},
@@ -358,6 +360,14 @@ export default {
ylCount = ylCount + 1
}
})
this.endNum = res.data.family.filter(item =>
(item.jcbxCxyiliao == '02' || '') && (item.jcbxCzyiliao == '02' || '')
)
console.log(res.data.family);
this.endNum = res.data.family.filter(v=>
(v.jcbxCxyanglao == '02' || '') && (v.jcbxCzyanglao == '02' || '')
)
console.log(this.endNum ,111);
}
this.info.ylbxCount = ylbxCount

View File

@@ -104,6 +104,7 @@ export default {
if (res.code === 0) {
this.info = res.data
if(res.data.family && res.data.family.length) {
console.log(res.data.family);
this.list = res.data.family.map(item => {
return {
...item,