Bläddra i källkod

移动端 考勤点名

master
yxq 3 veckor sedan
förälder
incheckning
66931c09b0
8 ändrade filer med 250 tillägg och 26 borttagningar
  1. +1
    -1
      monitorMobile/common/mixins.vue
  2. +10
    -3
      monitorMobile/components/selectRadio.vue
  3. +2
    -0
      monitorMobile/components/selectSearch.vue
  4. +0
    -1
      monitorMobile/components/selectTree.vue
  5. +11
    -1
      monitorMobile/pages/attendanceCall/passengerFlow/add.vue
  6. +0
    -4
      monitorMobile/pages/attendanceCall/passengerFlow/index.vue
  7. +9
    -9
      monitorMobile/pages/attendanceCall/returnBed/index.vue
  8. +217
    -7
      monitorMobile/pages/attendanceCall/rollCall/index.vue

+ 1
- 1
monitorMobile/common/mixins.vue Visa fil

@@ -87,7 +87,7 @@
CONFIRM(content='是否确认执行此操作?'){
return new Promise((resolve)=>{
uni.showModal({
title: '提示信息',
title: '提示',
content: content,
cancelText: "取消",
confirmText: "确认",


+ 10
- 3
monitorMobile/components/selectRadio.vue Visa fil

@@ -53,12 +53,14 @@
if (obj) this.title_ = obj.label
this.title_ = obj ? obj.label : this.title
this.value_ = this.value
this.show = true
},
change(e) {
this.$emit("update:value",e)
let obj = this.options.find(e1=>e1.value == e)
if(obj) this.title_ = obj.label
this.$emit("change")
this.close()
},
}
}
@@ -66,10 +68,10 @@

<style scoped lang="scss">
.u-radio-group {
width: 550rpx;
width: 560rpx;
max-height: 680rpx;
overflow-y: auto;
padding: 0 24rpx;
padding: 12rpx 32rpx 24rpx 32rpx;
.u-cell {
background-color: #fff;
border-radius: 20rpx;
@@ -82,6 +84,11 @@
}

.u-radio {
margin-top: 18rpx;
margin-top: 26rpx;
padding-bottom:28rpx!important;
}
.u-radio:last-child{
border-bottom: none;
padding-bottom:14rpx!important;
}
</style>

+ 2
- 0
monitorMobile/components/selectSearch.vue Visa fil

@@ -112,6 +112,7 @@
}
this.value_ = this.value
this.searchText = ''
this.show = true
},
change(e) {
this.gruopValue = e
@@ -143,6 +144,7 @@
.u-radio-group {
width: 92%;
max-height: 680rpx;
min-height: 360rpx;
overflow-y: auto;
padding: 0 30rpx;



+ 0
- 1
monitorMobile/components/selectTree.vue Visa fil

@@ -158,7 +158,6 @@
},
// 切换tab
tabsChange(item) {
console.log(1)
if (this.tabIndex == item.value) return
this.tabIndex = item.value
setTimeout(() => {


+ 11
- 1
monitorMobile/pages/attendanceCall/passengerFlow/add.vue Visa fil

@@ -36,6 +36,10 @@
</u-form-item>
</u--form>
</view>
<view style="padding: 36rpx 30rpx;position: fixed;bottom: 0;width: 100%;box-sizing: border-box;">
<u-button @click="confirm" type="primary" style="border-radius: 36rpx;height: 72rpx;"
text="确定"></u-button>
</view>
</view>
</template>

@@ -56,7 +60,13 @@
rules: []
}
},
methods: {}
methods: {
confirm(){
this.CONFIRM(`是否删除点名任务?`).then(()=>{
})
}
}
}
</script>



+ 0
- 4
monitorMobile/pages/attendanceCall/passengerFlow/index.vue Visa fil

@@ -46,10 +46,6 @@
list: [{}, {}, {}, {}, {}, {}, {}, {}, {}, ],
isLoading: false,
status: 'loadmore', //loading正在加载 loadmore加载更多 nomore没有更多了
search: {
loudong: 1,
qinshi: ''
},
page: {
size: 8,
page: 8,


+ 9
- 9
monitorMobile/pages/attendanceCall/returnBed/index.vue Visa fil

@@ -1,9 +1,9 @@
<template>
<view style="height: 100%;">
<view class="searchBox">
<selectRadio :value.sync="search.loudong" :options="[{value:1,label:'loudong1'},{value:2,label:'loudong2'}]"
<selectRadio :value.sync="search.loudong" :options="[{value:1,label:'男生宿舍1号楼'},{value:2,label:'男生宿舍2号楼'},{value:3,label:'女生宿舍1号楼'},{value:4,label:'女生宿舍2号楼'}]"
title="楼栋" />
<selectSearch :value.sync="search.qinshi" :options="[{value:1,label:'qinshi1'},{value:2,label:'qinshi2'}]"
<selectSearch :value.sync="search.qinshi" :options="[{value:1,label:'qinshi1'},{value:2,label:'qinshi2'},{value:1,label:'qinshi1'},{value:2,label:'qinshi2'},{value:1,label:'qinshi1'},{value:2,label:'qinshi2'},{value:1,label:'qinshi1'},{value:2,label:'qinshi2'},{value:1,label:'qinshi1'},{value:2,label:'qinshi2'}]"
placeholder="请选择寝室" popupTitle="请选择寝室" search-placeholder="请输入寝室号"/>
</view>
<u-empty marginTop="100rpx" :show="false" mode="list" text="暂无数据"></u-empty>
@@ -121,13 +121,13 @@
justify-content: space-between;

.room {
font-size: 34rpx;
font-size: 32rpx;
}

.peopleNum {
uni-image {
width: 34rpx;
height: 34rpx;
width: 30rpx;
height: 30rpx;
position: relative;
top: 8rpx;
margin-right: 6rpx;
@@ -135,7 +135,7 @@

uni-text {
color: #2388FF;
font-size: 30rpx;
font-size: 26rpx;
}
}
}
@@ -144,7 +144,7 @@
margin-top: 18rpx;
display: flex;
justify-content: space-between;
font-size: 30rpx;
font-size: 26rpx;

.returnNum {}

@@ -161,7 +161,7 @@
content: "";
display: block;
position: absolute;
top: 30rpx;bottom: 0;
top: 26rpx;bottom: 0;
left: 0;right: 0;
margin: 0 auto;
width: 1rpx;
@@ -180,7 +180,7 @@
}

uni-text {
font-size: 30rpx;
font-size: 28rpx;
}
}
}


