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