|
@@ -218,7 +218,7 @@
|
|
|
src: "/static/image/car-insure/state1.png"
|
|
src: "/static/image/car-insure/state1.png"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '待核保',
|
|
|
|
|
|
|
+ label: '核保中',
|
|
|
value: 1,
|
|
value: 1,
|
|
|
color: "#FF5600",
|
|
color: "#FF5600",
|
|
|
src: "/static/image/car-insure/state2.png"
|
|
src: "/static/image/car-insure/state2.png"
|
|
@@ -538,12 +538,17 @@
|
|
|
// },
|
|
// },
|
|
|
//报价历史
|
|
//报价历史
|
|
|
quotehistory(val, Status) {
|
|
quotehistory(val, Status) {
|
|
|
|
|
+ console.log(val);
|
|
|
let params = {
|
|
let params = {
|
|
|
orderno: val.orderno,
|
|
orderno: val.orderno,
|
|
|
insuredname: val.insuredname,
|
|
insuredname: val.insuredname,
|
|
|
licenseno: val.licenseno,
|
|
licenseno: val.licenseno,
|
|
|
modelcname: val.carinfo.modelcname,
|
|
modelcname: val.carinfo.modelcname,
|
|
|
orderStatus: Status,
|
|
orderStatus: Status,
|
|
|
|
|
+ product: val.product,
|
|
|
|
|
+ ownername: val.ownerinfo.name,
|
|
|
|
|
+ applyname: val.applyinfo.name,
|
|
|
|
|
+ insurename: val.insureinfo.name,
|
|
|
}
|
|
}
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
url: `/pages/orders/quoteHistory?orderno=${JSON.stringify(params)}`
|
|
url: `/pages/orders/quoteHistory?orderno=${JSON.stringify(params)}`
|
|
@@ -738,7 +743,6 @@
|
|
|
|
|
|
|
|
.parent {
|
|
.parent {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|