|
@@ -252,7 +252,7 @@ export default {
|
|
|
that.custInfo = response.data.custInfo;
|
|
|
that.custInfo.wjbf = (parseFloat(that.custInfo.prem)-parseFloat(that.custInfo.handedinprem)).toFixed(2);
|
|
|
if(that.custInfo.wjbf == 0){
|
|
|
- that.custInfo.wjbf = "0.00"
|
|
|
+ that.custInfo.wjbf = "0.0"
|
|
|
}
|
|
|
if(!that.custInfo.noivpolicy || that.custInfo.noivpolicy <= 0){
|
|
|
that.custInfo.noivpolicy = 0;
|