From 425cce7bb7960325935cfd5b4516fdeef7a519ce Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Sat, 31 Jan 2026 10:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=B7=A5=E8=89=BA=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=9F=A5=E8=AF=A2=E6=96=B0=E5=A2=9E=E4=B8=8B=E6=8B=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- src/api/mes/plcproductiondata.js | 8 + .../productionProcessParameterQuery/index.vue | 523 ++++++++++-------- 3 files changed, 300 insertions(+), 233 deletions(-) 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 @@