xuxueyang
2024-07-24 a432d670ff6d6df5b5a8bed2c86dc20ac0e43d8a
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
            }