From 9d4238668cb6bbbe0c96c15ff2fee6d49831f89f Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Thu, 17 Feb 2022 14:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9Cxial=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_client/src/views/inm/fifo.vue | 2 +- hb_client/src/views/inm/fifodetail.vue | 10 +- hb_client/src/views/pm/resources.vue | 627 +++++++++++++------------ 3 files changed, 330 insertions(+), 309 deletions(-) diff --git a/hb_client/src/views/inm/fifo.vue b/hb_client/src/views/inm/fifo.vue index 7537f4e..66b19ea 100644 --- a/hb_client/src/views/inm/fifo.vue +++ b/hb_client/src/views/inm/fifo.vue @@ -357,7 +357,7 @@ export default { handleDetail(scope) { this.$router.push({ name: "fifodetail", - params: { id: scope.row.id, pu_order: scope.row.pu_order }, + params: { id: scope.row.id, pu_order: scope.row.pu_order}, }); }, diff --git a/hb_client/src/views/inm/fifodetail.vue b/hb_client/src/views/inm/fifodetail.vue index ddb79e8..669f4ca 100644 --- a/hb_client/src/views/inm/fifodetail.vue +++ b/hb_client/src/views/inm/fifodetail.vue @@ -1,7 +1,7 @@