+ 217
- 7
monitorMobile/pages/attendanceCall/rollCall/index.vue Visa fil

@@ -1,22 +1,232 @@
<template>
<view>
点名
<view style="height: 100%;">
<view class="topBox">
<view class="left">
<selectTree v-model="search.departCalss" :labels.sync="search.departCalssName" />
</view>
<view class="right" @click="manageClick" :style="{color:isManage?'#EF2D2D':'#333'}">
<text>{{isManage?'取消管理':'批量管理'}}</text>
</view>
</view>
<u-empty marginTop="100rpx" :show="false" mode="list" text="暂无数据"></u-empty>
<u-list @scrolltolower="scrolltolower" style="height: calc(100% - 110rpx);">
<u-checkbox-group v-model="checkboxValue" placement="column">
<u-list-item v-for="(item, index) in list" :key="index">
<u-checkbox v-if="isManage" :name="item.name" shape="circle" label=""></u-checkbox>
<view :class="{whiteCard:true,active:checkboxValue.includes(item.name)}">
<view class="row1">
教室(海康)
</view>
<view class="row2">
<view class="">
持续时间:20
</view>
<view class="">
相似度:0.5
</view>
</view>
<view class="bottom" v-show="!isManage">
<view class="btn" @click="NAV_TO('./passengerFlow/detail')">
<image src="@/static/image/see.png" mode=""></image>
<text>查看</text>
</view>
<view class="btn" @click="NAV_TO('./passengerFlow/detail')">
<image src="@/static/image/earlyWarning/delete.png" mode=""></image>
<text>删除</text>
</view>
</view>
</view>
</u-list-item>
</u-checkbox-group>
<u-loadmore :status="status" />
<view class="bottomConfirm" v-if="isManage">
<u-checkbox-group><u-checkbox shape="circle" label="全选" name="" @change="radioChange"></u-checkbox></u-checkbox-group>
<u-button @click="confirm" type="primary" style="border-radius: 36rpx;height: 72rpx;margin-left:16rpx"
text="确定删除"></u-button>
</view>
</u-list>
<image class="addBtn" @click="NAV_TO('./passengerFlow/add')" src="@/static/image/add.png" mode=""></image>
</view>
</template>

