From 0fb7e4d4bdbe91398bc34e3abe06bb5deb6e9808 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 17 四月 2024 16:49:10 +0800 Subject: [PATCH] # --- pages/phyz/checkLocDetl/locDetlList.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/pages/phyz/checkLocDetl/locDetlList.vue b/pages/phyz/checkLocDetl/locDetlList.vue index f71697e..150af04 100644 --- a/pages/phyz/checkLocDetl/locDetlList.vue +++ b/pages/phyz/checkLocDetl/locDetlList.vue @@ -60,7 +60,9 @@ count: '', index: 0, locNo: '', - barcode: '' + barcode: '', + orderNo: '', + threeCode: '' } }, onShow() { @@ -179,6 +181,14 @@ success(res) { res = res.data console.log(res); + if (res.code == 200) { + + } else if (res.code == 403) { + uni.showToast({ title: res.msg, icon: "error", position: 'top' }) + setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000); + } else { + uni.showToast({ title: res.msg, icon: "error", position: 'top' }) + } } }) }, -- Gitblit v1.9.1