mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
[银保app]修改续期列表的保单字段,续期查看详情入参显示无.
This commit is contained in:
committed by
liu.xiaofeng@ebiz-digits.com
parent
52d08075c8
commit
d93e5dfc07
@@ -68,15 +68,18 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
ybOrderDTOList: '',
|
||||
policyNo: '',
|
||||
policyNo: {},
|
||||
changestate: 2,
|
||||
show: false
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.policyNo = this.$route.query
|
||||
console.log(this.policyNo, 'avc')
|
||||
this.policyNo.contNo = this.$route.query.contNo
|
||||
this.policyNo.payFlag = this.$route.query.payFlag
|
||||
this.policyNo.payToDate = this.$route.query.payToDate
|
||||
// console.log(this.policyNo, 'avc')
|
||||
console.log(this.$route.query,'我是router里参数');
|
||||
console.log(this.policyNo, 'avc111111111111')
|
||||
this.getYBRenewalInfo()
|
||||
this.changestate = this.policyNo.payFlag
|
||||
},
|
||||
@@ -100,7 +103,7 @@ export default {
|
||||
// let params = {
|
||||
// policyNo
|
||||
// }
|
||||
console.log('我是log')
|
||||
console.log(this.policyNo,'我是this.policyNo')
|
||||
getYBRenewalInfo(this.policyNo).then((res) => {
|
||||
console.log(res, '我是res')
|
||||
if (res.result == 0) {
|
||||
|
||||
@@ -73,13 +73,13 @@
|
||||
<span>所属渠道</span><span>{{ item.policySource }}</span>
|
||||
</p>
|
||||
<p>
|
||||
<span>终止原因</span><span>{{ item.state }}</span>
|
||||
<span>终止原因</span><span>{{ item.contState }}</span>
|
||||
</p>
|
||||
<p>
|
||||
<span>金额/元</span><span class="redword">{{ item.money }}</span>
|
||||
</p>
|
||||
<p>
|
||||
<span>保单状态</span><span>{{ item.contState }}</span>
|
||||
<span>保单状态</span><span>{{ item.state }}</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="rightState">
|
||||
|
||||
Reference in New Issue
Block a user