From 63bfa4d48cad683860afd5cef6bf20190e161596 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 2 Jun 2025 18:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/index.vue | 4 +- src/pages/toolsLease/codeOut.vue | 88 ++++++++++++++++++-------------- 2 files changed, 53 insertions(+), 39 deletions(-) diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index d7a98de..3b93de2 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -50,8 +50,8 @@ const origin = window.location.href // 登录参数 const loginForm = reactive({ - username: uni.getStorageSync('username'), - password: uni.getStorageSync('password'), + username: '342601199506086818', + password: 'Iws2022#', loginType: 'USERNAME_PASSWORD', code: '', phoneUuid: '', diff --git a/src/pages/toolsLease/codeOut.vue b/src/pages/toolsLease/codeOut.vue index f3ef77e..1519730 100644 --- a/src/pages/toolsLease/codeOut.vue +++ b/src/pages/toolsLease/codeOut.vue @@ -8,7 +8,7 @@ status-bar left-icon="left" left-text="返回" - title="OCR出库" + title="编码出库" @clickLeft="back" /> @@ -27,13 +27,28 @@ {{ queryParams.projectName }} - + {{ queryParams.maTypeName }} - + {{ queryParams.typeName }} - + {{ queryParams.outNum }} @@ -49,19 +64,13 @@ --> - + - + - + @@ -132,7 +141,7 @@