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) {