diff --git a/src/api/technology/process.js b/src/api/technology/process.js
index 125227ea..b0deda8e 100644
--- a/src/api/technology/process.js
+++ b/src/api/technology/process.js
@@ -86,3 +86,11 @@ export function listFactory(query) {
params: query
});
}
+
+// 查询工作中心
+export function getWorkCenterList() {
+ return request({
+ url: '/technology/pro/process/getWorkCenterList',
+ method: 'get'
+ });
+}
diff --git a/src/api/wms/factory.js b/src/api/wms/factory.js
index ab15038b..cfef6213 100644
--- a/src/api/wms/factory.js
+++ b/src/api/wms/factory.js
@@ -42,3 +42,11 @@ export function delFactory(factoryId) {
method: 'delete'
});
}
+
+// 查询工作中心
+export function getWorkCenterList() {
+ return request({
+ url: '/wms/factory/getWorkCenterList',
+ method: 'get'
+ });
+}
diff --git a/src/views/technology/process/index.vue b/src/views/technology/process/index.vue
index c2f4500d..26bde9d5 100644
--- a/src/views/technology/process/index.vue
+++ b/src/views/technology/process/index.vue
@@ -188,6 +188,29 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -217,20 +240,6 @@
-
-
-
-
-
-
-