|
|
@@ -177,7 +177,7 @@
|
|
|
this.onRemind('response.data.message')
|
|
|
} else {
|
|
|
// this.onRemind('报价成功')
|
|
|
-// this.resetSayPrice()
|
|
|
+ this.resetSayPrice()
|
|
|
this.$emit('cancelSayPriceAction', true, JSON.parse(response.data).quteId)
|
|
|
}
|
|
|
}, error => {
|
|
|
@@ -232,7 +232,7 @@
|
|
|
}
|
|
|
},
|
|
|
onReplyLapQtyBlur: function (index) {
|
|
|
- let lapQty = this.sayPriceObj.replies[index].lapQty
|
|
|
+ let lapQty = Number(this.sayPriceObj.replies[index].lapQty)
|
|
|
let limitDownObj = this.getLimitDownQty()
|
|
|
if (!lapQty || lapQty < 1) {
|
|
|
this.sayPriceObj.replies[index].lapQty = ''
|