From 327e8ef17c7bf8ee87d14deff41957ddbd22c7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Sat, 12 Oct 2024 14:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=09=E8=AE=A2=E5=8D=95=E7=BC=96=E5=8F=B7?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoicing/consumable/information.vue | 20 +++++++++++++++++-- src/views/order_manage/order_list.vue | 1 + 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue index 481454b..79cb332 100644 --- a/src/views/invoicing/consumable/information.vue +++ b/src/views/invoicing/consumable/information.vue @@ -148,7 +148,7 @@ - +
@@ -166,7 +166,14 @@ - + + + + @@ -744,6 +751,15 @@ export default { } }) }, + //跳转订单列表 + toGoodslist(orderNo) { + this.$router.push({ + path: '/order_manage/order_list', + query: { + orderNo: orderNo + } + }) + }, //添加耗材弹窗增加 ruleFormsAdd() { console.log('add') diff --git a/src/views/order_manage/order_list.vue b/src/views/order_manage/order_list.vue index 08836db..79fef88 100644 --- a/src/views/order_manage/order_list.vue +++ b/src/views/order_manage/order_list.vue @@ -244,6 +244,7 @@ export default { this.getTableData(); }, 200); } + }, methods: { // 获取订单汇总