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 @@
>
-
+
+
- 完成
+ 完成
- 发送
+ 发送
- 车间订单生成
+ 车间订单生成
@@ -173,6 +190,7 @@ export default {
sortable: true,
width: 150,
},
+
{
label: '使用部门',
prop: 'useDept',