高敬炎 2 năm trước cách đây
mục cha
commit
83f0f98cbb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',