flying-monkey/pages/workOrder/workOrderLlsit.vue

517 lines
17 KiB
Vue
Raw Normal View History

2022-03-17 12:30:12 +00:00
<template>
<view class="content">
2022-03-28 07:33:10 +00:00
<status-nav navBarTitle="工单列表" returnColor="#c2c2c2"></status-nav>
2022-03-25 10:33:33 +00:00
<container-subgroup-two>
2022-03-28 07:33:10 +00:00
<view slot="content" style="margin: -25rpx -25rpx -0rpx;">
2022-03-28 03:19:05 +00:00
<view class="project-list-input" :style="{top:statusBarHeight + 'px'}">
2022-03-25 10:33:33 +00:00
<input type="text" class="int" value="" placeholder="请输入关键字" />
<image class="search" src="../../static/iocn/ss.png" mode=""></image>
<view class="xian">
2022-03-17 12:30:12 +00:00
</view>
</view>
2022-03-25 10:33:33 +00:00
<view class="screen">
<picker @change="bindPickerChange" :value="index" :range="array">
<view class="li">
<view class="text">
工单状态
2022-03-17 12:30:12 +00:00
</view>
2022-03-25 10:33:33 +00:00
<image class="img" src="../../static/iocn/xla.png" mode="aspectFill"></image>
2022-03-17 12:30:12 +00:00
</view>
2022-03-25 10:33:33 +00:00
</picker>
<picker mode="date" :value="date" @change="bindDateChange">
<view class="li">
2022-03-17 12:30:12 +00:00
<view class="text">
2022-03-25 10:33:33 +00:00
工单日期
2022-03-17 12:30:12 +00:00
</view>
2022-03-25 10:33:33 +00:00
<image class="img" src="../../static/iocn/xla.png" mode="aspectFill"></image>
2022-03-17 12:30:12 +00:00
</view>
2022-03-25 10:33:33 +00:00
</picker>
<view class="li">
<view class="text">
筛选
2022-03-17 12:30:12 +00:00
</view>
2022-03-25 10:33:33 +00:00
<image class="imgA" src="../../static/iocn/sx.png" mode="aspectFill"></image>
2022-03-17 12:30:12 +00:00
</view>
</view>
2022-03-18 09:57:22 +00:00
2022-03-25 10:33:33 +00:00
<view class="project-list">
<view class="li" @click="projectDetailsFun()">
<view class="work-order-code">
工单编号222226666558
</view>
<view class="message">
<image class="img" src="../../static/del/img001.png" mode="aspectFill"></image>
2022-03-18 09:57:22 +00:00
2022-03-25 10:33:33 +00:00
<view class="text">
<view class="title">
<view class="text clips1">
长沙市望城区xxxxxx项目名称
</view>
<view class="icon">
待维修
</view>
2022-03-18 09:57:22 +00:00
</view>
2022-03-28 07:33:10 +00:00
<view class="disjb fc" style="margin-left: -20rpx;height: 70%;">
<view class="serial-number scal09">
<view class="type">
#网络故障#
</view>
<view class="date">
已故障2小时37分
</view>
2022-03-25 10:33:33 +00:00
</view>
2022-03-28 07:33:10 +00:00
<view class="specification scal09">
紧急程度<view class="text"> 加急
</view>
2022-03-25 10:33:33 +00:00
</view>
2022-03-28 07:33:10 +00:00
<view class="specification scal09">
主负责人陈志远
</view>
<view class="installation-site scal09">
故障描述LED显示屏开机后闪屏不显示内容主控电
脑提示网络不通
2022-03-25 10:33:33 +00:00
</view>
2022-03-18 09:57:22 +00:00
</view>
2022-03-28 07:33:10 +00:00
2022-03-17 12:30:12 +00:00
</view>
</view>
2022-03-18 09:57:22 +00:00
2022-03-25 10:33:33 +00:00
<view class="project-list-address">
<view class="address clips2">
<image class="img" src="../../static/iocn/dz2.png" mode="aspectFill"></image>
2022-03-28 07:33:10 +00:00
<view class="text" >
2022-03-25 10:33:33 +00:00
湖南省长沙市高新开发区谷园路109号像素大厦1205
</view>
</view>
<view class="date">
催一催 <image class="img" src="../../static/iocn/ld.png" mode=""></image>
2022-03-17 12:30:12 +00:00
</view>
</view>
2022-03-18 09:57:22 +00:00
</view>
2022-03-28 07:33:10 +00:00
<!-- <view class="li" @click="projectDetailsFun()">
2022-03-25 10:33:33 +00:00
<view class="work-order-code">
工单编号222226666558
</view>
<view class="message">
<image class="img" src="../../static/del/img001.png" mode="aspectFill"></image>
<view class="text">
<view class="title">
<view class="text clips1">
长沙市望城区xxxxxx项目名称
</view>
<view class="icon icon1">
已完成
</view>
2022-03-18 09:57:22 +00:00
</view>
2022-03-25 10:33:33 +00:00
<view class="serial-number">
<view class="type">
#网络故障#
</view>
<view class="date">
已故障2小时37分
</view>
2022-03-18 09:57:22 +00:00
</view>
2022-03-25 10:33:33 +00:00
<view class="specification">
紧急程度<view class="text"> 加急
</view>
2022-03-18 09:57:22 +00:00
</view>
2022-03-25 10:33:33 +00:00
<view class="specification">
主负责人陈志远
2022-03-18 09:57:22 +00:00
</view>
2022-03-25 10:33:33 +00:00
<view class="installation-site clips2">
故障描述LED显示屏开机后闪屏不显示内容主控电
脑提示网络不通
2022-03-18 09:57:22 +00:00
</view>
</view>
2022-03-25 10:33:33 +00:00
</view>
<view class="project-list-address">
<view class="address clips2">
<image class="img" src="../../static/iocn/dz2.png" mode="aspectFill"></image>
<view class="text">
湖南省长沙市高新开发区谷园路109号像素大厦1205
</view>
2022-03-18 09:57:22 +00:00
</view>
2022-03-25 10:33:33 +00:00
<view class="date">
催一催 <image class="img" src="../../static/iocn/ld.png" mode=""></image>
2022-03-18 09:57:22 +00:00
</view>
</view>
2022-03-25 10:33:33 +00:00
2022-03-18 09:57:22 +00:00
</view>
2022-03-25 10:33:33 +00:00
<view class="li" @click="projectDetailsFun()">
<view class="work-order-code">
工单编号222226666558
</view>
<view class="message">
<image class="img" src="../../static/del/img001.png" mode="aspectFill"></image>
2022-03-18 09:57:22 +00:00
<view class="text">
2022-03-25 10:33:33 +00:00
<view class="title">
<view class="text clips1">
长沙市望城区xxxxxx项目名称
</view>
<view class="icon icon3">
等待派工
</view>
</view>
<view class="serial-number">
<view class="type">
#网络故障#
</view>
<view class="date">
已故障2小时37分
</view>
</view>
<view class="specification">
紧急程度<view class="text"> 加急
</view>
</view>
<view class="specification">
主负责人陈志远
</view>
<view class="installation-site clips2">
故障描述LED显示屏开机后闪屏不显示内容主控电
脑提示网络不通
</view>
2022-03-18 09:57:22 +00:00
</view>
</view>
2022-03-25 10:33:33 +00:00
<view class="project-list-address">
<view class="address clips2">
<image class="img" src="../../static/iocn/dz2.png" mode="aspectFill"></image>
<view class="text">
湖南省长沙市高新开发区谷园路109号像素大厦1205
</view>
</view>
<view class="date">
催一催 <image class="img" src="../../static/iocn/ld.png" mode=""></image>
</view>
2022-03-18 09:57:22 +00:00
</view>
2022-03-25 10:33:33 +00:00
2022-03-17 12:30:12 +00:00
</view>
2022-03-28 07:33:10 +00:00
-->
2022-03-17 12:30:12 +00:00
</view>
2022-03-25 10:33:33 +00:00
</view>
</container-subgroup-two>
2022-03-17 12:30:12 +00:00
</view>
</template>
<script>
2022-03-25 10:33:33 +00:00
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
2022-03-17 12:30:12 +00:00
import statusNav from '../../components/status-nav.vue';
2022-03-18 09:57:22 +00:00
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
2022-03-17 12:30:12 +00:00
export default {
2022-03-18 09:57:22 +00:00
components: {
2022-03-17 12:30:12 +00:00
footTabOne,
2022-03-25 10:33:33 +00:00
statusNav,
containerSubgroupTwo
2022-03-17 12:30:12 +00:00
},
data() {
const currentDate = this.getDate({
format: true
})
return {
2022-03-28 03:19:05 +00:00
statusBarHeight:uni.getSystemInfoSync().statusBarHeight+40,
role: 4, // 1业务员 2:表示客户 3:表示客服 4表示工程师
2022-03-17 12:30:12 +00:00
date: currentDate,
array: ['类型', '类型', '类型', '类型'],
2022-03-18 09:57:22 +00:00
index: 0,
2022-03-17 12:30:12 +00:00
}
2022-03-28 03:19:05 +00:00
},
onLoad() {
2022-03-17 12:30:12 +00:00
},
methods: {
2022-03-18 09:57:22 +00:00
projectDetailsFun() {
2022-03-28 03:19:05 +00:00
if(this.role==4){
uni.navigateTo({
url: "/pages/workOrder/workOrder"
})
}else{
uni.navigateTo({
url: "/pages/workOrder/details"
})
}
2022-03-17 12:30:12 +00:00
},
2022-03-18 09:57:22 +00:00
bindPickerChange(data) {
console.log(data)
2022-03-17 12:30:12 +00:00
},
2022-03-18 09:57:22 +00:00
bindDateChange(date) {
console.log(date)
2022-03-17 12:30:12 +00:00
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;
day = day > 9 ? day : '0' + day;
2022-03-18 09:57:22 +00:00
console.log(year, month, day)
2022-03-17 12:30:12 +00:00
return `${year}-${month}-${day}`;
}
}
}
</script>
<style scoped>
page {
background-color: #F7F7F7;
}
2022-03-18 09:57:22 +00:00
2022-03-25 10:33:33 +00:00
2022-03-25 03:41:31 +00:00
.project-list-input .xian {
width: 3rpx;
height: 35rpx;
position: absolute;
background-color: #EAEAEA;
right: 100rpx;
top: 50%;
margin-top: -14rpx;
}
2022-03-17 12:30:12 +00:00
.project-list-input {
width: 100%;
height: 114rpx;
2022-03-28 03:19:05 +00:00
position: fixed;
z-index: 2;
2022-03-17 12:30:12 +00:00
padding: 20rpx 16rpx;
box-sizing: border-box;
background-color: #FFFFFF
}
.project-list-input .int {
width: 100%;
height: 100%;
background-color: #F7F7F7;
padding: 0 25rpx;
box-sizing: border-box;
border-radius: 36rpx;
}
.project-list-input .search {
width: 28rpx;
height: 28rpx;
position: absolute;
right: 43rpx;
top: 50%;
margin-top: -14rpx;
}
.screen {
display: flex;
justify-content: space-around;
2022-03-25 03:41:31 +00:00
padding: 25rpx 20rpx;
border-bottom: 2rpx solid #E6E6E6;
border-top: 2rpx solid #E6E6E6;
margin: 20rpx 0rpx;
2022-03-17 12:30:12 +00:00
}
.screen .li {
display: flex;
align-items: center;
}
.screen .li .text {
font-size: 32rpx;
color: #333333;
margin-right: 10rpx;
}
.screen .li .img {
width: 14rpx;
height: 8rpx;
2022-03-28 03:19:05 +00:00
position: relative;
z-index: 1;
2022-03-17 12:30:12 +00:00
}
.screen .li .imgA {
width: 24rpx;
height: 23rpx;
}
.project-list .li {
width: 710rpx;
box-sizing: border-box;
background-color: #FFFFFF;
position: relative;
margin: auto;
margin-bottom: 20rpx;
padding: 33rpx 23rpx;
}
.project-list .li .iconBer {
background-image: url(../../static/iocn/za.png);
}
.project-list .li .iconBera {
background-image: url(../../static/iocn/zaa.png);
}
.project-list .li .message {
display: flex;
}
.project-list .li .message .img {
width: 230rpx;
margin-right: 11rpx;
height: 180rpx;
}
.project-list .li .message .text {
flex: 1;
}
.project-list .li .message .text .title {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
word-break: break-all;
2022-03-28 07:33:10 +00:00
margin-bottom: 5rpx;
font-size: 24rpx;
2022-03-18 09:57:22 +00:00
display: flex;
align-items: center;
2022-03-17 12:30:12 +00:00
line-height: 29rpx;
color: #333333;
font-weight: bold;
}
2022-03-18 09:57:22 +00:00
.project-list .li .message .text .title .text {
width: 60%;
}
.project-list .li .message .text .title .icon {
font-size: 24rpx;
width: 120rpx;
height: 40rpx;
background-color: #ff5400;
border-radius: 50rpx;
color: #FFFFFF;
text-align: center;
line-height: 40rpx;
}
.project-list .li .message .text .title .icon1{
background-color: #00a2e9;
}
2022-03-25 03:41:31 +00:00
.project-list .li .message .text .title .icon3{
2022-03-18 09:57:22 +00:00
background-color: #009a44;
}
2022-03-17 12:30:12 +00:00
.project-list .li .message .serial-number {
2022-03-18 09:57:22 +00:00
color: #9b9ba3;
2022-03-17 12:30:12 +00:00
font-size: 24rpx;
2022-03-28 07:33:10 +00:00
margin-bottom: 10rpx;
2022-03-17 12:30:12 +00:00
line-height: 24rpx;
2022-03-18 09:57:22 +00:00
display: flex;
}
.project-list .li .message .serial-number .type {
margin-right: 60rpx;
2022-03-17 12:30:12 +00:00
}
.project-list .li .message .specification {
2022-03-18 09:57:22 +00:00
color: #9b9ba3;
2022-03-17 12:30:12 +00:00
font-size: 24rpx;
2022-03-28 07:33:10 +00:00
margin-bottom: 10rpx;
2022-03-18 09:57:22 +00:00
display: flex;
2022-03-17 12:30:12 +00:00
line-height: 24rpx;
}
2022-03-18 09:57:22 +00:00
.project-list .li .message .specification .text {
2022-03-25 03:41:31 +00:00
color: #e90000;
2022-03-18 09:57:22 +00:00
}
2022-03-17 12:30:12 +00:00
.project-list .li .message .installation-site {
2022-03-18 09:57:22 +00:00
color: #9b9ba3;
2022-03-17 12:30:12 +00:00
font-size: 24rpx;
2022-03-28 07:33:10 +00:00
line-height: 24rpx;
2022-03-17 12:30:12 +00:00
}
.project-list-address {
display: flex;
2022-03-28 07:33:10 +00:00
margin-top: 15rpx;
2022-03-18 09:57:22 +00:00
color: #9b9ba3;
2022-03-28 07:33:10 +00:00
align-items: center;
2022-03-18 09:57:22 +00:00
justify-content: space-between;
width: 100%;
2022-03-17 12:30:12 +00:00
}
.project-list-address .text {
2022-03-28 07:33:10 +00:00
font-size: 22rpx;
2022-03-18 09:57:22 +00:00
flex: 1;
2022-03-17 12:30:12 +00:00
}
.project-list-address .date {
font-size: 24rpx;
text-align: right;
margin-left: 20rpx;
2022-03-18 09:57:22 +00:00
align-items: center;
display: flex;
color: #e90000;
2022-03-17 12:30:12 +00:00
}
2022-03-18 09:57:22 +00:00
.project-list-address .date .img {
width: 26rpx;
height: 24rpx;
margin-left: 5rpx;
}
.project-list-address .address .img {
width: 22rpx;
2022-03-25 03:41:31 +00:00
height: 30rpx;
2022-03-17 12:30:12 +00:00
margin-right: 10rpx;
}
.project-list-address .address {
display: flex;
align-items: center;
2022-03-28 07:33:10 +00:00
width: 80%;
2022-03-18 09:57:22 +00:00
2022-03-17 12:30:12 +00:00
}
2022-03-18 09:57:22 +00:00
.project-list .work-order-code {
font-size: 24rpx;
color: #9b9ba3;
margin-bottom: 26rpx;
}
2022-03-17 12:30:12 +00:00
.pickerDate {
width: 300rpx;
height: 300rpx;
}
</style>