Quellcode durchsuchen

广告发布校验 合同总价改成广告发布费

wangguangping vor 3 Jahren
Ursprung
Commit
47bd2d6f92
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/pages/main/advReleaseAppro/index.vue

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

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