xuxueyang
2024-07-23 89de2bbaf2e81ab3fa7a8c2aad3b76bc81033d3d
sub_pages/supplier/flower-manage/flower-add.vue
@@ -539,8 +539,8 @@
            }
            var tmp = parseFloat(this.dto.price)
            if (isNaN(tmp) || parseFloat('' + tmp).toFixed(3) !== parseFloat('' + this.dto.price).toFixed(3)) {
               this.$message.showToast('商品价格格式错误,精确到分')
               console.log('a1', ('' + tmp) )
               this.$message.showToast('商品价格格式错误,精确到分')
               console.log('a1', ('' + tmp) )
               console.log('a1', ('' + this.dto.price))
               return
            }