出库确认

This commit is contained in:
2025-06-04 13:26:16 +08:00
parent f537cbcaf6
commit 4c1b30cd95
16 changed files with 160 additions and 1714 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="zd_content bg">
<view class="p1">欢迎来到</view>
<view class="p2">华祥手持系统</view>
<view class="p2">宁波富佳手持系统</view>
<view class="input-box">
<input class="large-input" type="text" placeholder="请输入用户名" v-model="user">
</view>
@@ -25,7 +25,7 @@
<script>
import { RSAencrypt } from '@/utils/jsencrypt.js'
import {handLogin, pdaUpdate} from '@/utils/getData2.js'
import {handLogin, pdaUpdate} from '@/utils/getData.js'
import UpGrade from './upgrade.vue'
export default {
components: {
@@ -67,9 +67,9 @@
})
},
async toLogin() {
// uni.redirectTo({
// url: '/pages/home/home'
// })
uni.redirectTo({
url: '/pages/home/home'
})
this.disabled = true
if (this.user === '') {
uni.showToast({