From ce655659ef83feaee7e8878b794eddc1ea6194c7 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 15 Apr 2026 10:05:41 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-15=20=E7=94=9F=E4=BA=A7=E6=B4=BE?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../searchProductionDispatchList.vue | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue index 25af10d..5b9264e 100644 --- a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue +++ b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue @@ -1137,6 +1137,24 @@ export default { status: true, fixed: '', columnWidth: 100 + }, + { + userId: this.$store.state.user.name, + functionId: 6023, + serialNumber: '6023TableRemark', + tableId: "6023Table", + tableName: "查询生产派工单表", + columnProp: "remark", + headerAlign: "center", + align: "left", + columnLabel: "任务备注", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 150 } ], queryTable: { @@ -1202,7 +1220,7 @@ export default { this.$nextTick(() => { const windowHeight = window.innerHeight; const headerHeight = this.searchExpanded ? 300 : 178; - this.height = windowHeight - headerHeight - 85; + this.height = windowHeight - headerHeight - 65; }); }, // 切换查询条件展开/收起