diff --git a/.env.development b/.env.development
index c36d00d3..eed92e7d 100644
--- a/.env.development
+++ b/.env.development
@@ -5,7 +5,7 @@ VUE_APP_TITLE = UDI管理系统
ENV = 'development'
# 开发环境
-VUE_APP_BASE_API = 'http://192.168.0.166:9991'
+VUE_APP_BASE_API = 'http://127.0.0.1:9991'
VUE_APP_SYNC_API ="http://127.0.0.1:10001"
diff --git a/.env.production b/.env.production
index 07fe03db..c0859db4 100644
--- a/.env.production
+++ b/.env.production
@@ -26,15 +26,14 @@ VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:83/UDI_WMS_MC/'
# 文明东2
# VUE_APP_BASE_API = 'http://192.168.0.61:9150/UDI_WMS_MC/'
-# 东旭
-# VUE_APP_BASE_API = 'http://192.168.0.153:9150/UDI_WMS_MC/'
刘恩典
# VUE_APP_BASE_API = 'http://192.168.0.54:9150/UDI_WMS_MC/'
# 平潭正式
# VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/'
-# 吴总测试服务器
+# 吴总测试服务器.
+
# VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/'
# 漳州中医院
diff --git a/src/api/system/headSet.js b/src/api/system/headSet.js
new file mode 100644
index 00000000..a53f88a3
--- /dev/null
+++ b/src/api/system/headSet.js
@@ -0,0 +1,10 @@
+import axios from '@/utils/request'
+
+
+export function getHeadSet(query) {
+ return axios({
+ url: "/udiwms/sys/table/head/find",
+ method: "get",
+ params: query
+ });
+}
diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue
index 693b770b..6e2e401e 100644
--- a/src/views/basic/product/product.vue
+++ b/src/views/basic/product/product.vue
@@ -206,7 +206,7 @@
>查询
-
+ 物资分类管理
选入预验收入库单
@@ -89,18 +89,18 @@
{{ item.name }}
{{
@@ -114,18 +114,18 @@
{{ item.name }}
@@ -136,9 +136,9 @@
{{ item.name }}
{{ item.name }}
{{
@@ -194,42 +194,42 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -238,17 +238,17 @@
@@ -259,17 +259,17 @@
{{ item.name }}
{{
@@ -308,17 +308,17 @@
{{ item.name }}
{{
@@ -359,17 +359,17 @@
{{ item.name }}
{{
@@ -395,22 +395,22 @@
添加
@@ -420,135 +420,135 @@
+ title="提示"
+ :visible.sync="checkTipDialogVisible"
+ width="30%"
+ append-to-body
+ center>
{{ checkTip }}