From bc30a399a0212f0140dc65f8dbd3aac6bc0c7107 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 16 Nov 2022 14:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/WarehouseManage/XuniDeliveryConfirm.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/WarehouseManage/XuniDeliveryConfirm.vue b/pages/WarehouseManage/XuniDeliveryConfirm.vue index ad4d8c9..b2a6fc3 100644 --- a/pages/WarehouseManage/XuniDeliveryConfirm.vue +++ b/pages/WarehouseManage/XuniDeliveryConfirm.vue @@ -1,6 +1,6 @@ @@ -81,6 +81,11 @@ this.billCode = option.bill_code }, methods: { + goIn () { + uni.navigateTo({ + url: `/pages/WarehouseManage/XuniDelivery` + }) + }, handleChange (e) { // console.log(e) },