wangguangping 3 роки тому
батько
коміт
25aaddaaae
1 змінених файлів з 4 додано та 2 видалено
  1. 4 2
      src/pages/main/advReleaseAppro/index.vue

+ 4 - 2
src/pages/main/advReleaseAppro/index.vue

@@ -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'