From 90660a13752f2e5b2c778bb1d7c9e6915346dbde Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 17 十月 2023 12:00:01 +0800
Subject: [PATCH] 编码的校验问题
---
src/views/sales/quotation/AddQuotationDialog.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/sales/quotation/AddQuotationDialog.vue b/src/views/sales/quotation/AddQuotationDialog.vue
index 871458c..0c8ae5d 100644
--- a/src/views/sales/quotation/AddQuotationDialog.vue
+++ b/src/views/sales/quotation/AddQuotationDialog.vue
@@ -443,6 +443,7 @@
// 淇濆瓨
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