<script>
import SelectTree from "@/components/selectTree.vue"
export default {
components: {
SelectTree
},
data() {
return {
list: [{name:1}, {name:2}, {name:3}, {name:4}, {name:5}, {name:6}, {name:7}, {name:8}, {name:9}],
isLoading: false,
status: 'loadmore', //loading正在加载 loadmore加载更多 nomore没有更多了
search: {
class: '',
},
page: {
size: 8,
page: 8,
},
checkboxValue: [],
isManage:false,
}
},
methods: {
}
scrolltolower() {
this.loadmore()
},
loadmore() {
if (this.status != 'loadmore') return
this.status = 'loading'
setTimeout(() => {
for (let i = 0; i < 1; i++) {
this.list.push({}, {}, {}, {}, {}, {})
}
// 获取到的总条数>=接口总条数 || 接口总条数为0
if (this.list.length >= 14) {
this.status = 'nomore'
} else {
this.status = 'loadmore'
}
}, 2000)
},
refresh() {
this.status = 'loadmore'
this.list = []
this.page.page = 1
this.loadmore()
},
manageClick(){
this.checkboxValue = []
this.isManage = this.isManage?false:true
},
radioChange(e){
if(e){
let ids = this.list.map(e=>e.name)
this.checkboxValue = ids
}else{
this.checkboxValue = []
}
},
confirm(){
this.CONFIRM(`是否删除点名任务?`).then(()=>{
})
},
pullDownRefresh() {
this.refresh()
}
},
onLoad() {
this.loadmore()
},
}
</script>

<style>
<style lang="scss" scoped>
.addBtn {
width: 140rpx;
height: 140rpx;
position: fixed;
right: 15rpx;
bottom: 160rpx;
}
.bottomConfirm {
padding: 30rpx;
display: flex;
}

.topBox {
margin: 12rpx 28rpx;
display: flex;
justify-content: space-between;

</style>
.left {
flex: 1;
}

.right {
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: center;
color: #333;
padding: 0 26rpx;
}
}

.u-list-item {
display: flex;
align-items: center;
flex-direction: unset;
margin: 12rpx 28rpx;
.whiteCard {
flex: 1;
&.active{
border: 1rpx solid #2388FF;
background-color: #F2F8FF;
}
}
.u-checkbox{
margin-right: 12rpx;
}
}

.whiteCard {
background-color: #fff;
border-radius: 18rpx;
padding: 30rpx;
color: #333333;

.row1 {
font-size: 32rpx;
}

.row2 {
font-size: 26rpx;
margin-top: 20rpx;
display: flex;
justify-content: space-between;
}

.bottom {
display: flex;
border-top: 1rpx solid rgba(0, 0, 0, 0.1);
margin-top: 36rpx;
padding-top: 22rpx;
position: relative;

::after {
content: "";
display: block;
position: absolute;
top: 26rpx;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 1rpx;
height: 32rpx;
background-color: rgba(0, 0, 0, 0.01);
}

.btn {
width: 100%;
display: flex;
align-items: center;
justify-content: center;

uni-image {
width: 34rpx;
height: 34rpx;
margin-right: 6rpx;
}

uni-text {
font-size: 30rpx;
}
}
}
}
</style>

Laddar…
Avbryt
Spara