From 7509fa7b2ad9783f7d0b5f642184a95c5789f906 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 20 Oct 2025 15:32:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E9=99=B6=E7=93=B7?= =?UTF-8?q?=E5=B7=A5=E8=89=BA=E6=AD=A5=E9=AA=A4=E8=BF=BD=E8=B8=AA=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E6=96=B0=E5=A2=9E=E7=BC=96=E8=BE=91=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8D=95=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/route_form.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/mtm/route_form.vue b/src/views/mtm/route_form.vue index 155ac56a..762659cb 100644 --- a/src/views/mtm/route_form.vue +++ b/src/views/mtm/route_form.vue @@ -473,6 +473,9 @@ export default { that.routeId = data.id; that.addTemplate.route = data.id; that.params_json=that.form.params_json; + if((this.project_code=='bxerp'||this.project_code=='tcerp')&&this.form.material_out_tracking==null){ + this.form.material_out_tracking = 20; + } setTimeout(() => { that.options.forEach((item) => { if (item.id == data.process) {