|
@@ -821,7 +821,7 @@
|
|
|
return
|
|
|
}
|
|
|
// if (this.suppinfo.surplusSum < this.allSum) {
|
|
|
- if (this.suppinfo.surplusSum < this.contractAdvCost) {
|
|
|
+ if (this.suppinfo.surplusSum < this.otherinfo.contractAdvCost) {
|
|
|
this.$message({
|
|
|
message: '供应商剩余预算不足!',
|
|
|
type: 'error'
|
|
@@ -838,7 +838,7 @@
|
|
|
data: {},
|
|
|
}).then((res) => {
|
|
|
// if (res.data.data[0].surplusSum < this.allSum) {
|
|
|
- if (res.data.data[0].surplusSum < this.contractAdvCost) {
|
|
|
+ if (res.data.data[0].surplusSum < this.otherinfo.contractAdvCost) {
|
|
|
this.$message({
|
|
|
message: '地市预算不足!',
|
|
|
type: 'error'
|