1
xuxueyang
2024-07-15 24be9b43e22e9958197c50a5cc669ece82e4b04a
sub_pages/supplier/flower-manage/flower-add.vue
@@ -525,8 +525,9 @@
               this.$message.showToast('商品价格格式错误,精确到分')
               return
            }
            if (tmp.toFixed(2) !== tmp.toFixed(3)) {
               this.$message.showToast('商品价格至多精确到分')
            if (tmp.toFixed(2) != tmp.toFixed(3)) {
               this.$message.showToast('商品价格至多精确到分')
               console.log('tmp.toFixed(2)',tmp.toFixed(2),tmp.toFixed(3))
               return
            }
            if (this.dto.price <= 0) {