From 8d45bc1ced357a18cbc2d77a88a73ff3a17d4c61 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 25 Jul 2024 17:00:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=BB=E8=A6=81=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=8E=9F=E6=96=99=E5=92=8C=E5=8D=8A=E6=88=90?= =?UTF-8?q?=E5=93=81=EF=BC=8C=E4=B8=BB=E8=A6=81=E8=BE=93=E5=87=BA=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=8D=8A=E6=88=90=E5=93=81=E5=92=8C=E6=88=90=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/process.vue | 17 +++++++++-------- src/views/mtm/process_form.vue | 6 +++--- src/views/mtm/route_form.vue | 22 ++++++++++++++++------ 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/src/views/mtm/process.vue b/src/views/mtm/process.vue index efc19a0b..0767b3d4 100644 --- a/src/views/mtm/process.vue +++ b/src/views/mtm/process.vue @@ -2,6 +2,15 @@
+ 新增 +
+
-
- -
{ + this.materialsIn = res; + }); + }, + getMaterialOut() { let that = this; this.$API.mtm.material.list .req({ page: 0, type__in: "10,20" }) .then((res) => { - this.materials = res; + this.materialsOut = res; }); }, getProcess() {