|
@@ -2178,6 +2178,7 @@
|
|
data.map(ele => {
|
|
data.map(ele => {
|
|
ele.accidentType = "";
|
|
ele.accidentType = "";
|
|
ele.allQuantity = 1;
|
|
ele.allQuantity = 1;
|
|
|
|
+ ele.quantity = 1;
|
|
return ele;
|
|
return ele;
|
|
})
|
|
})
|
|
data[0].accidentType = data[0].planCode;
|
|
data[0].accidentType = data[0].planCode;
|
|
@@ -3058,6 +3059,10 @@
|
|
.cnName;
|
|
.cnName;
|
|
let namesimple = this.totalCompanyList[num]
|
|
let namesimple = this.totalCompanyList[num]
|
|
.namesimple;
|
|
.namesimple;
|
|
|
|
+ if (ccidenttype == "huanong") {
|
|
|
|
+ this[ccidenttype + 'accidentalDrivingVo'].quantity = this[ccidenttype + 'accidentalDrivingVo']
|
|
|
|
+ .allQuantity;
|
|
|
|
+ }
|
|
let params = {
|
|
let params = {
|
|
orderNo: this.orderno,
|
|
orderNo: this.orderno,
|
|
companyId: id,
|
|
companyId: id,
|