diff --git a/.vscode/settings.json b/.vscode/settings.json
index a0e5e3a..b838e87 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,7 +7,7 @@
// 配置eslint适用于vue代码
"eslint.validate": ["javascript", "typescript", "vue"],
"[vue]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
+ "editor.defaultFormatter": "Vue.volar"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
diff --git a/src/api/mes/plcproductiondata.js b/src/api/mes/plcproductiondata.js
index 80b41c9..e6e9b5c 100644
--- a/src/api/mes/plcproductiondata.js
+++ b/src/api/mes/plcproductiondata.js
@@ -55,3 +55,11 @@ export function delPlcProductionData(pid) {
method: 'POST'
})
}
+
+//工站下拉
+export function getWorkstationList() {
+ return request({
+ url: 'MasterDataManagement/Plant/PlantWorkstation/getWorkstationPulldown',
+ method: 'get'
+ })
+}
\ No newline at end of file
diff --git a/src/views/productionProcessParameterQuery/index.vue b/src/views/productionProcessParameterQuery/index.vue
index a6aa24b..4373c0d 100644
--- a/src/views/productionProcessParameterQuery/index.vue
+++ b/src/views/productionProcessParameterQuery/index.vue
@@ -8,12 +8,15 @@
-
+
+
+
+
+
+
+
-
-
-
@@ -32,125 +35,172 @@
-
-
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
@@ -190,10 +240,7 @@
-
@@ -210,7 +257,7 @@
-
+
@@ -231,10 +278,7 @@
-
@@ -248,26 +292,24 @@
-
-
+
-
+
-
- {{item.dictLabel}}
+
+ {{ item.dictLabel }}
@@ -289,7 +331,7 @@
- {{item.dictLabel}}
+ {{ item.dictLabel }}
@@ -695,22 +737,24 @@