From 322af162105eaef2eecfe0e203c968f8f60249e4 Mon Sep 17 00:00:00 2001 From: chenfang Date: Mon, 15 Apr 2024 09:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=B4=A8=E9=87=8F=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +-- .../supplierdeliverInspectionDetail.data.ts | 27 +++++++------------ .../supplierdeliverRequestMain/index.vue | 20 +++++++------- .../supplierdeliverRequestMain.data.ts | 2 +- 4 files changed, 23 insertions(+), 30 deletions(-) diff --git a/.env.development b/.env.development index 78976cddd..81e0d3dfb 100644 --- a/.env.development +++ b/.env.development @@ -4,10 +4,10 @@ NODE_ENV=development VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://localhost:12080' +VITE_BASE_URL='http://192.168.0.113:12080' # 上传路径 -VITE_UPLOAD_URL='http://localhost:12080/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://192.168.0.113:12080/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH=/dev-api diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts index 0f5cf23aa..ae04dccf8 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts @@ -18,8 +18,16 @@ export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive -