From 2b10f6a18ba411938151ebb40fc5a5e052eacaf4 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 10 Feb 2026 11:15:12 +0800 Subject: [PATCH] =?UTF-8?q?2026-02-10=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=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../searchProductionDispatchList.vue | 102 +++++++++++------- 1 file changed, 61 insertions(+), 41 deletions(-) diff --git a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue index be9e3c0..d3954b7 100644 --- a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue +++ b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue @@ -28,9 +28,63 @@ @@ -287,6 +303,8 @@ export default { date4: '', date5: '', date6: '', + closedFlag: 'N', // 是否关闭,默认N + parkFlag: '', // 是否暂停,无默认 user: this.$store.state.user.name }, searchExpanded: true, // 查询条件展开状态 @@ -1173,6 +1191,8 @@ export default { date4: '', date5: '', date6: '', + closedFlag: 'N', // 重置时保持默认值N + parkFlag: '', // 重置时无默认 user: this.$store.state.user.name } this.pageIndex = 1