|
@@ -710,6 +710,12 @@ export default {
|
|
}else{
|
|
}else{
|
|
this.isSelectType = true
|
|
this.isSelectType = true
|
|
}
|
|
}
|
|
|
|
+ if(this.outContractNo[i].priceType=='随行就市'){
|
|
|
|
+ this.isGetCost = false
|
|
|
|
+ this.dataList.cost = this.dataList.cost
|
|
|
|
+ }else{
|
|
|
|
+ this.isGetCost = true
|
|
|
|
+ }
|
|
if(this.outContractNo[i].tranCarInfoList){
|
|
if(this.outContractNo[i].tranCarInfoList){
|
|
this.options2=this.outContractNo[i].tranCarInfoList
|
|
this.options2=this.outContractNo[i].tranCarInfoList
|
|
this.tranCarInfoList=this.outContractNo[i].tranCarInfoList
|
|
this.tranCarInfoList=this.outContractNo[i].tranCarInfoList
|