123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744 |
- <template>
- <view class="index">
- <!-- <view class="sous">
- <view style="display: flex;">
- <input type="text" value="" v-model="params.userName" placeholder="请输入姓名或身份证号进行查询" class="input" />
- <button @click="Seach">查询</button>
- </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: 130upx; text-align: center;">编号</th> -->
- <th style="width: 100upx; text-align: center;">姓名</th>
- <th style="width: 80upx; text-align: center;">性别</th>
- <th style="width: 270upx; text-align: center;">身份证号</th>
- <th style="width: 170upx; text-align: center;">联系方式</th>
- <!-- <th style="width: 100upx;">联系方式</th> -->
- <th style="width: 50upx; text-align: center;">操作</th>
- <!-- <th style="width: 60upx;">查看</th> -->
- </tr>
- <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']" @click="chakn(item)">
- <!-- <td style="width: 130upx; text-align: center;" >{{ item.code == null ? '暂无信息' : item.code}}</td> -->
- <td style="width: 100upx; text-align: center;" >{{ item.userName == null ? '暂无信息' : item.userName}}</td>
- <td style="width: 80upx; text-align: center;" >{{ item.gender == null ? '暂无信息' : item.gender}}</td>
- <!-- <td style="width: 40upx; text-align: center;">{{item.gender == null? '暂无信息' : item.gender }}</td> -->
- <td style="width: 270upx; text-align: center;">{{item.idCard == null? '暂无信息' : item.idCard }}</td>
- <td style="width: 170upx; text-align: center;" >{{ item.phoneNum == null? '暂无信息' : item.phoneNum}}</td>
- <!-- <td style="width: 100upx;" :class="[item.phone == '' ? 'tdse' : '' ]" >{{ item.phone == ''? '未完善' : item.phone}}</td> -->
- <!-- <td style="width: 100upx; text-align: center;" :class="[item.addtime == null ? 'tdse' : item.addtime == ''? 'tdse' : '' ]">{{ item.addtime ==null ? '未完善' : item.addtime==''? '未完善' : item.addtime}}</td> -->
- <!-- <td style="width: 50upx;" class="coiu" @click.stop="dele(item.id)">删除</td> -->
- <td style="width: 50upx; color: #32B16C;" @click.stop="goDetail(item.id)">查看</td>
- </tr>
- <div class="shax" v-if="list.length>0">
- {{wtdt}}
- </div>
- <div class="zanwu " v-else><span>暂无数据</span></div>
- </scroll-view>
-
- </table>
- </view>
- </view>
- </view>
- <!-- 弹窗 -->
-
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- upimg:require("@/static/image/up.png"),
- activeTab: 0, //tab切换
- //列表数据
- list: [],
- show: false,
- actions: [{
- name: '102',
- }],
- totalNum1: 0,
- totalNum2: 0,
- totalNum3: 0,
- titleBarHeight: 0,
- statusBarHeight: 0,
- tabsta: [{
- "text": '全部',
- "nume": 0
- },
- {
- "text": '已认领',
- "nume": 0
- },
- {
- "text": '未认领',
- "nume": 0
- },
- ],
- currentTab: 0, //tab切换
- Collected: false, //判断已采集未采集 false 已采集 true未采集
- params: { //上拉刷新
- pageNum: 1,
- pageSize: 30,
- queryType:''
- },
- paramstwo: {
- studentName: '', //查询
- // complate: '',
- // classId:'',
- deptId: ''
- },
- keyword: '',
- haveMore: true,
- wtdt: '上拉加载更多',
- terd: '',
- stuList: {}, //学生人数
- shoue: false,
- listShow: true, //判断是否有数据 true 有
- areaList: {}, //班级数据
- xuan: ['请选择', '请选择', '请选择'],
- columns: [
- ],
- cites: [],
- tehu: '请选择班级',
- companyId: '',
- arrbq: [],
- startDate:'选择开始时间',
- endDate:'选择结束时间',
- showtime:false,
- minDate:0 ,
- maxDate: 0,
- currentDate: 0,
- shwtie:0,
- baseurl:'',
- };
- },
- onShow() {
- let type = uni.getStorageSync('token')
- if (!type) {
- uni.redirectTo({
- url: '/pages/load/roles'
- })
- }
- },
- onLoad(e) {
- if(e.type=='add'){
- // 增加
- this.baseurl='boman-web-core/core/czrk/listByXz'
- }else{
- // 减少
- this.baseurl='boman-web-core/core/czrk/listByJs'
- }
- this.params.queryType=e.query
-
- this.params.pageNum = 1
-
- this.list = []
- // 修改 获取列表的
- // 获取统计
- this.lists(this.params)
- },
- created() {
- },
- //下拉刷新
- onPullDownRefresh() {
-
- wx.showNavigationBarLoading()
- this.params.pageNum = 1
- this.shwtie = 0
- this.params = { //上拉刷新
- pageSize: 30,
- pageNum: 1,
- }, //查询
- this.keyword = ''
- this.list = []
- },
- methods: {
- goDetail(id) {
- uni.navigateTo({
- url: '/pages/resident/residentdetail?id=' + id
- })
- },
- //查询列表
- lists(params) {
- var baseurl=this.baseurl
- this.$http.get(baseurl, params).then(res => {
- //停止下拉加载
- uni.hideNavigationBarLoading()
- uni.stopPullDownRefresh()
- if (res.code == 200) {
- if (res.rows.length < params.pageSize) {
- this.haveMore = false
- this.wtdt='到底了~';
- } else {
- var num=parseInt(res.rows.length)+parseInt(params.pageSize)*parseInt(params.pageNum-1)
- if(num<res.total){
- this.haveMore = true
- this.wtdt='上拉加载更多'
- }else{
- this.haveMore = false
- this.wtdt='到底了~';
- }
- }
- if(params.pageSize==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.params.pageNum++
- this.lists(this.params)
- }
- },
- //查看
- chakn(item) {
- // console.log(id.id,id.pid)
- // console.log(34)
- // uni.setStorageSync('item', item)
- // wx.navigateTo({
- // url: '/pages/home/recordtwo'
- // })
- },
- // 删除
- //搜索
- Seach() {
- this.list = []
- this.params.pageNum = 1
- // this.studentnum(this.paramstwo)
- this.lists(this.params)
- },
- onClose(picker, value, index) {
- this.show = false
- // console.log(value)
- // this.showscho = false;
- },
- onChange(event) {
- // console.log(event)
- const {
- picker,
- value,
- index
- } = event.detail;
- if (index == 0) {
- // console.log(this.cites[0])
- picker.setColumnValues(1, value[0].children);
- picker.setColumnValues(2, value[0].children[0].children);
- picker.setColumnValues(3, value[0].children[0].children[0].children);
- } else if (event.detail.index == 1) {
- picker.setColumnValues(2, value[1].children);
- } else if (event.detail.index == 2) {
- picker.setColumnValues(3, value[2].children);
- } else if (event.detail.index == 3) {
- picker.setColumnValues(3, value[2].children);
- }
- },
- onCancel() {
- this.show = false
- },
- onConfirm(value) {
- // console.log(value.detail)
- // console.log(value.detail.value[1])
- // classId this.cites
- // let ir = value.detail.index.pop()
- // console.log(ir)
- this.deptId = value.detail.value[value.detail.index.length - 1].id
- this.tehu = value.detail.value[value.detail.index.length - 1].label
- // console.log(this.deptId)
- this.paramstwo.deptId = value.detail.value[value.detail.index.length - 1].id
- this.params.deptId = value.detail.value[value.detail.index.length - 1].id
- // console.log(this.params.classId )
- this.list = []
- this.params.pageNum = 1
- // this.studentnum(this.paramstwo)
- this.lists(this.params)
- this.gender_index = 1
- this.case_index = 1
- this.show = false
- },
- // 获取手机高度
- screen() {
- const _this = this
- uni.getSystemInfo({
- success: function(res) {
- let platform = res.platform
- let totalTopHeight = 68
- if (res.model.indexOf('iPhone X') !== -1) {
- totalTopHeight = 88
- } else if (res.model.indexOf('iPhone') !== -1) {
- totalTopHeight = 64
- }
- _this.statusBarHeight = res.statusBarHeight
- _this.titleBarHeight = totalTopHeight - res.statusBarHeight
- },
- failure() {
- _this.statusBarHeight = 0
- _this.titleBarHeight = 0
- }
- });
- },
- //弹
- changeTab(index){
- this.currentTab = index
- if(index == 0){
- this.params.ryrl = undefined
- }else if(index == 1){
- // 已接种
- this.params.ryrl = "true"
- }else if(index == 2){
- // 未接种
- this.params.ryrl = "false"
- }
- this.params.pageNum=1;
- this.list = []
- this.lists(this.params)
- },
- onSelect(event) {
- // console.log(event.detail);
- },
- formatter(type, value){
- if (type === 'year') {
- return `${value}年`;
- } else if (type === 'month') {
- return `${value}月`;
- }
- return value;
- },
- // 点击新增
- addVacFrom () {
- uni.navigateTo({
- url: '/add/pages/addvacfrom/addpeople'
- })
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .address{
- display: flex;align-items: center;
- .adds{
- display: flex;align-items: center;justify-content: center;padding:20rpx 12rpx;width: 180rpx;box-sizing: border-box;
- .addsa{font-size: 26rpx;color: #333333;
- }
- .addsimg{width: 14rpx;height: 10rpx;margin-left: 16rpx;transition: all 0.3s;}
- }
- }
-
-
- .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;
- }
- }
- .scroll-view {
- max-height: calc(100vh - 150upx);
- }
- .shax {
- // height: 83upx;
- font-size: 25upx;
- color: #666;
- text-align: center;
- }
- .index {
- // padding-top: 33upx;
- max-height: 100vh;
- .sous {
- padding: 24upx 33upx;
- // display: flex;
-
- .input {
- height: 90upx;
- border: 1upx solid #E5E5E5;
- flex: 1;
- margin-right: 28upx;
- padding-left: 10upx;
- box-sizing: border-box;
- }
- button {
- // width: 125upx;
- height: 90upx;
- background-color: #1678FF;
- text-size: 28upx;
- color: #fff;
- text-align: center;
- line-height: 90upx;
- }
- }
- //tab
- .tab {
- padding-top:33upx;
- .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;
- 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: #EBEFF2;
- }
- }
- }
- }
- .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;
- }
- </style>
|