|
@@ -250,7 +250,7 @@ export default {
|
|
|
}
|
|
|
// 客户保单信息
|
|
|
that.custInfo = response.data.custInfo;
|
|
|
- that.custInfo.wjbf = (parseFloat(that.custInfo.prem)-parseFloat(that.custInfo.handedinprem)).toFixed(2);
|
|
|
+ that.custInfo.wjbf = (parseFloat(that.custInfo.prem)-parseFloat(that.custInfo.handedinprem)).toFixed(1);
|
|
|
if(that.custInfo.wjbf == 0){
|
|
|
that.custInfo.wjbf = "0.0"
|
|
|
}
|