123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566 |
- <template>
- <view class="mb-5">
- <view class="" v-if="userData.id">
- <view class="header p-3">
- <view class="centerY">
- <span class="d-inline-block fs-18 text-white font-bold">个人档案</span>
- <span
- v-if="ipArr.find(item => item.ip == prodIp) && (ipArr.find(item => item.ip == prodIp).name !== '兰溪'&&ipArr.find(item => item.ip == prodIp).name !== '龙游')"
- class="d-inline-block py-1 d-inline-block ml-auto text-white1" @click="closet">
- [ 退出 ]
- </span>
- <span
- v-if="ipArr.find(item => item.ip == prodIp) && (ipArr.find(item => item.ip == prodIp).name == '兰溪')"
- class="d-inline-block py-1 d-inline-block ml-auto text-white1" @click="operation">
- [ 切换 ]
- </span>
- </view>
- <view class="centerY mt-2" @click="$mf.clickNavto('/pages/userinfo/userinfo')">
- <view class="w-15 userhead">
- <view class="picbox">
- <image v-if="userData.sex == 1" src="@/static/img/defult/head1.png" mode="widthFix"
- class="picimg">
- </image>
- <image v-if="userData.sex == 2" src="@/static/img/defult/head2.png" mode="widthFix"
- class="picimg">
- </image>
- </view>
- </view>
- <view class="w-85 ml-3">
- <view class="text-white fs-16 font-bold">{{ userData.username || '' }}</view>
- <view class="centerY" style="margin-top:10rpx;">
- <view
- :class="{ 'iconfont text-white fs-16 font-bold': true, ' nv': userData.sex == 2, nanxing: userData.sex == 1 }">
- </view>
- <view class="py-1 pl-2 text-center centerY text-gry80 bg-white ml-auto"
- style="border-radius: 6rpx;">
- <view class="">基础资料</view>
- <view class="iconfont youla2 fs-12 font-bold"></view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="content p-3 bg-white mx-3 my-3 box-border08">
- <view class="" style="display:flex;flex-wrap: wrap !important;">
- <view class="w-100 border-box">
- <view class=""
- style="background: linear-gradient(180deg, rgb(151,220,249) 0%, rgb(110,197,246) 100%);border-radius: 16rpx;">
- <view class="px-3 pt-2 pb-3 ">
- <view class="centerY ">
- <view class="bule_line"></view>
- <text class="fs-18 ml-2 font-bold" style="color: #1C90D7;">个人体征</text>
- </view>
- <view class="mt-2" style="color: #000;">
- <view class="font-bold" style="display:flex;flex-wrap: wrap !important;">
- <view class="w-50 border-box pr-1">
- <view class=" d-flex px-2 py-1"
- style="color: #55afdf;border-radius: 10rpx;background-color: rgba(255,255,255)">
- 身高
- <span class="ml-auto ml-1">{{ physical.height || '-' }} cm</span>
- </view>
- </view>
- <view class="w-50 border-box pl-1">
- <view class=" d-flex px-2 py-1"
- style="color: #55afdf;border-radius: 10rpx;background-color: rgba(255,255,255)">
- 体重
- <span class="ml-auto ml-1">{{ physical.weight || '-' }} kg</span>
- </view>
- </view>
- <view class="w-50 border-box pr-1 mt-2">
- <view class=" d-flex px-2 py-1"
- style="color: #55afdf;border-radius: 10rpx;background-color: rgba(255,255,255)">
- BMI
- <span class="ml-auto ml-1">{{ physical.bmi || '-' }} kg/m^2</span>
- </view>
- </view>
- <view class="w-50 border-box pl-1 mt-2">
- <view class=" d-flex px-2 py-1"
- style="color: #55afdf;border-radius: 10rpx;background-color: rgba(255,255,255)">
- 血压
- <span
- class="ml-auto ml-1">{{ physical.diastole || '-' }}/{{ physical.shrink || '-' }}
- mmHg</span>
- </view>
- </view>
- <view class="w-50 border-box pr-1 mt-2">
- <view class=" d-flex px-2 py-1"
- style="color: #55afdf;border-radius: 10rpx;background-color: rgba(255,255,255)">
- 心率
- <span class="ml-auto ml-1">{{ physical.pulse || '-' }} bmp</span>
- </view>
- </view>
- <view class="w-50 border-box pl-1 mt-2">
- <view class=" d-flex px-2 py-1"
- style="color: #55afdf;border-radius: 10rpx;background-color: rgba(255,255,255)">
- 腰围
- <span class="ml-auto ml-1">{{ physical.waist || '-' }} cm</span>
- </view>
- </view>
- <view class="w-50 border-box pr-1 mt-2">
- <view class=" d-flex px-2 py-1"
- style="color: #55afdf;border-radius: 10rpx;background-color: rgba(255,255,255)">
- 血糖
- <span class="ml-auto ml-1">{{ physical.bloodGlucose || '-' }}
- mmol/L</span>
- </view>
- </view>
- <view class="w-50 border-box pl-1 mt-2">
- <view class=" d-flex px-2 py-1"
- style="color: #55afdf;border-radius: 10rpx;background-color: rgba(255,255,255)">
- 血氧
- <span class="ml-auto ml-1">{{ physical.spo2 || '-' }} mmHg</span>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="w-50 pr-2 border-box mt-3">
- <image @click="$mf.clickNavto('/pages/medication/medication')" src="@/static/img/index/dqyy.png"
- mode="widthFix" class="w-100"></image>
- </view>
- <view class="w-50 pl-2 border-box mt-3">
- <image @click="$mf.clickNavto('/pages/health_report/health_report')"
- src="@/static/img/index/jkbg.png" mode="widthFix" class="w-100"></image>
- </view>
- </view>
- <view class="mt-2">
- <image @click="$mf.clickNavto('/pages/eye_ground/eye_ground')" src="@/static/img/index/ydjc.png"
- mode="widthFix" class="w-100"></image>
- </view>
- <view class="mt-2">
- <image @click="$mf.clickNavto('/pages/home_monitoring/home_monitoring')"
- src="@/static/img/index/jjjc.png" mode="widthFix" class="w-100"></image>
- </view>
- </view>
- </view>
- <view class="">
- <uni-popup ref="popup1" type="top" :mask-click="false">
- <view class=" w-80 mx-auto" style="margin-top: 30vh;">
- <view class="bg-white p-3 w-100 border-box" style="border-radius: 16rpx;">
- <view class="text-center mb-3 fs-14 font-bold py-2">查询</view>
- <view class=" centerY mb-3 w-100 border-box" style="overflow: hidden; ">
- <input type="text" v-model="valueId" class="px-2 m-0 fs-12 w-75 border-box"
- style="height: 70rpx;border: 2px solid #007aff;border-top-left-radius: 4rpx;border-bottom-left-radius: 4rpx;"
- placeholder="请输入身份证号码" placeholder-class="fs-12" />
- <uni-button type="primary" class="my-button fs-12 ml-auto border-box w-25"
- style="height: 70rpx;line-height: 70rpx; padding: 0 ;border-top-right-radius: 12rpx;border-bottom-right-radius: 12rpx;"
- @click="search">
- 搜索
- </uni-button>
- </view>
- </view>
- </view>
- </uni-popup>
- <uni-popup ref="popup2" type="top" :mask-click="false">
- <view class=" w-80 mx-auto" style="margin-top: 30vh;">
- <view class="bg-white p-3 w-100 text-center border-box" style="border-radius: 16rpx;">
- <view class="text-center mb-3 fs-14 font-bold py-2">患者列表</view>
- <view class="text-left centerY mb-3" style="border-radius: 14rpx;border: 2px solid #007aff;">
- <uni-data-select v-model="userIndex" :localdata="userArr" @change="bindPickerChange"
- placeholder="请选择身份"></uni-data-select>
- </view>
- <view class="" v-if="userArr.length == 0">
- <empty title="还未绑定患者" />
- </view>
- </view>
- </view>
- </uni-popup>
- </view>
- </view>
- </template>
- <script>
- import ipArr from '@/config/servernet.config.js'
- let globalData = getApp().globalData;
- import Empty from '@/component/empty/empty.vue';
- export default {
- components: {
- Empty
- },
- data() {
- return {
- userData: {},
- physical: {},
- valueId: '',
- prodIp: '',
- ipArr,
- userArr: [],
- userIndex: null
- };
- },
- onLoad() {
- this.decrypt();
- },
- methods: {
- //正式
- async other() {
- let t = this;
- if (!uni.getStorageSync('idCard')) {
- t.$refs.popup1.open();
- uni.hideLoading();
- } else {
- t.getuserinfo(uni.getStorageSync('idCard'));
- }
- },
- //正式
- async zhengshi() {
- let t = this;
- if (!uni.getStorageSync('idCard')) {
- t.$refs.popup1.open();
- uni.hideLoading();
- } else {
- t.getuserinfo(uni.getStorageSync('idCard'));
- }
- },
- //兰溪
- lanxi() {
- let t = this;
- uni.getStorage({
- key: 'token',
- async success(res) {
- if (!res.data) return;
- let res2 = await t.$api.decrypt({
- toKen: res.data
- });
- if (res2.code !== -1) {
- if (!res2.data.uuid) {
- uni.showModal({
- title: '提示',
- content: '您还未登录请先去登录!',
- showCancel: false,
- success: function(res3) {
- if (res3.confirm) {
- console.log('用户点击确定');
- uni.navigateBack({
- delta: 1 //返回层数,2则上上页
- });
- }
- }
- });
- return;
- }
- if (res2.data.users && res2.data.users.length > 0) {
- t.$refs.popup2.open();
- t.userArr = [];
- res2.data.users.map((item, index) => {
- t.userArr.push({
- value: index,
- text: item.idcard
- });
- });
- uni.hideLoading();
- } else {
- t.$refs.popup2.open();
- t.userArr = [];
- res2.data.users.map((item, index) => {
- t.userArr.push({
- value: index,
- text: item.idcard
- });
- });
- uni.hideLoading();
- }
- } else {
- //返回数据出错
- errordata();
- }
- },
- fail(error) {
- //未获取到token或者出错
- errordata();
- }
- });
- function errordata() {
- if (!uni.getStorageSync('idCard')) {
- t.$refs.popup1.open();
- // uni.showModal({
- // title: '提示',
- // content: '您还未绑定身份证!',
- // showCancel: false,
- // success: function(res3) {
- // if (res3.confirm) {
- // console.log('用户点击确定');
- // uni.navigateBack({
- // delta: 1 //返回层数,2则上上页
- // });
- // }
- // }
- // });
- // return;
- uni.hideLoading();
- } else {
- t.getuserinfo(uni.getStorageSync('idCard'));
- }
- }
- },
- //龙游
- longyou() {
- let t = this;
- uni.getStorage({
- key: 'serialNumber',
- async success(d) {
- console.log(d)
- if (!d.data) return;
- fetch('http://220.191.237.238:8085/ehr/authentication', {
- method: 'POST',
- headers: {
- "Content-Type": "application/json;charset=UTF-8"
- },
- body: JSON.stringify({
- serialNumber: d.data
- })
- }).then(res => {
- return res.json(res);
- }).then(res => {
- console.log(res); // 这里是获取到的数据
- // t.getuserinfo('342201199608189314')
- // return false
- if (res.status == 1) {
- t.getuserinfo(res.data.idCard)
- } else if (res.status == 50000) {
- uni.showModal({
- title: '提示',
- content: '未登录返回登录',
- showCancel: false,
- success: function(res3) {
- if (res3.confirm) {
- console.log('用户点击确定');
- uni.navigateBack({
- delta: 1 //返回层数,2则上上页
- });
- }
- }
- });
- } else {
- uni.showModal({
- title: '提示',
- content: res.msg,
- showCancel: false,
- success: function(res3) {
- if (res3.confirm) {
- console.log('用户点击确定');
- uni.navigateBack({
- delta: 1 //返回层数,2则上上页
- });
- }
- }
- });
- }
- })
- },
- fail(error) {
- //未获取到token或者出错
- errordata();
- }
- });
- function errordata() {
- uni.showModal({
- title: '提示',
- content: '您还未登录请先去登录!',
- showCancel: false,
- success: function(res3) {
- if (res3.confirm) {
- console.log('用户点击确定');
- uni.navigateBack({
- delta: 1 //返回层数,2则上上页
- });
- }
- }
- });
- }
- },
- decrypt() {
- //token解码
- uni.showLoading({
- title: '加载中'
- });
- let t = this;
- let timer = setInterval(() => {
- //等待获取ip
- if (globalData.configData.prodIp) {
- t.prodIp = globalData.configData.prodIp;
- clearInterval(timer);
- }
- ipArr.map(async item => {
- // console.log(item.ip, globalData.configData.prodIp)
- if (item.ip == globalData.configData.prodIp && item.name == '龙游') {
- t.longyou();
- return;
- }
- if (item.ip == globalData.configData.prodIp && item.name == '兰溪') {
- t.lanxi();
- return;
- }
- if (item.ip == globalData.configData.prodIp && item.name == '附海') {
- t.other();
- return;
- }
- if (item.ip == globalData.configData.prodIp && item.name == '正式') {
- t.zhengshi();
- return;
- }
- if (item.ip == globalData.configData.prodIp && item.name == '测试') {
- t.zhengshi();
- return;
- }
- if (item.ip == globalData.configData.prodIp && item.name == '开发') {
- t.other();
- return;
- }
- });
- }, 300);
- },
- //切换
- operation() {
- uni.clearStorage('idCard');
- uni.clearStorage('userData');
- this.valueId = '';
- this.userData = {};
- this.physical = {};
- this.$refs.popup2.open();
- },
- bindPickerChange(e) {
- if (this.userArr[e] && this.userArr[e].text) {
- this.getuserinfo(this.userArr[e].text);
- }
- },
- closet() {
- uni.clearStorage('idCard');
- uni.clearStorage('userData');
- this.valueId = '';
- this.userData = {};
- this.physical = {};
- this.$refs.popup1.open();
- },
- search() {
- if (!this.$mf.isCardID(this.valueId)) {
- uni.showToast({
- title: '请输入正确的身份证号',
- icon: 'error',
- duration: 2000,
- mask: true
- });
- return;
- }
- this.userData = {};
- this.physical = {};
- this.getuserinfo(this.valueId);
- },
- async find_physical() {
- uni.showLoading({
- title: '加载中'
- });
- let idCard = uni.getStorageSync('idCard');
- let {
- data,
- code
- } = await this.$api.find_physical({
- idCard
- });
- if (code == 0) {
- this.physical = data || {};
- uni.hideLoading();
- } else {
- uni.hideLoading();
- }
- uni.stopPullDownRefresh();
- },
- async getuserinfo(idCard) {
- //330222194512283184
- idCard = idCard || uni.getStorageSync('idCard');
- uni.showLoading({
- title: '加载中'
- });
- let {
- data,
- code
- } = await this.$api.getUserInfo({
- idCard
- });
- if (code == 0) {
- this.valueId = '';
- uni.setStorageSync('userData', data || {});
- uni.setStorageSync('idCard', (data && data.idCard) || '');
- this.userData = data || {};
- if (data && data.id) {
- this.find_physical();
- this.$refs.popup1.close();
- this.$refs.popup2.close();
- } else {
- ipArr.map(async item => {
- // console.log(item.ip, globalData.configData.prodIp)
- if (item.ip == globalData.configData.prodIp && item.name == '龙游') {
- uni.showModal({
- title: '提示',
- content: '患者不在慢病系统中!',
- showCancel: false,
- success: function(res3) {
- if (res3.confirm) {
- console.log('用户点击确定');
- uni.navigateBack({
- delta: 1 //返回层数,2则上上页
- });
- }
- }
- });
- }else{
- uni.showToast({
- title: '未查询到患者',
- icon: 'error'
- });
- }
-
- });
-
- }
- uni.hideLoading();
- uni.stopPullDownRefresh();
- } else {
- this.valueId = '';
- uni.hideLoading();
- uni.stopPullDownRefresh();
- }
- }
- },
- onPullDownRefresh() {
- if (this.userData && this.physical) {
- if (uni.getStorageSync('idCard')) {
- this.find_physical();
- } else {
- uni.stopPullDownRefresh();
- }
- } else {
- uni.stopPullDownRefresh();
- }
- }
- };
- </script>
- <style lang="scss">
- page {
- background: #f5f9ff;
- }
- .header {
- background: linear-gradient(180deg, #096dcb 0%, #6faae1 100%);
- }
- .userhead {
- border-radius: 50%;
- box-shadow: 1px 1px 10px 1px #096dcb;
- }
- .text-gry80 {
- color: #808080;
- }
- .box-border08 {
- border-radius: 16rpx;
- }
- </style>
|