高敬炎 před 2 roky
rodič
revize
83f0f98cbb

+ 1 - 1
src/views/outboundManagement/weighingManagementNew.vue

@@ -1508,7 +1508,7 @@
               return
             }
             console.log(this.isNumber(this.weighingList.contractPrice))
-            if(!this.isNumber(this.weighingList.contractPrice)){
+            if(!this.isNumber(this.weighingList.contractPrice)&&!this.priceedit){
               this.$message({
                 message: '价格不能为非数字',
                 type: 'warning',