From 10942b3fae8da8263144cbd58258fa655235633e Mon Sep 17 00:00:00 2001 From: quu Date: Wed, 30 Apr 2025 17:26:51 +0900 Subject: [PATCH 1/3] =?UTF-8?q?crm=20=E6=8A=A5=E4=BB=B7=20=E5=95=86?= =?UTF-8?q?=E6=9C=BA=20=E5=90=88=E5=90=8C=20=E4=B8=89=E5=9D=97=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 2 +- .env.test | 2 +- .../components/QuotationProductForm.vue | 132 ++++-------------- 3 files changed, 31 insertions(+), 105 deletions(-) diff --git a/.env.local b/.env.local index b42d84dec..35765584d 100644 --- a/.env.local +++ b/.env.local @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://172.22.3.168:48080' +VITE_BASE_URL='http://localhost:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/.env.test b/.env.test index 2252e146d..e911da88a 100644 --- a/.env.test +++ b/.env.test @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://localhost:48080' +VITE_BASE_URL='http://172.22.3.168:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server diff --git a/src/views/crm/quotation/components/QuotationProductForm.vue b/src/views/crm/quotation/components/QuotationProductForm.vue index 9307087ba..dc0482552 100644 --- a/src/views/crm/quotation/components/QuotationProductForm.vue +++ b/src/views/crm/quotation/components/QuotationProductForm.vue @@ -9,6 +9,13 @@ > + + + - + - - + @@ -149,14 +106,11 @@