1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096 |
- <template>
- <view class="index">
- <view class="sous_sear">
- <view class="sous_box" @click="getSearch">
- <image :src="searimg" class="sous_img"></image>
- <input placeholder="请输入身份证号或姓名进行查询" class="sous_input" disabled/>
- </view>
- </view>
- <p style="height: 28upx; background-color: #f2f2f2;"></p>
- <view class="tab">
- <!-- //表格 -->
- <view class="exele">
- <view class="box">
- <table @change="change">
- <tr class="tr_one">
- <th style="width: 100upx; text-align: center;">姓名</th>
- <th style="width: 270upx; text-align: center;">身份证号</th>
- <th style="width: 170upx; text-align: center;">联系方式(核酸检测登记)</th>
- <th style="width: 80upx; text-align: center;">采集乡镇</th>
- <th style="width: 50upx; text-align: center;">操作</th>
- </tr>
- <view class="scrollbox">
-
- <scroll-view scroll-y class="scroll-view" upper-threshold="40" lower-threshold="40" @scrolltolower="bot_btn">
- <tr v-for="(item,index) in list" :key="index" :class=" [index%2 ==0 ? 'two_tr two_trtwo':'two_tr']" >
- <td style="width: 100upx; text-align: center;" >{{ item.xm == null ? '暂无信息' : item.xm}}</td>
- <td style="width: 270upx; text-align: center;">{{item.zjhm == null? '暂无信息' : item.zjhm }}</td>
- <td style="width: 170upx; text-align: center;" >{{ item.lxdh == null? '暂无信息' : item.lxdh}}</td>
- <td style="width: 80upx; text-align: center;" >{{item.cjssxq == null? '暂无信息' : item.cjssxq}}</td>
- <td style="width: 50upx; color: #32B16C;" @click.stop="goDetail(item)">查看</td>
- </tr>
- <div class="shax" v-if="list.length>0">
- {{wtdt}}
- </div>
- <div class="zanwu " v-else><span>暂无数据</span></div>
- </scroll-view>
- <!-- 水印 -->
- <view class="syone" v-if="list.length>0">{{telephone}}</view>
- <view class="sytwo" v-if="list.length>0">{{telephone}}</view>
- <view class="sythree" v-if="list.length>0">{{telephone}}</view>
- </view>
- </table>
- </view>
- </view>
- </view>
- <!-- <view class="xinse">
- <view class="xinsel" @click="getTfn">统计功能</view>
- <view class="xinser" @click="getImport">导出</view>
- </view> -->
- <!-- <div class="xinse" @click="addVacFrom">新增户主</div> -->
- <!-- <div class="xinse" @click.stop="showPicker($event)">选择地址</div> -->
-
- <!-- 弹窗 -->
- <!-- 搜索弹窗 -->
- <view class='bgbox' v-if="searchflag"></view>
- <view class="sfixed" v-if="searchflag">
- <view class="sfixedtop">
-
-
- <view class="sfixed_tit">筛选查询</view>
- <image :src="closeimg" class="sfixed_clo" @click="getSearClose"></image>
- <view class="sfixed_box">
- <input placeholder="请输入身份证号进行查询" class="sfixed_inp" type="text" value="" v-model="formData.zjhm" />
- <input placeholder="请输入姓名进行查询" class="sfixed_inp" type="text" value="" v-model="formData.xm"/>
-
- <input placeholder="请输入手机号进行查询" class="sfixed_inp" maxlength="11" type="number" value="" v-model="formData.lxdh" v-if="roles"/>
-
- <view class="sfixed_line"></view>
- <view class="sfixed_flex">
- <view class="sfixed_a">筛选条件</view>
- <view class="sfixed_ar" @click="getClearFn">重置</view>
- </view>
-
- <view class="address">
- <view class="addtita">区域地址</view>
- <view class="addressa" @click="showPlace">
- <view class="addsa" :style="cjssxq?'':'color:#AAAAAA;'">{{cjssxq||'选择区域'}}</view>
- <image :src="rimg" class="addsimg"></image>
- </view>
- </view>
- <!-- 开始时间 -->
- <view class="address">
- <view class="addtita">开始时间</view>
- <view class="addressa" >
- <uni-datetime-picker placeholder='选择采集开始时间' :border="false" v-model="formData.params.startTime" />
- <image :src="rimg" class="addsimg"></image>
- </view>
- </view>
- <!-- 结束日期 -->
- <view class="address">
- <view class="addtita">结束时间</view>
- <view class="addressa">
- <uni-datetime-picker placeholder='选择采集结束时间' :border="false" v-model="formData.params.endTime" />
- <image :src="rimg" class="addsimg"></image>
- </view>
- </view>
- </view>
- <view class="sfixed_btn" @click="Seach">查询</view>
- </view>
- </view>
-
-
- <view class="bgbox" v-if="houseflag"></view>
- <!-- 地址筛选 -->
- <selectPicker ref="placeselet" :list="placelist" title="请选择" @vacChange="vacSureChange"></selectPicker>
- <selectMorePicker
- ref="picker"
- :title="auiPicker.title"
- :layer="auiPicker.layer"
- :titflag='auiPicker.titflag'
- :data="auiPicker.data"
- @callback="pickerCallback"
- ></selectMorePicker>
- <!-- 时间弹窗 -->
- <!-- <dataTimePicke ref="setpicker" type="datetime-all" toolBarTitle="请选择时间" @change="dataconfirm"></dataTimePicke> -->
- </view>
- </template>
- <script>
- import selectPicker from '@/_components/picker/selectPicker.vue'
- import selectMorePicker from '@/_components/picker/selectMorePicker.vue'
- import encoding from '@/js_sdk/encoding.js'
- // import dataTimePicke from '@/_components/picker/dataTimePicke.vue'
- export default {
- components:{selectPicker,selectMorePicker},
- data() {
- return {
- background: {
- backgroundColor: '#009FE8'
- },
- navidx:1,
- navbg:require("@/static/image/titbg.png"),
- searimg:require("@/static/image/search.png"),
- closeimg:require("@/static/image/del.png"),
- searchflag:false,
- rimg:require('@/static/image/icon_mine_listenter.png'),
- upimg:require("@/static/image/up.png"),
- activeTab: 0, //tab切换
- //列表数据
- list: [],
- roles:false,
- show: false,
- tabsta: [{
- "text": '全部',
- "nume": 0
- },
- {
- "text": '已核酸',
- "nume": 0
- },
- {
- "text": '未核酸',
- "nume": 0
- },
- ],
- currentTab: 0, //tab切换
- Collected: false, //判断已采集未采集 false 已采集 true未采集
- cjssxq:'',
- formData: { //上拉刷新
- pageNum: 1,
- pageSize: 20,
- zjhm:'',
- cjqxqh:"",
- xm:'',
- lxdh:'',
- params:{
- 'startTime':'',
- 'endTime':'',
- }
- },
- villageTowns:'',
- village:'',
- keyword: '',
- haveMore: true,
- wtdt: '上拉加载更多',
-
- shwtie:0,
- townslist:[],//乡镇
- villagelist:[],//村,
- villageTownsId:'',
- villageId:'',
- searchresult:'',//搜索区域显示
- placelist:[],
- sureselet:false,
- houseflag:false,
- auiPicker: {
- title: '选择区域',
- layer: null,
- titflag:true,
- data: []
- },
- houseobj:{
- id:'',
- code:''
- },
- housetypflag:false,
- telephone:'',
- importflag:false
- };
- },
- onShow() {
- let type = uni.getStorageSync('token')
- if (!type) {
- uni.redirectTo({
- url: '/pages/login/login'
- })
- }else{
- let roles=uni.getStorageSync('roles')||false
- this.roles=roles
- }
- this.importflag=false;
- },
- onLoad(option) {
-
- // 水印
- this.telephone = uni.getStorageSync('phone')||''
- // 水印
- uni.$on('refreshData',(data) => {
- this.formData.pageNum = 1;
- this.list = []
- this.lists(this.formData)
- })
- // this.getTownsFn();
- this.formData.pageNum = 1;
- this.importflag=false;
- this.list = []
- // 修改 获取列表的
- // 获取时间
- var time = new Date().getTime()-24*60*60*1000;
- this.formData.params.startTime =this.Format(new Date(time),"yyyy-MM-dd hh:mm:ss");
- this.formData.params.endTime = this.Format(new Date(),"yyyy-MM-dd hh:mm:ss");
- this.lists(this.formData)
- this.getHesuanplace()
- },
- beforeDestroy() {
- uni.$off("refreshData")
- },
- created() {
- },
- methods: {
- // 时间格式化
- Format(time,fmt) { // author: meizz
- var o = {
- "M+": time.getMonth() + 1, // 月份
- "d+": time.getDate(), // 日
- "h+": time.getHours(), // 小时
- "m+": time.getMinutes(), // 分
- "s+": time.getSeconds(), // 秒
- // "q+": Math.floor((time.getMonth() + 3) / 3), // 季度
- // "S": time.getMilliseconds() // 毫秒
- };
- if (/(y+)/.test(fmt))
- fmt = fmt.replace(RegExp.$1, (time.getFullYear() + "").substr(4 - RegExp.$1.length));
- for (var k in o)
- if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
- return fmt;
- },
- //查看统计
- getTfn(){
- uni.navigateTo({
- url: '/home/pages/recordthree/statistics'
- })
- },
- // 导出
- getImport(){
- // 判断是否在导出
- if(this.importflag){
- uni.showToast({
- title: '正在导出,请勿多次重复导出',
- duration: 1000,
- icon: 'none'
- });
- return
- }else{
- this.importflag=true;
- }
- // 删除导出的临时文件
- const fsm = wx.getFileSystemManager()
- const _dirPath=`${wx.env.USER_DATA_PATH}`
-
- fsm.readdir({
- dirPath: _dirPath,
- success: (reds)=> {
- const {errMsg,files} = reds;
- if(errMsg=='readdir:ok'){
- files.forEach((item)=>{
- if(item.indexOf('xlsx')){
- fsm.unlink({
- filePath:_dirPath + '/'+item
- })
- }
- })
- }
- }
- })
- var url='boman-web-core/core/account/exportHsd',txt='采集点核酸信息';
- // 去除分页现在
- var formData={}
- for(var i in this.formData){
- if(i!='pageNum'&&i!='pageSize'){
- formData[i]=this.formData[i]
- }
- }
- this.$http.downfile(url,'post',formData).then(res =>{
- // 判断是二进制流还是json
- if(res){
- try {
- let enc = new encoding.TextDecoder('utf-8')
- let data = JSON.parse(enc.decode(new Uint8Array(res)))
- if(data.code && data.code!=200){
- this.importflag=false;
- uni.showToast({
- title: data.msg,
- duration: 1000,
- icon: 'none'
- });
- }else{
- this.importflag=false;
- this.$http.dowmload(res,txt)
- }
- } catch(e) {
- this.importflag=false;
- this.$http.dowmload(res,txt)
- }
- }
- })
-
- },
- getSearch(){
- this.searchflag=true
- },
- getSearClose(){
- this.searchflag=false
- },
- //是否核酸
- showPlace(){
- this.$refs.placeselet.show();
- },
- vacSureChange(e){
- this.cjssxq=e[0].label
- this.formData.cjqxqh=e[0].value;
- },
- getHesuanplace(){
- this.$http.get('system/dict/data/type/sys_hesuan_place',{},true).then(res=>{
- if (res.code == 200) {
- this.placelist = res.data.map(v => {
- return {
- label: v.dictLabel,
- value: v.dictValue
- }
- })
- }
- })
- },
- //显示picker多级联动弹窗
- showPicker(e){
- const _this = this;
- _this.$refs.picker.open().then(function(){
- console.log('picker打开');
- });
- },
- //picker多级联动回调
- pickerCallback(e){
- const _this = this;
- let result = '';
- e.data.forEach(function(item, index){
- if(index==0){
- result += item.name;
- }else{
- result +='/'+ item.name;
- }
- });
- _this.searchresult=result;
- var formData={
- pageNum: 1,
- pageSize: 20,
- zjhm:this.formData.zjhm,
- cjqxqh:this.formData.cjqxqh,
- xm:this.formData.xm,
- lxdh:this.formData.lxdh,
- params:{
- startTime:this.formData.params.startTime,
- endTime:this.formData.params.endTime,
- }
- }
- var length=e.data.length;
- // console.log(this.formData.queryType,33)
- if(this.formData.queryType=='hj'){
- switch (length) {
- case 0:
- break;
- case 1:
- formData.provinceId = e.data[0].areaid;
- break;
- case 2:
- formData.cityId = e.data[1].areaid;
- break;
- case 3:
- formData.regionId = e.data[2].areaid;
- break;
- case 4:
- formData.villageTownsId = e.data[3].areaid;
- break;
- case 5:
- formData.villageId = e.data[4].areaid;
- break;
- default:
- break;
- }
- }else{
- switch (length) {
- case 0:
- break;
- case 1:
- formData.provinceIdXjd = e.data[0].areaid;
- break;
- case 2:
- formData.cityIdXjd = e.data[1].areaid;
- break;
- case 3:
- formData.regionIdXjd = e.data[2].areaid;
- break;
- case 4:
- formData.villageTownsIdXjd = e.data[3].areaid;
- break;
- case 5:
- formData.villageIdXjd = e.data[4].areaid;
- break;
- default:
- break;
- }
- }
-
- //搜索
- this.formData=JSON.parse(JSON.stringify(formData));
- },
- getClearFn(){
- this.searchresult='';
- // 获取时间
- var time = new Date().getTime()-24*60*60*1000;
- var startTime =this.Format(new Date(time),"yyyy-MM-dd hh:mm:ss");
- var endTime = this.Format(new Date(),"yyyy-MM-dd hh:mm:ss");
- this.cjssxq='';
- var formData={
- pageNum: 1,
- pageSize: 20,
- zjhm:'',
- lxdh:'',
- xm:'',
- cjqxqh:'',
- params:{
- startTime:startTime,
- endTime:endTime,
- }
- }
- // this.list = []
- this.formData=JSON.parse(JSON.stringify(formData));
- // this.lists(this.formData)
- },
- goDetail(e) {
- uni.navigateTo({
- url: '/add/pages/addvacfrom/nucleindetail?type=0&id=' + e.id
- })
- return
-
- if(this.navidx==1){
- // 户籍
- this.houseflag=true;
- this.houseobj.code=e.code;
- this.houseobj.id=e.id;
- if(e.houseType=='是'){
- this.housetypflag=true
- }else{
- this.housetypflag=false
- }
- }else{
- //常驻
- if(e.houseType=='是'){
- this.houseflag=true;
- this.houseobj.code=e.code;
- this.houseobj.id=e.id;
- this.housetypflag=true
- }else{
- this.housetypflag=false
- var isnrl=0
- if(this.currentTab==2){
- isnrl=1
- }
- uni.navigateTo({
- url: '/add/pages/addvacfrom/addpeople?id=' + e.id+'&isnrl='+isnrl+'&navidx='+this.navidx
- })
- }
- // 未认领
-
- }
-
- },
- lists(formData) {
- this.importflag=false;
-
- var params={}
- // 判断时间是否为空
- if(!this.formData.params.startTime){
- uni.showToast({
- title: '请选择采集开始时间',
- duration: 1000,
- icon: 'none'
- });
- return
- }
- if(!this.formData.params.endTime){
- uni.showToast({
- title: '请选择采集结束时间',
- duration: 1000,
- icon: 'none'
- });
- return
- }
- for(var i in formData){
- if(i!='params'){
- params[i]=this.formData[i]
- }
- }
- params['params[startTime]']=this.formData.params.startTime
- params['params[endTime]']=this.formData.params.endTime
- this.$http.get("boman-web-core/core/account/nucleicAcid/jcd", params).then(res => {
- //停止下拉加载
- uni.hideNavigationBarLoading()
- uni.stopPullDownRefresh()
- if (res.code == 200) {
- if (res.rows.length < formData.pageSize) {
- this.haveMore = false
- this.wtdt='到底了~';
- } else {
- var num=parseInt(res.rows.length)+parseInt(formData.pageSize)*parseInt(formData.pageNum-1)
- if(num<res.total){
- this.haveMore = true
- this.wtdt='上拉加载更多'
- }else{
- this.haveMore = false
- this.wtdt='到底了~';
- }
- }
- if(formData.pageNum==1){
- this.list = res.rows
- }else{
- this.list = this.list.concat(res.rows)
- }
- } else {
- uni.showToast({
- title: res.msg,
- duration: 1000,
- icon: 'none'
- });
-
-
- }
- })
- },
- //刷新
- bot_btn() {
- if (this.haveMore) {
- this.formData.pageNum++
- this.lists(this.formData)
- }
- },
- //搜索
- Seach() {
- // 判断时间是否为空
- if(!this.formData.params.startTime){
- uni.showToast({
- title: '请选择采集开始时间',
- duration: 1000,
- icon: 'none'
- });
- return
- }
- if(!this.formData.params.endTime){
- uni.showToast({
- title: '请选择采集结束时间',
- duration: 1000,
- icon: 'none'
- });
- return
- }
- this.list = [];
- this.searchflag=false;
- this.formData.pageNum = 1;
- this.formData.pageSize=20;
- this.lists(this.formData)
- },
- // 点击新增
- addVacFrom () {
- uni.navigateTo({
- url: '/add/pages/addvacfrom/addpeople?type=house'
- })
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- /deep/ .uni-date__x-input{text-align: right;font-size: 26rpx;height:40rpx;}
- /deep/ .uniui-calendar {display: none;}
- // 水印
- .syone{position: absolute;font-size: 40rpx;color: rgba(0,0,0,0.3);top: 200rpx;left: 50%;transform: translateX(-50%) rotate(45deg);}
- .sytwo{position: absolute;font-size: 40rpx;color: rgba(0,0,0,0.3);top: 420rpx;left: 50%;transform: translateX(-50%) rotate(45deg);}
- .sythree{position: absolute;font-size: 40rpx;color: rgba(0,0,0,0.3);top: 620rpx;left: 50%;transform: translateX(-50%) rotate(45deg);}
-
- .bgbox{position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 999;
- background: rgba(0,0,0,0.5);}
- .housebox{position: fixed;left: 0;right: 0;bottom: 0;z-index: 1000;background: #FFFFFF;border-radius: 30rpx 30rpx 0 0;
- .house_tit{width: 100%;height: 100rpx;position: relative;z-index: 999;background: #F2F2F2;border-radius: 30rpx 30rpx 0 0;display: flex;align-items: center;margin-bottom: 10rpx;
- .house_titl{font-size: 30rpx;color: #333333;flex: 0 0 auto;height: 100rpx;width: 120rpx;text-align: center;line-height:100rpx;}
- .house_titr{flex: 0 0 auto;font-size: 30rpx;color: #197DE0;height:100rpx;width:120rpx;text-align: center;line-height: 100rpx;}
- .house_titc{line-height: 40rpx;font-size: 34rpx;color: #333;padding: 30rpx;box-sizing: border-box;flex: 1;text-align: center;}
-
- }
- .houselist{width: 100%;text-align: center;font-size: 30rpx;color: #333333;line-height: 88rpx;
- &.act{color: #197DE0;}
- &:last-child{padding-bottom: 20rpx;}
- }
- }
-
-
- .nav_box{display: flex;align-items: center;justify-content: center;flex: 1;
- .nav_boxa{position: relative;width: 214rpx;height: 86rpx;
- .nav_boxb{width: 100%;height: 100%;display: none;}
- .nav_boxa1{font-size: 34rpx;font-weight: bold;color: #0678AC;text-align: center;padding-top: 14rpx;box-sizing: border-box;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
- &.act{color: #FFFFFF;
- .nav_boxb{display: block;}
- .nav_boxa1{color: #FFFFFF;}
- }
- }
- }
- .address{
- display: flex;align-items: center;
- margin-top: 38rpx;
- .addtita{flex: 0 0 auto;font-size: 28rpx;font-weight: bold;
- color: #343434;}
- .addressa{
- display: flex;align-items: center;
- flex: 1;
- display: flex;align-items: center;justify-content: flex-end;
- overflow: hidden;
- .addsa{font-size: 26rpx;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
- flex: 1;text-align: right;
- }
- .addsimg{width: 16rpx;height: 24rpx;margin-left: 10rpx;flex: 0 0 auto;}
- // .adds{
- // display: flex;align-items: center;justify-content: flex-start;padding:10rpx 20rpx;min-width: 220rpx;box-sizing: border-box;}
- }
-
- .addclear{color: #EA2929;font-size: 26rpx;flex: 0 0 auto;height: 60rpx;line-height: 60rpx;width: 128rpx;text-align:center}
- }
-
-
- .coie{
- width: 100%;
- box-sizing: border-box;
- padding: 0 33upx;
- .coie_nav{
- border-top: 1upx solid #E5E5E5;
- display: flex;
- flex-wrap: wrap;
- padding-bottom: 28upx;
- p{
- width: 33.33%;
- text-align: center;
- display: flex;
- flex-direction: column;
- margin-top: 53upx;
- span{
- font-size: 28upx;
- }
- i{
- font-size: 28upx;
- color: #333;
- margin-top: 28upx;
- }
- }
- }
- }
- .ieju{
- height: 17upx;
- width: 100%;
- background-color: #eee;
- margin-bottom: 33upx;
- }
- //暂无数据
- .zanwu {
- text-align: center;
- padding-top: 20upx;
- span {
- font-size: 24upx;
- }
- }
- .scrollbox{position: relative;}
- .scroll-view {
- max-height: calc(100vh - 280upx);
- }
- .shax {
- // height: 83upx;
- font-size: 25upx;
- color: #666;
- text-align: center;
- }
- .index {
- // padding-top: 33upx;
- max-height: 100vh;
- .sous {
- padding: 24upx 33upx 0;
- // display: flex;
-
- .input {
- height: 80upx;
- border: 1upx solid #E5E5E5;
- flex: 1;
- margin-right: 28upx;
- padding-left: 10upx;
- box-sizing: border-box;
- }
- button {
- // width: 125upx;
- height: 80upx;
- background-color: #1678FF;
- text-size: 28upx;
- color: #fff;
- text-align: center;
- line-height: 80upx;
- }
- }
- //tab
- .tab {
- padding-top:33upx;
- // padding-bottom: 100upx;
- .tabs {
- display: flex;
- padding: 0 20upx;
- box-sizing: border-box;
- height: 111upx;
- justify-content: space-between;
- box-shadow: 0px 7px 7px 0px rgba(229, 229, 229, 0.5);
- .one_tab {
- color: #1678FF !important;
- // width: 140upx;
- // text-align: center;
- // .twotabs {
- // font-size: 31upx;
- // color: #666666;
- // ;
- // font-weight: 500;
- // }
- // .twosrtabs {
- // color: #1678FF;
- // }
- // .twotabstwo {
- // font-size: 24upx;
- // color: #AAAAAA;
- // }
- }
- .one_tabqie {
- border-bottom: 8upx solid #1678FF;
- }
- }
- }
- //表格
- .exele {
- .box {
- .tr_one {
- display: flex;
- padding: 0 20upx;
- box-sizing: border-box;
- justify-content: space-between;
- th {
- // flex: 1;
- font-size: 24upx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- display: flex;
- align-items: center;
- justify-content: center;
- // line-height: 14upx;
- // overflow: hidden;
- // text-overflow: ellipsis;
- // white-space: nowrap;
- // line-height: 83upx;
- height: 83upx;
- }
- }
- .two_tr {
- display: flex;
- padding: 0 20upx;
- box-sizing: border-box;
- justify-content: space-between;
- td {
- // flex: 1;
- font-size: 24upx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 83upx;
- height: 83upx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .tdse {
- color: #E60012 !important;
- }
- .apply_span_xl{
- color: #32B16C !important;
- }
- .apply_span_xltwo{
- color: #ffa200 !important;
- }
- .apply_span_xlfive{
- color: #4c4b4b !important;
- }
- .apply_span_xlthreo{
- color: #f00404 !important;
- }
- .apply_span_xlforu{
- color: #aaaaaa !important;
- }
- // .apply_span_xla{
- // color: #1678FF;
- // text-decoration: underline ;
- // }
- .coiu {
- color: #EC1717;
- }
- }
- .two_trtwo {
- background-color: #F6F9FC;
- }
- }
- }
- }
- .banj {
- height: 86upx;
- width: 100%;
- // text-align: center;
- line-height: 86upx;
- // background-color: #F6F9FC;
- color: #AAAAAA;
- margin-top: 20upx;
- display: flex;
- justify-content: space-around;
- }
- .apply_box{
- .apply_item_input{
- padding: 0 33upx;
- // border-top: 1upx solid #F4F4F4;
- display: flex;
- height: 68upx;
- align-items: center;
- .apply_span_x{
- font-size: 28upx;
- color: #363535;
- span{
- color: #F22346;
- }
- }
- .input_r{
- font-size: 28upx;
- height: 100%;
- flex: 1;
- text-align: right;
- }
- .input_rtwo{
- line-height:68upx;
- }
- .input_rtwoss{
- color: #1678FF;
- }
- .input_rtwosss{
- color: #FF0000;
- }
- }
- .apply_title_jt{
- height: 130upx;
- border-top: 1upx solid #F4F4F4;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 32upx;
- span{
- font-size: 36upx;
- color: #333;
- font-weight: bold;
- }
- .apply_title_btn{
- width: 160upx;
- height: 60upx;
- font-size: 24upx;
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #FF568C;
- border-radius: 8upx;
- .img{
- width: 30upx;
- height: 30upx;
- margin-right: 10upx;
- }
- }
- }
- .apply_title_jts{
- border:none;
- }
- .apply_title_jt_item{
- border-bottom: 9upx solid #F4F4F4;
- .apply_item_input_qx{
- color: #FF5185;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 112upx;
- font-size: 30upx;
- }
- }
- .apply_item_sfz{
- padding: 42upx 20upx;
- border-bottom: 9upx solid #F4F4F4;
- .apply_item_sfz_title{
- font-weight: bold;
- font-size: 34upx;
- margin-bottom: 40upx;
- margin-left: 2upx;
- }
- .apply_item_phones{
- display: flex;
- justify-content: space-between;
- .apply_item_phone{
- width: 340upx;
- height: 218upx;
- .img{
- width: 100%;
- height: 100%;
- border-radius: 20upx;
- }
- }
- }
- }
- .apply_item_zdxx{
- padding: 0 26upx;
- font-size: 34upx;
- font-weight: bold;
- color: #333;
- height: 112upx;
- line-height: 112upx;
- border: 1upx solid #F4F4F4;
- }
- .qt_div{
- height: 112upx;
- border-top: 1upx solid #F4F4F4;
- padding: 0 32upx;
- border-bottom: 9upx solid #F9F9F9;
- .input_l{
- height: 100%;
- font-size: 30upx;
- }
- }
- }
- .tabld{
- display: flex;
- // height: 90upx;
- box-shadow: 0px 7px 5px 0px rgba(218, 218, 218, 0.35);
- view {
- font-size:26upx ;
- font-family: PingFang SC;
- font-weight: 500;
- color: #191919;
- text-align: center;
- flex: 1;
- // line-height: 70upx;
- display: flex;
- flex-direction: column;
- padding: 18rpx 0 20rpx;
- }
- .one_tabhu{
- color: #009FE8;
- position: relative;
- ::after{width: 28rpx;height: 6rpx;background: #009FE8;position: absolute;left: 50%;margin-left: -14rpx;bottom: 0;content: "";}
- }
- }
- .nbhe{
- display: flex;
- margin-bottom: 44upx;
- p{
- font-size: 25upx;
- flex: 1;
- padding: 0 77upx;
- display: flex;
- align-items: center;
- }
- p:nth-child(2){
- justify-content: flex-end;
- }
- img{
- width: 31upx;
- height: 29upx;
- margin-right: 11upx;
- }
- }
- .xinse{
- position: fixed;
- width: 100%;
- bottom: 0;
- left: 0;
- font-size: 33upx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- height: 90upx;
- background-color: #00B034;
- text-align: center;
- line-height: 90upx;
- z-index: 2;
- display: flex;align-items: center;
- .xinsel{
- width: 50%;
- background: #009FE8;
- }
- .xinser{
- flex: 1;
- background: #00B034;
- }
- }
- .sous_sear{
- padding: 24rpx 34rpx;background: #FFFFFF;
- .sous_box{width: 100%;height:90rpx;background: #F2F2F2;border-radius: 6rpx;display: flex;align-items: center;padding: 0 34rpx;box-sizing: border-box;
- .sous_img{width: 32rpx;height: 34rpx;margin-right: 18rpx;flex: 0 0 auto;}
- .sous_input{font-size: 30rpx;color: #AAAAAA;flex: 1;}
- }
- }
- // 搜索条件width: 562rpx;
- .sfixed{background: #FFFFFF;border-radius: 14rpx;box-sizing: border-box;position: fixed;left: 60rpx;right: 60rpx;top: 50%;transform: translateY(-50%);
- z-index: 1100;
- .sfixedtop{
- min-height: 840rpx;width: 100%;height: 100%;overflow: auto;padding: 40rpx 34rpx;box-sizing: border-box;max-height: calc(100vh - 280rpx);
- }
- .sfixed_tit{font-size: 28rpx;font-weight: bold;color: #343434;line-height: 44rpx;text-align: center;}
- .sfixed_clo{width: 34rpx;height: 34rpx;position: absolute;right: 34rpx;top: 44rpx;}
- .sfixed_box{
- padding-top: 20rpx;
- .sfixed_inp{width: 100%;height: 76rpx;background:#F2F2F2;padding: 0 34rpx;box-sizing: border-box;font-size: 28rpx;color: #333333;margin-top: 30rpx;}
- .sfixed_line{width: 62rpx;height: 6rpx;background: #009FE8;margin: 38rpx auto 32rpx;}
- .sfixed_flex{display: flex;align-items: center;justify-content: space-between;
- .sfixed_a{font-size: 26rpx;font-weight: bold;color: #666666;}
- .sfixed_ar{font-size: 26rpx;font-weight: bold;color: #DF0024;}
- }
- }
- .sfixed_btn{width: 100%;height: 76rpx;background: #00B034;border: 0px solid #00B034;border-radius: 6rpx;font-size: 28rpx;font-weight: bold;
- color: #FFFFFF;text-align: center;line-height: 76rpx;margin-top: 62rpx;}
-
- }
-
- </style>
|