|
@@ -1098,11 +1098,11 @@ export default {
|
|
|
// 计算收差金额
|
|
|
setDataQty(e,row){
|
|
|
if(!row.dataQty) return
|
|
|
- row.saleTypeId = this.details.saleTypeId
|
|
|
+ row.saleTypeId = this.detailList.saleTypeId
|
|
|
computeDiff(row).then(res=>{
|
|
|
row.diffAmount = res.data.diffAmount
|
|
|
row.diffPolicyPrice = res.data.diffPolicyPrice
|
|
|
- this.$successMsg('已计算收差金额')
|
|
|
+ // this.$successMsg('已计算收差金额')
|
|
|
})
|
|
|
}
|
|
|
,
|