高敬炎 hace 2 años
padre
commit
83f0f98cbb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/outboundManagement/weighingManagementNew.vue

+ 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',