From ddb620a2f0b3212804c0a5a2fb06697c2a90a01f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sun, 28 Sep 2025 09:02:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=A0=E5=85=A5ticket=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/route_show.vue | 5 +++-- src/views/ofm/booking_form.vue | 3 ++- src/views/wpm_gx/handover_form.vue | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/views/mtm/route_show.vue b/src/views/mtm/route_show.vue index 6a816a5b..f37692e7 100644 --- a/src/views/mtm/route_show.vue +++ b/src/views/mtm/route_show.vue @@ -65,7 +65,7 @@ - + @@ -92,7 +92,8 @@ export default { 20: "单个", }, form: { - ticket: null + ticket: null, + ticket_: null, }, nodes: [], edges: [], diff --git a/src/views/ofm/booking_form.vue b/src/views/ofm/booking_form.vue index ae78da3a..e97bcd3c 100644 --- a/src/views/ofm/booking_form.vue +++ b/src/views/ofm/booking_form.vue @@ -50,7 +50,7 @@ - + @@ -102,6 +102,7 @@ export default { mdate: "", title: "", slots: [], + ticket_: null }, //验证规则 rules: { diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 330cd0d8..69b9f04b 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -195,7 +195,7 @@ - + @@ -256,7 +256,8 @@ export default { recive_user: null, recive_mgroup: null, handoverb:[], - ticket:null + ticket:null, + ticket_:null }, initForm:{}, selectObjIds:[],