From 682f5a2052ccb252775ad3a0fc8ba825e4e595d1 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 28 Nov 2025 16:15:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=A5=E8=89=BA=E8=B7=AF=E7=BA=BF?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/route_form.vue | 109 ++++++++++++----------------------- 1 file changed, 37 insertions(+), 72 deletions(-) diff --git a/src/views/mtm/route_form.vue b/src/views/mtm/route_form.vue index 45386771..bf92744f 100644 --- a/src/views/mtm/route_form.vue +++ b/src/views/mtm/route_form.vue @@ -49,68 +49,42 @@ - - - {{ - item.full_name - }} - - - + + + + - - - - + + + + - { - that.materialsIn = res; - }); - }, - getMaterialOut() { - let that = this; - that.$API.mtm.material.list - .req({ page: 0, type__in: "10,20" }) - .then((res) => { - that.materialsOut = res; - }); - }, getProcess() { let that = this; that.$API.mtm.process.list.req({ page: 0 }).then((res) => { @@ -477,6 +440,8 @@ export default { setData(data) { let that = this; Object.assign(that.form, data); + console.log('that.form',that.form); + console.log('that.form.material_in_name',that.form.material_in_name); that.routeId = data.id; that.addTemplate.route = data.id; that.params_json=that.form.params_json;