mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 14:26: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() {
|
data() {
|
||||||
return {
|
return {
|
||||||
ybOrderDTOList: '',
|
ybOrderDTOList: '',
|
||||||
policyNo: '',
|
policyNo: {},
|
||||||
changestate: 2,
|
changestate: 2,
|
||||||
show: false
|
show: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.policyNo = this.$route.query
|
this.policyNo.contNo = this.$route.query.contNo
|
||||||
console.log(this.policyNo, 'avc')
|
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.$route.query,'我是router里参数');
|
||||||
|
console.log(this.policyNo, 'avc111111111111')
|
||||||
this.getYBRenewalInfo()
|
this.getYBRenewalInfo()
|
||||||
this.changestate = this.policyNo.payFlag
|
this.changestate = this.policyNo.payFlag
|
||||||
},
|
},
|
||||||
@@ -100,7 +103,7 @@ export default {
|
|||||||
// let params = {
|
// let params = {
|
||||||
// policyNo
|
// policyNo
|
||||||
// }
|
// }
|
||||||
console.log('我是log')
|
console.log(this.policyNo,'我是this.policyNo')
|
||||||
getYBRenewalInfo(this.policyNo).then((res) => {
|
getYBRenewalInfo(this.policyNo).then((res) => {
|
||||||
console.log(res, '我是res')
|
console.log(res, '我是res')
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
|
|||||||
@@ -73,13 +73,13 @@
|
|||||||
<span>所属渠道</span><span>{{ item.policySource }}</span>
|
<span>所属渠道</span><span>{{ item.policySource }}</span>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span>终止原因</span><span>{{ item.state }}</span>
|
<span>终止原因</span><span>{{ item.contState }}</span>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span>金额/元</span><span class="redword">{{ item.money }}</span>
|
<span>金额/元</span><span class="redword">{{ item.money }}</span>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span>保单状态</span><span>{{ item.contState }}</span>
|
<span>保单状态</span><span>{{ item.state }}</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="rightState">
|
<div class="rightState">
|
||||||
|
|||||||
Reference in New Issue
Block a user