From 461b8e03e37b15f4b0ff7d3f42d2dfa219f01916 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Wed, 3 Jun 2026 10:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionManagement/WIPChange/index.vue | 1 + .../beforeAndAfterPlating/afterPlating.vue | 1 + .../components/handoverRec.vue | 1 + .../components/maintainRecords.vue | 1 + .../beforeAndAfterPlating/index.vue | 1 + .../blbWorkOrder/components/glass.vue | 5 +-- .../blbWorkOrder/components/others.vue | 9 +---- .../frontTooling/index.vue | 3 +- .../productionMonitoring/index.vue | 9 +---- .../reworkOrder/index.vue | 1 + .../productionManagement/reworkPlan/index.vue | 1 + .../sameFurnaceQuery/index.vue | 4 +- .../shortageApplication/index.vue | 3 +- .../sinTerWorkOrder/index.vue | 8 +--- .../workReportingManagement/workRecord.vue | 1 + .../basic/equipmentCapacity.vue | 1 + .../basic/inspectionHours.vue | 1 + .../basic/nonSameFurnace.vue | 1 + .../basic/oemProcess.vue | 2 +- .../basic/personnelCapacity.vue | 1 + .../basic/principalProducer.vue | 1 - .../schedulingException/index.vue | 1 + .../statisticalAnalysis/index.vue | 4 +- .../statisticalAnalysis/productionReport.vue | 39 +++++++++---------- 24 files changed, 44 insertions(+), 56 deletions(-) diff --git a/src/views/productionManagement/WIPChange/index.vue b/src/views/productionManagement/WIPChange/index.vue index c9400405..aa47ecbf 100644 --- a/src/views/productionManagement/WIPChange/index.vue +++ b/src/views/productionManagement/WIPChange/index.vue @@ -105,6 +105,7 @@ export default { menuAlign: 'left', gridBtn: false, searchMenuPosition: 'right', + searchLabelWidth:'auto', column: [ { label: '物料号', diff --git a/src/views/productionManagement/beforeAndAfterPlating/afterPlating.vue b/src/views/productionManagement/beforeAndAfterPlating/afterPlating.vue index 348f2e5b..17ee4acd 100644 --- a/src/views/productionManagement/beforeAndAfterPlating/afterPlating.vue +++ b/src/views/productionManagement/beforeAndAfterPlating/afterPlating.vue @@ -106,6 +106,7 @@ export default { viewBtnIcon: ' ', delBtnIcon: ' ', editBtnIcon: ' ', + searchLabelWidth:'auto', column: [], }, data: [], diff --git a/src/views/productionManagement/beforeAndAfterPlating/components/handoverRec.vue b/src/views/productionManagement/beforeAndAfterPlating/components/handoverRec.vue index fee64fd2..2718dd91 100644 --- a/src/views/productionManagement/beforeAndAfterPlating/components/handoverRec.vue +++ b/src/views/productionManagement/beforeAndAfterPlating/components/handoverRec.vue @@ -108,6 +108,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', menu: false, column: [ { diff --git a/src/views/productionManagement/beforeAndAfterPlating/components/maintainRecords.vue b/src/views/productionManagement/beforeAndAfterPlating/components/maintainRecords.vue index 18f24c1b..1186e800 100644 --- a/src/views/productionManagement/beforeAndAfterPlating/components/maintainRecords.vue +++ b/src/views/productionManagement/beforeAndAfterPlating/components/maintainRecords.vue @@ -82,6 +82,7 @@ export default { searchMenuPosition: 'right', align: 'center', menu:false, + searchLabelWidth:'auto', column: [ { label: '车间订单', diff --git a/src/views/productionManagement/beforeAndAfterPlating/index.vue b/src/views/productionManagement/beforeAndAfterPlating/index.vue index 07ae33b8..377a180d 100644 --- a/src/views/productionManagement/beforeAndAfterPlating/index.vue +++ b/src/views/productionManagement/beforeAndAfterPlating/index.vue @@ -114,6 +114,7 @@ export default { menuAlign: 'left', gridBtn: false, searchMenuPosition: 'right', + searchLabelWidth:'auto', addBtnIcon: ' ', viewBtnIcon: ' ', delBtnIcon: ' ', diff --git a/src/views/productionManagement/blbWorkOrder/components/glass.vue b/src/views/productionManagement/blbWorkOrder/components/glass.vue index e31107cd..934cab78 100644 --- a/src/views/productionManagement/blbWorkOrder/components/glass.vue +++ b/src/views/productionManagement/blbWorkOrder/components/glass.vue @@ -206,6 +206,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', column: [ { label: '当前工序', @@ -369,7 +370,6 @@ export default { sortable: true, overHidden: true, width: 150, - searchLabelWidth: 100, }, { @@ -380,7 +380,6 @@ export default { sortable: true, overHidden: true, width: 150, - searchLabelWidth: 100, hide:true, dicUrl: '/blade-system/dict/dictionary?code=orderPriority', props: { @@ -426,7 +425,6 @@ export default { prop: 'sendDownTime', sortable: true, filter: true, - searchLabelWidth: 90, span: 12, search: true, width: 150, @@ -460,7 +458,6 @@ export default { format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', - searchLabelWidth: 90, }, { diff --git a/src/views/productionManagement/blbWorkOrder/components/others.vue b/src/views/productionManagement/blbWorkOrder/components/others.vue index 33b9409a..fb7e2358 100644 --- a/src/views/productionManagement/blbWorkOrder/components/others.vue +++ b/src/views/productionManagement/blbWorkOrder/components/others.vue @@ -204,6 +204,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', column: [ { label: '当前工序', @@ -367,9 +368,7 @@ export default { search: false, sortable: true, overHidden: true, - width: 150, - searchLabelWidth: 100, - + width: 150, }, { label: '订单优先级', @@ -379,7 +378,6 @@ export default { sortable: true, overHidden: true, width: 150, - searchLabelWidth: 100, hide:true, dicUrl: '/blade-system/dict/dictionary?code=orderPriority', props: { @@ -433,7 +431,6 @@ export default { type: 'datetime', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', - searchLabelWidth: 90, }, { label: '计划完工时间', @@ -446,7 +443,6 @@ export default { valueFormat: 'YYYY-MM-DD HH:mm:ss', width: 150, - searchLabelWidth: 90, }, { label: '镀后入库时间', @@ -460,7 +456,6 @@ export default { type: 'datetimerange', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', - searchLabelWidth: 90, }, { diff --git a/src/views/productionManagement/frontTooling/index.vue b/src/views/productionManagement/frontTooling/index.vue index 9a609f8a..8c64b390 100644 --- a/src/views/productionManagement/frontTooling/index.vue +++ b/src/views/productionManagement/frontTooling/index.vue @@ -69,7 +69,7 @@ export default { editBtnIcon: ' ', viewBtnText: '详情', labelWidth: 120, - // searchLabelWidth: 120, + searchLabelWidth: 'auto', menu: false, menuWidth: 220, dialogWidth: 1200, @@ -214,7 +214,6 @@ export default { search: true, sortable: true, overHidden: true, - searchLabelWidth: 90, }, { label: '需求交期', diff --git a/src/views/productionManagement/productionMonitoring/index.vue b/src/views/productionManagement/productionMonitoring/index.vue index 4607ab4b..45a82ae0 100644 --- a/src/views/productionManagement/productionMonitoring/index.vue +++ b/src/views/productionManagement/productionMonitoring/index.vue @@ -219,6 +219,7 @@ export default { menuAlign: 'left', gridBtn: false, searchMenuPosition: 'right', + searchLabelWidth:'auto', align: 'center', column: [ { @@ -276,7 +277,6 @@ export default { sortable: true, overHidden: true, width: 150, - // searchLabelWidth: 100, }, { label: '加工单位', @@ -305,7 +305,6 @@ export default { overHidden: true, width: 150, hide: true, - // searchLabelWidth: 100, }, { label: '生产订单号', @@ -315,7 +314,6 @@ export default { overHidden: true, // hide: true, width: 150, - // searchLabelWidth: 100, }, { label: '计划单号', @@ -433,7 +431,6 @@ export default { sortable: true, overHidden: true, width: 150, - // searchLabelWidth: 100, }, { label: '订单优先级', @@ -443,7 +440,6 @@ export default { sortable: true, overHidden: true, width: 150, - // searchLabelWidth: 100, hide: true, dicUrl: '/blade-system/dict/dictionary?code=orderPriority', props: { @@ -497,7 +493,6 @@ export default { sortable: true, filter: true, selectWidth: 150, - searchLabelWidth: 90, span: 12, search: true, width: 150, @@ -512,7 +507,6 @@ export default { search: false, sortable: true, overHidden: true, - searchLabelWidth: 100, type: 'date', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', @@ -528,7 +522,6 @@ export default { search: true, searchSpan: 8, width: 150, - searchLabelWidth: 90, type: 'date', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', diff --git a/src/views/productionManagement/reworkOrder/index.vue b/src/views/productionManagement/reworkOrder/index.vue index dc5c4182..763689b0 100644 --- a/src/views/productionManagement/reworkOrder/index.vue +++ b/src/views/productionManagement/reworkOrder/index.vue @@ -116,6 +116,7 @@ export default { menuAlign: 'left', gridBtn: false, searchMenuPosition: 'right', + searchLabelWidth:'auto', column: [ { label: '返工单号', diff --git a/src/views/productionManagement/reworkPlan/index.vue b/src/views/productionManagement/reworkPlan/index.vue index a85aa3c9..60d5fca2 100644 --- a/src/views/productionManagement/reworkPlan/index.vue +++ b/src/views/productionManagement/reworkPlan/index.vue @@ -100,6 +100,7 @@ export default { searchMenuPosition: 'right', align: 'center', menu: false, + searchLabelWidth:'auto', column: [ { label: '返工订单', diff --git a/src/views/productionManagement/sameFurnaceQuery/index.vue b/src/views/productionManagement/sameFurnaceQuery/index.vue index d3f6a0cb..92162c8d 100644 --- a/src/views/productionManagement/sameFurnaceQuery/index.vue +++ b/src/views/productionManagement/sameFurnaceQuery/index.vue @@ -75,6 +75,7 @@ export default { delBtnIcon: ' ', editBtnIcon: ' ', align: 'center', + searchLabelWidth: 'auto', column: [ { label: '绑定编号', @@ -89,7 +90,6 @@ export default { search: true, sortable: true, overHidden: true, - searchLabelWidth: 120, }, { label: '物料号', @@ -140,7 +140,7 @@ export default { sortable: true, overHidden: true, search: true, - searchLabelWidth: 'auto', + width: 150, type: 'date', searchRange: true, diff --git a/src/views/productionManagement/shortageApplication/index.vue b/src/views/productionManagement/shortageApplication/index.vue index a86c6efd..e86fdcb2 100644 --- a/src/views/productionManagement/shortageApplication/index.vue +++ b/src/views/productionManagement/shortageApplication/index.vue @@ -100,6 +100,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', column: [ { label: '领用单号', @@ -108,7 +109,6 @@ export default { filter: true, span: 12, search: false, - searchLabelWidth: 140, width: 120, display: false, }, @@ -120,7 +120,6 @@ export default { filter: true, span: 12, width: 140, - searchLabelWidth: 90, }, { label: '零件号', diff --git a/src/views/productionManagement/sinTerWorkOrder/index.vue b/src/views/productionManagement/sinTerWorkOrder/index.vue index 612f91e0..9ff7ce59 100644 --- a/src/views/productionManagement/sinTerWorkOrder/index.vue +++ b/src/views/productionManagement/sinTerWorkOrder/index.vue @@ -199,7 +199,7 @@ export default { editBtnIcon: ' ', viewBtnText: '详情', labelWidth: 120, - // searchLabelWidth: 120, + searchLabelWidth: 'auto', menuWidth: 180, dialogWidth: 1200, dialogClickModal: false, @@ -383,7 +383,6 @@ export default { sortable: true, overHidden: true, width: 150, - // searchLabelWidth: 100, }, { label: '订单优先级', @@ -393,7 +392,6 @@ export default { sortable: true, overHidden: true, width: 150, - searchLabelWidth: 100, hide: true, dicUrl: '/blade-system/dict/dictionary?code=orderPriority', props: { @@ -447,8 +445,6 @@ export default { type: 'datetime', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', - - searchLabelWidth: 90, }, { label: '计划完工时间', @@ -461,7 +457,6 @@ export default { valueFormat: 'YYYY-MM-DD HH:mm:ss', width: 150, - searchLabelWidth: 90, }, { label: '镀后入库时间', @@ -475,7 +470,6 @@ export default { type: 'datetime', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', - searchLabelWidth: 90, }, { diff --git a/src/views/productionManagement/workReportingManagement/workRecord.vue b/src/views/productionManagement/workReportingManagement/workRecord.vue index 50dc9fb1..19ebcc64 100644 --- a/src/views/productionManagement/workReportingManagement/workRecord.vue +++ b/src/views/productionManagement/workReportingManagement/workRecord.vue @@ -81,6 +81,7 @@ export default { searchMenuPosition: 'right', align: 'center', menu:false, + searchLabelWidth:'auto', column: [ { label: '车间订单号', diff --git a/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue b/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue index a661c452..46914f16 100644 --- a/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue +++ b/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue @@ -123,6 +123,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', column: [ { label: '作业中心', diff --git a/src/views/productionSchedulingPlan/basic/inspectionHours.vue b/src/views/productionSchedulingPlan/basic/inspectionHours.vue index 23d5901b..af95ebfc 100644 --- a/src/views/productionSchedulingPlan/basic/inspectionHours.vue +++ b/src/views/productionSchedulingPlan/basic/inspectionHours.vue @@ -90,6 +90,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', column: [ { label: '检验项目', diff --git a/src/views/productionSchedulingPlan/basic/nonSameFurnace.vue b/src/views/productionSchedulingPlan/basic/nonSameFurnace.vue index 694e62f9..41dff5d9 100644 --- a/src/views/productionSchedulingPlan/basic/nonSameFurnace.vue +++ b/src/views/productionSchedulingPlan/basic/nonSameFurnace.vue @@ -90,6 +90,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', column: [ { label: '作业中心', diff --git a/src/views/productionSchedulingPlan/basic/oemProcess.vue b/src/views/productionSchedulingPlan/basic/oemProcess.vue index 3ac46935..27e75e2b 100644 --- a/src/views/productionSchedulingPlan/basic/oemProcess.vue +++ b/src/views/productionSchedulingPlan/basic/oemProcess.vue @@ -92,6 +92,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', column: [ { label: '工序', @@ -134,7 +135,6 @@ export default { sortable: 'custom', span: 12, type: 'number', - precision: 0, rules: [ { required: true, diff --git a/src/views/productionSchedulingPlan/basic/personnelCapacity.vue b/src/views/productionSchedulingPlan/basic/personnelCapacity.vue index b0ac88b7..b0fc4522 100644 --- a/src/views/productionSchedulingPlan/basic/personnelCapacity.vue +++ b/src/views/productionSchedulingPlan/basic/personnelCapacity.vue @@ -124,6 +124,7 @@ export default { gridBtn: false, searchMenuPosition: 'right', align: 'center', + searchLabelWidth:'auto', column: [ { label: '作业中心', diff --git a/src/views/productionSchedulingPlan/basic/principalProducer.vue b/src/views/productionSchedulingPlan/basic/principalProducer.vue index c38392eb..947606fd 100644 --- a/src/views/productionSchedulingPlan/basic/principalProducer.vue +++ b/src/views/productionSchedulingPlan/basic/principalProducer.vue @@ -131,7 +131,6 @@ export default { search: true, sortable: 'custom', span: 12, - searchLabelWidth: 150, labelWidth: 160, type: 'select', rules: [ diff --git a/src/views/productionSchedulingPlan/schedulingException/index.vue b/src/views/productionSchedulingPlan/schedulingException/index.vue index bb2abb96..5b2b70db 100644 --- a/src/views/productionSchedulingPlan/schedulingException/index.vue +++ b/src/views/productionSchedulingPlan/schedulingException/index.vue @@ -113,6 +113,7 @@ export default { searchMenuPosition: 'right', align: 'center', menu: true, + searchLabelWidth:'auto', column: [ { label: '时间', diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue index f8546470..81ac5e84 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue @@ -278,11 +278,11 @@ export default { } // 已排产订单 if (type == 'schedulingCount') { - this.showType = '10004'; + this.showType = '10004,10005,10006,10015,10021'; } // 未排产订单 if (type == 'unschedulingCount') { - this.showType = '10003'; + this.showType = '10003,10008'; } // 异常订单 if (type == 'errorCount') { diff --git a/src/views/statisticalAnalysis/productionReport.vue b/src/views/statisticalAnalysis/productionReport.vue index abc6559c..bdfed040 100644 --- a/src/views/statisticalAnalysis/productionReport.vue +++ b/src/views/statisticalAnalysis/productionReport.vue @@ -11,8 +11,7 @@ + style="width: 200px" filterable clearable> @@ -42,11 +41,11 @@ @row-del="rowDel" @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange" @current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad"> - -