From 09979783f31bf8dac85144a4eb17fd328e8ce21f Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Thu, 14 Dec 2023 10:15:53 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0=E6=A0=87?=
=?UTF-8?q?=E7=AD=BE=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/material/basicMaterial.vue | 50 +++++--------------
.../distribution/artery/VehicleStowage.vue | 2 +-
vite.config.js | 4 ++
3 files changed, 18 insertions(+), 38 deletions(-)
diff --git a/src/views/basic/material/basicMaterial.vue b/src/views/basic/material/basicMaterial.vue
index 60314782..9038205c 100644
--- a/src/views/basic/material/basicMaterial.vue
+++ b/src/views/basic/material/basicMaterial.vue
@@ -70,7 +70,7 @@
box-sizing: border-box;
"
>
- 物料编码
+ 物料编码 {{ item.productCode }}
@@ -81,42 +81,18 @@
>
-
-
- 产品名称: {{ item.name }}
-
-
- 产品编码: {{ item.productCode }}
-
-
- SKU: {{ item.sku }}
-
+
+ 产品名称: {{ item.name }}
diff --git a/src/views/distribution/artery/VehicleStowage.vue b/src/views/distribution/artery/VehicleStowage.vue
index 3e51e243..c73323e9 100644
--- a/src/views/distribution/artery/VehicleStowage.vue
+++ b/src/views/distribution/artery/VehicleStowage.vue
@@ -506,7 +506,7 @@ const details = reactive({
warehouseNodeColumnList,
truckLoadingColumnList,
/** 列表数据 */
- data: [{}],
+ data: [],
/** 页面loading */
loadingObj: {
/** 列表加载loading */
diff --git a/vite.config.js b/vite.config.js
index f434212e..da8970a9 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -15,6 +15,10 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.126:8889',
// hy
target: 'http://192.168.10.48:13000',
+ // tjj
+ // target: 'http://192.168.10.25:13000',
+ // cg
+ // target: 'http://192.168.10.200:13000',
// target: 'http://test.api.huitongys.com',
changeOrigin: true,