|
@@ -121,12 +121,14 @@
|
|
<view class="text-center mb-3 fs-14 font-bold py-2">
|
|
<view class="text-center mb-3 fs-14 font-bold py-2">
|
|
查询
|
|
查询
|
|
</view>
|
|
</view>
|
|
- <view class=" centerY mb-3"
|
|
|
|
- style="border-radius: 14rpx;border: 1px solid #007aff;overflow: hidden;">
|
|
|
|
- <input type="text" v-model="valueId" class="px-2 fs-12 w-70" placeholder="请输入身份证号码"
|
|
|
|
- placeholder-class="fs-12">
|
|
|
|
- <button type="primary" class="d-inline-block fs-12 px-2 ml-auto w-30" style="padding: 4rpx ;"
|
|
|
|
- @click="search">搜索</button>
|
|
|
|
|
|
+ <view class=" centerY mb-3 w-100 border-box" style="overflow: hidden; ">
|
|
|
|
+ <input type="text" v-model="valueId" class="px-2 py-2 fs-12 w-70"
|
|
|
|
+ style="border: 2px solid #007aff;border-top-left-radius: 2rpx;border-bottom-left-radius: 2rpx;"
|
|
|
|
+ placeholder="请输入身份证号码" placeholder-class="fs-12" />
|
|
|
|
+ <uni-button type="primary" class="my-button fs-12 px-2 ml-auto border-box w-30"
|
|
|
|
+ style="padding: 0x ;border: 1px solid #007aff;border-top-right-radius: 12rpx;border-bottom-right-radius: 12rpx;"
|
|
|
|
+ @click="search">搜索
|
|
|
|
+ </uni-button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</uni-popup>
|
|
</uni-popup>
|
|
@@ -136,7 +138,7 @@
|
|
<view class="text-center mb-3 fs-14 font-bold py-2">
|
|
<view class="text-center mb-3 fs-14 font-bold py-2">
|
|
患者列表
|
|
患者列表
|
|
</view>
|
|
</view>
|
|
- <view class="text-left centerY mb-3" style="border-radius: 14rpx;border: 1px solid #007aff;">
|
|
|
|
|
|
+ <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"
|
|
<uni-data-select v-model="userIndex" :localdata="userArr" @change="bindPickerChange"
|
|
placeholder="请选择身份">
|
|
placeholder="请选择身份">
|
|
</uni-data-select>
|
|
</uni-data-select>
|
|
@@ -215,7 +217,7 @@
|
|
}
|
|
}
|
|
if (item.ip == globalData.configData.prodIp) {
|
|
if (item.ip == globalData.configData.prodIp) {
|
|
//兰溪
|
|
//兰溪
|
|
- if (item.name == '开发') {
|
|
|
|
|
|
+ if (item.name == '兰溪') {
|
|
if (!res.data.length > 10) return
|
|
if (!res.data.length > 10) return
|
|
console.log(res)
|
|
console.log(res)
|
|
let res2 = await t.$api.decrypt({
|
|
let res2 = await t.$api.decrypt({
|
|
@@ -246,6 +248,13 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ if (!uni.getStorageSync('idCard')) {
|
|
|
|
+ t.$refs.popup1.open()
|
|
|
|
+ uni.hideLoading()
|
|
|
|
+ } else {
|
|
|
|
+ t.getuserinfo(uni.getStorageSync('idCard'))
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}, 300)
|
|
}, 300)
|
|
|
|
|