|
|
@ -262,9 +262,9 @@ export default { |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|
let k = 0 |
|
|
|
// 按照预提年月统计 |
|
|
|
list.forEach((s) => { |
|
|
|
let k = 0 |
|
|
|
for (var l in this.formobj.scmLastVehrebateCheckapplydetailDetails) { |
|
|
|
if (this.formobj.scmLastVehrebateCheckapplydetailDetails[l].withholdingDate === s.withholdingDate && this.formobj.scmLastVehrebateCheckapplydetailDetails[l].purchaseSystemName === s.purchaseSystemName && this.formobj.scmLastVehrebateCheckapplydetailDetails[l].brandName === s.brandName) { |
|
|
|
this.formobj.scmLastVehrebateCheckapplydetailDetails[l].num = parseFloat(this.formobj.scmLastVehrebateCheckapplydetailDetails[l].num) + parseFloat(1) |
|
|
|