From d435f4951d7c3362fe500ccdb19c2776b6879035 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 23 十月 2023 19:29:12 +0800 Subject: [PATCH] 销售机会 模块联调编码改版+获取自动编码的接口 --- src/views/sales/quotation/AddQuotationDialog.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/sales/quotation/AddQuotationDialog.vue b/src/views/sales/quotation/AddQuotationDialog.vue index b1b446e..8dcc294 100644 --- a/src/views/sales/quotation/AddQuotationDialog.vue +++ b/src/views/sales/quotation/AddQuotationDialog.vue @@ -458,7 +458,6 @@ // 淇濆瓨 saveClick(formName) { this.$refs[formName].validate((valid) => { - this.validateFormNumber() if (valid) { for (let i = 0; i < this.tableData.length; i++) { if (this.tableData[i].name.length === 0) { -- Gitblit v1.8.0