From 42719b03a8e3b7e23ffb074b468390c4a60a8d71 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 9 Feb 2026 11:51:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blbWorkOrder/components/glass.vue | 13 ++++++++++ .../blbWorkOrder/components/others.vue | 13 ++++++++++ .../productionMonitoring.vue | 12 +++++++++ .../sinTerWorkOrder/index.vue | 13 ++++++++++ .../sjKitPreparation/index.vue | 26 ++++++++++++++++--- 5 files changed, 73 insertions(+), 4 deletions(-) diff --git a/src/views/productionManagement/blbWorkOrder/components/glass.vue b/src/views/productionManagement/blbWorkOrder/components/glass.vue index 83e5211..ebd6cdc 100644 --- a/src/views/productionManagement/blbWorkOrder/components/glass.vue +++ b/src/views/productionManagement/blbWorkOrder/components/glass.vue @@ -333,6 +333,17 @@ export default { sortable: true, overHidden: true, width: 200, + }, + { + label: '订单优先级', + prop: 'priorityName', + type: 'select', + search: false, + sortable: true, + overHidden: true, + width: 200, + searchLabelWidth: 100, + }, { label: '订单优先级', @@ -342,6 +353,8 @@ export default { sortable: true, overHidden: true, width: 200, + searchLabelWidth: 100, + hide:true, dicUrl: '/blade-system/dict/dictionary?code=orderPriority', props: { label: 'dictValue', diff --git a/src/views/productionManagement/blbWorkOrder/components/others.vue b/src/views/productionManagement/blbWorkOrder/components/others.vue index b0626fe..ac647de 100644 --- a/src/views/productionManagement/blbWorkOrder/components/others.vue +++ b/src/views/productionManagement/blbWorkOrder/components/others.vue @@ -334,6 +334,17 @@ export default { overHidden: true, width: 200, }, + { + label: '订单优先级', + prop: 'priorityName', + type: 'select', + search: false, + sortable: true, + overHidden: true, + width: 200, + searchLabelWidth: 100, + + }, { label: '订单优先级', prop: 'priority', @@ -342,6 +353,8 @@ export default { sortable: true, overHidden: true, width: 200, + searchLabelWidth: 100, + hide:true, dicUrl: '/blade-system/dict/dictionary?code=orderPriority', props: { label: 'dictValue', diff --git a/src/views/productionManagement/productionMonitoring.vue b/src/views/productionManagement/productionMonitoring.vue index 142a056..bebd59f 100644 --- a/src/views/productionManagement/productionMonitoring.vue +++ b/src/views/productionManagement/productionMonitoring.vue @@ -410,6 +410,17 @@ export default { overHidden: true, width: 200, }, + { + label: '订单优先级', + prop: 'priorityName', + type: 'select', + search: false, + sortable: true, + overHidden: true, + width: 200, + searchLabelWidth: 100, + + }, { label: '订单优先级', prop: 'priority', @@ -419,6 +430,7 @@ export default { overHidden: true, width: 200, searchLabelWidth: 100, + hide:true, dicUrl: '/blade-system/dict/dictionary?code=orderPriority', props: { label: 'dictValue', diff --git a/src/views/productionManagement/sinTerWorkOrder/index.vue b/src/views/productionManagement/sinTerWorkOrder/index.vue index b6a4e31..754de7a 100644 --- a/src/views/productionManagement/sinTerWorkOrder/index.vue +++ b/src/views/productionManagement/sinTerWorkOrder/index.vue @@ -338,6 +338,17 @@ export default { sortable: true, overHidden: true, width: 200, + }, + { + label: '订单优先级', + prop: 'priorityName', + type: 'select', + search: false, + sortable: true, + overHidden: true, + width: 200, + searchLabelWidth: 100, + }, { label: '订单优先级', @@ -347,6 +358,8 @@ export default { sortable: true, overHidden: true, width: 200, + searchLabelWidth: 100, + hide:true, dicUrl: '/blade-system/dict/dictionary?code=orderPriority', props: { label: 'dictValue', diff --git a/src/views/productionManagement/sjKitPreparation/index.vue b/src/views/productionManagement/sjKitPreparation/index.vue index 6fc50ac..358c031 100644 --- a/src/views/productionManagement/sjKitPreparation/index.vue +++ b/src/views/productionManagement/sjKitPreparation/index.vue @@ -17,13 +17,30 @@ > -