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,