This commit is contained in:
wangweidong 2026-01-19 17:10:35 +08:00
parent 1701ca3060
commit 0281f6ec5d
6 changed files with 23 additions and 19 deletions

View File

@ -34,7 +34,7 @@
</view>
<view class="one">
<view class="one-left">负责人</view>
<input class="one-right" maxlength="10" placeholder="请输入负责人" v-model="form.personInCharge" />
<input class="one-right" maxlength="30" placeholder="请输入负责人" v-model="form.personInCharge" />
</view>
<view class="one">
<view class="one-left">联系电话</view>

View File

@ -22,7 +22,7 @@
我已阅读并同意
</text>
<text class="radio-circle-blue" @click.stop="jumpToPro">
NU护理单元使用条款
护理单元使用条款
</text>
<text class="radio-circle-font">
并授权NU
@ -55,7 +55,7 @@
<view class="modal-title">使用条款</view>
<view class="model-p">
<text>&#x3000;&#x3000;为了更好地保障您的合法权益请阅读并同意</text>
<text style="color: rgb(0,141,255);" @click="jumpToPro">NU护理单元使用条款</text>
<text style="color: rgb(0,141,255);" @click="jumpToPro">护理单元使用条款</text>
<text>同意后将自动登录</text>
<!-- <text class="radio-circle-font">
请阅读并同意

View File

@ -3,12 +3,12 @@
<!-- <image class="back-imge" src="https://www.focusnu.com/media/directive/login/back.png" @click="goback" /> -->
<image class="title-imge" src="https://www.focusnu.com/media/directive/login/icon.png" />
<image class="photo-imge" src="https://www.focusnu.com/media/directive/login/bgc.png" />
<view class="under-container">
<view class="under-container" >
<view class="under-container-title">
<view class="under-container-input">
<view class="input-left">+86</view>
<view class="input-left">+86 </view>
<input type="number" style="width: 600rpx;font-size: 33rpx;height: 200rpx;" maxlength="11"
placeholder="请输入手机号" @input="isRight" />
placeholder="请输入手机号" @input="isRight" @keyboardheightchange="keyboardheightchange" />
</view>
</view>
<view class="button-blue" v-if="canClick" @click="jumpto">
@ -38,7 +38,8 @@
getHkCode
} from "@/api/loginApi.js"
// import custom from "@/compontent/public/custom.vue"
const focus = ref(false)
const focushei = ref(0)
const huakuaiOpen = ref(false);
const jumpto = () => {
@ -81,6 +82,9 @@
}
}
const keyboardheightchange = (e)=>{
console.log(e.detail.height)
}
const goback = () => {
uni.navigateBack()
}
@ -113,7 +117,7 @@
.under-container {
position: fixed;
left: 0;
bottom: 0;
bottom: 25vh;
width: 100%;
height: 27vh;
display: flex;

View File

@ -19,7 +19,7 @@
</view>
<view style="display: flex;">
<view class="white-button">
长者进入
长者
</view>
</view>
</view>
@ -37,7 +37,7 @@
</view>
<view style="display: flex;">
<view class="white-button">
员工进入
员工
</view>
</view>
</view>
@ -55,7 +55,7 @@
</view>
<view style="display: flex;">
<view class="white-button">
进入机构
机构
</view>
</view>
@ -68,7 +68,7 @@
<view class="card" @click="supplierhowtojump">
<view class="card-left">
<view class="card-weight">
供应商入驻
供应商
</view>
<view class="card-text">
智优采购流程精准匹配需求稳供优质生活及医疗物资降本增效双向赋能携手合作共赢全方位提升护理单元物资保障质效

View File

@ -107,7 +107,7 @@
<view class="left-button-bottom">
<view class="">
<view style="font-size: 25rpx;">
2025-09
<!-- 2025-09 -->
</view>
<view class="">
采购单
@ -124,14 +124,14 @@
<image class="right-button-img"
:src="`https://www.focusnu.com/media/directive/index/addstaff/jineng.png`" />
<view class="">
员工功能
敬请期待
</view>
</view>
<view class="right-button-one">
<image class="right-button-img"
:src="`https://www.focusnu.com/media/directive/index/addstaff/yuangong.png`" />
<view class="">
员工功能
敬请期待
</view>
</view>
</view>
@ -266,7 +266,7 @@
})
}
const buttonArray = ref(["信息变更", "员工功能", "员工功能"])
const buttonArray = ref(["供应商", "敬请期待", "敬请期待"])
const statusarray = ["loading", "success", "fail"]
const which = ref(0);
@ -503,7 +503,7 @@
onShow(() => {
loadingData();
isRead().then(res => {
if (res.result) {
if (res.success) {
hong.value = res.result;
}
})
@ -511,7 +511,7 @@
onPullDownRefresh(() => {
loadingData();
isRead().then(res => {
if (res.result) {
if (res.success) {
hong.value = res.result;
}
})

View File

@ -10,7 +10,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="goBack">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">审核记录</view>
<view style="font-size: 30rpx;">采购单列表</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>