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