|
|
@ -486,10 +486,12 @@ export default {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.inputQuery.list = this.invoiceRow;
|
|
|
|
this.inputQuery.list = this.invoiceRow;
|
|
|
|
let mount = 0;
|
|
|
|
let mount = 0.00;
|
|
|
|
for (var i = 0; i < this.invoiceRow.length; i++) {
|
|
|
|
for (var i = 0; i < this.invoiceRow.length; i++) {
|
|
|
|
mount += this.invoiceRow[i].amount
|
|
|
|
mount += this.invoiceRow[i].amount
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(mount,this.inputQuery.price)
|
|
|
|
if (mount != this.inputQuery.price) {
|
|
|
|
if (mount != this.inputQuery.price) {
|
|
|
|
this.$confirm("价格不匹配,是否确定提交?", "提示", {
|
|
|
|
this.$confirm("价格不匹配,是否确定提交?", "提示", {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
|