From 87ccdc49b6923962daf842bc7767258d9fed924e Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 6 Nov 2024 14:21:27 +0800 Subject: [PATCH] 2024-11-06 --- src/views/modules/part/bomManagement.vue | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue index 07b8147..288c029 100644 --- a/src/views/modules/part/bomManagement.vue +++ b/src/views/modules/part/bomManagement.vue @@ -527,10 +527,10 @@ - + - + @@ -957,7 +957,8 @@ export default { handler: function (newV, oldV) { this.partData.partNo = this.partData.partNo.toUpperCase() } - } + }, + }, // 对象 data () { @@ -2605,15 +2606,6 @@ export default { }, // js methods: { - validateInput (value) { - // 使用正则表达式检查是否为科学计数法 - if (/e/i.test(value.toString())) { - // 如果是科学计数法,则恢复到之前的值 - this.$nextTick(() => { - this.componentData.componentScrap = '' - }) - } - }, // === 报价查询 === handleQueryBomByQuote(){