Compare commits

..

No commits in common. "c0a4e1efe7d5d87e5e9c3debeffedd68d22bc192" and "8a1f359a12883ba28fb9854ed63d67582596599f" have entirely different histories.

21 changed files with 466 additions and 741 deletions

View File

@ -12,18 +12,16 @@
</view> </view>
<view class="appreciationServe-from"> <view class="appreciationServe-from">
<view class="li"> <view class="li">
<view class="title">
<text class="cor">*</text>产品名称
</view>
<input class="input" type="text" value="全彩LED显示屏" /> <input class="input" type="text" value="全彩LED显示屏" />
</view> </view>
<view class="li"> <view class="li">
<view class="title"> <view class="title">
<text class="cor">*</text>规格型号 <text class="cor">*</text>规格型号
</view> </view>
<input class="input" type="text" value="P2.5" />
</view> </view>
<view class="li">
<view class="title">*规格型号</view>
</view>
<view class="li"> <view class="li">
<view class="title">产品品牌</view> <view class="title">产品品牌</view>
<input class="input" type="text" value="" placeholder="请输入品牌" /> <input class="input" type="text" value="" placeholder="请输入品牌" />
@ -32,7 +30,7 @@
<view class="title"> <view class="title">
<text class="cor">*</text>产品尺寸 <text class="cor">*</text>产品尺寸
</view> </view>
<view class="title">*产品尺寸</view>
<input class="input" type="text" value="宽:38.5m x 高14.5m" /> <input class="input" type="text" value="宽:38.5m x 高14.5m" />
</view> </view>
</view> </view>
@ -56,9 +54,21 @@
</view> </view>
<input type="text" class="input" value="2022-02-16" /> <input type="text" class="input" value="2022-02-16" />
</view> </view>
<view class="li-textarea">
<view class="title">
<text class="cor">*</text>详细地址
</view>
<view class="title">*联系人</view>
<input type="text" class="input" value="王富贵" />
</view>
<view class="li">
<view class="">*联系电话</view>
<input type="text" class="input" value="18256666666" />
</view>
<view class="li">
<view class="">*预约时间</view>
<input type="text" class="input" value="2022-02-16" />
</view>
<view class="li-textarea"> <view class="li-textarea">
<view class="title">*详细地址</view> <view class="title">*详细地址</view>
<textarea class="textarea" value="湖南省株洲市荷塘区红旗中路456号五矿二十三冶综合楼" placeholder="" /> <textarea class="textarea" value="湖南省株洲市荷塘区红旗中路456号五矿二十三冶综合楼" placeholder="" />
@ -122,7 +132,6 @@
<style> <style>
.content { .content {
padding-top: 80rpx; padding-top: 80rpx;
padding-bottom: 80rpx;
} }
.cor{ .cor{
color: #FF0000; color: #FF0000;
@ -161,7 +170,6 @@
line-height: 44rpx; line-height: 44rpx;
text-align: center; text-align: center;
height: 44rpx; height: 44rpx;
color: #bbbbbb;
border-radius: 50rpx; border-radius: 50rpx;
font-size: 24rpx; font-size: 24rpx;
border: solid 2rpx #99999b; border: solid 2rpx #99999b;
@ -229,7 +237,6 @@
} }
.supplement-from .li .input{ .supplement-from .li .input{
text-align: right; text-align: right;
font-size: 24rpx
} }
.supplement-from .li-textarea { .supplement-from .li-textarea {
font-size: 27rpx; font-size: 27rpx;

View File

@ -3,7 +3,6 @@
<statusNav navBarTitle="(备品)查询结果"></statusNav> <statusNav navBarTitle="(备品)查询结果"></statusNav>
<view class="dataQuery-content"> <view class="dataQuery-content">
<view class="li"> <view class="li">
<view class="title"> <view class="title">
项目名称湖南工业大学生化学院三楼会议室 项目名称湖南工业大学生化学院三楼会议室
</view> </view>
@ -144,8 +143,6 @@
.dataQuery-content .li{ .dataQuery-content .li{
background-color: #FFFFFF; background-color: #FFFFFF;
padding: 26rpx 28rpx; padding: 26rpx 28rpx;
margin-bottom: 14rpx; margin-bottom: 14rpx;
} }
@ -154,8 +151,6 @@
} }
.dataQuery-content .li .text-content{ .dataQuery-content .li .text-content{
display: flex; display: flex;
border-bottom: 2rpx solid #EEEEEE;
padding-bottom: 10rpx;
} }
.dataQuery-content .li .text-content .left{ .dataQuery-content .li .text-content .left{

View File

@ -86,7 +86,7 @@
qq<text class="cor">9090000</text> qq<text class="cor">9090000</text>
</view> </view>
<view class="li"> <view class="li">
邮箱<text class="cor">1216311@qq.com</text> 邮箱<text class="cor1">1216311@qq.com</text>
</view> </view>
<view class="li"> <view class="li">
负责时间段<text class="cor">xxxxx </text> 负责时间段<text class="cor">xxxxx </text>

View File

@ -345,7 +345,6 @@
.project-list-address .address { .project-list-address .address {
display: flex; display: flex;
color: #666666;
align-items: center; align-items: center;
} }

View File

@ -6,250 +6,227 @@
查询功能 查询功能
</view> </view>
</view> </view>
<view class="queryFunction-head-content"> <view class="queryFunction-head-content">
<view class="queryFunction-head-nav"> <view class="queryFunction-head-nav">
<view class="li" @click="navIndex(index)" <view class="li" @click="navIndex(index)" :class="[dataIndex==0?'li1':'',dataIndex==1?'li2':'',dataIndex==2?'li3':'' ]"
:class="[dataIndex==0?'li1':'',dataIndex==1?'li2':'',dataIndex==2?'li3':'' ]"
v-for="(item,index) in dataList"> v-for="(item,index) in dataList">
{{item.title}} {{item.title}}
</view> </view>
</view> </view>
<view class="queryFunction-head-Fun"> <view class="queryFunction-head-Fun">
<input type="text" placeholder="请输入关键词进行查询" class="queryFunction-head-input" value="" /> <input type="text" placeholder="请输入关键词进行查询" class="queryFunction-head-input" value="" />
<view class="button"> <view class="button">
查询 查询
</view> </view>
</view> </view>
</view> </view>
<view class="recently-query-title"> <view class="recently-query-title">
最近查询 最近查询
</view> </view>
<view class="recently-query-content"> <view class="recently-query-content">
<view class="li"> <view class="li">
<image class="icon" src="../../static/iocn/jfd.png" mode=""></image> <image class="icon" src="../../static/iocn/jfd.png" mode=""></image>
<view class="text-content"> <view class="text-content">
<view class="title"> <view class="title">
湖南争鸣光电科技有限公司 湖南争鸣光电科技有限公司
</view> </view>
<view class="text"> <view class="text">
编号FRID23123141123321124 编号FRID23123141123321124
</view> </view>
<view class="text"> <view class="text">
2121-1-8 12:23 2121-1-8 12:23
</view> </view>
</view> </view>
</view> </view>
</view> </view>
<view class="imgJCon">
<image class="imgJ" src="../../static/iocn/jh.png" mode=""></image>
</view>
</view> </view>
</template> </template>
<script> <script>
export default { export default {
data() { data() {
return { return {
dataIndex: 0, dataIndex: 0,
dataList: [{ dataList: [{
title: "客户查询", title: "客户查询",
}, },
{ {
title: "项目查询", title: "项目查询",
}, },
{ {
title: "备品查询", title: "备品查询",
}, },
], ],
key_word: '', // key_word:'', //
} }
}, },
onLoad(op) { onLoad(op) {
if (op.index != undefined) this.dataIndex = op.index; if(op.index!=undefined) this.dataIndex = op.index;
}, },
methods: { methods: {
// //
navIndex(index) { navIndex(index) {
this.dataIndex = index this.dataIndex = index
}, },
// //
checkEv() { checkEv(){
console.log(this.key_word); console.log(this.key_word);
} }
} }
} }
</script> </script>
<style> <style>
.head { .head {
width: 100%; width: 100%;
height: 344rpx; height: 344rpx;
padding: 0 35rpx; padding: 0 35rpx;
padding-top: 107rpx; padding-top: 107rpx;
background-color: #00A2E9; background-color: #00A2E9;
box-sizing: border-box; box-sizing: border-box;
} }
.head .text { .head .text {
font-size: 41rpx; font-size: 41rpx;
color: #FFFFFF; color: #FFFFFF;
} }
.queryFunction-head-content { .queryFunction-head-content {
width: 676rpx; width: 676rpx;
height: 400rpx; height: 400rpx;
background-color: #FFFFFF; background-color: #FFFFFF;
margin: auto; margin: auto;
border-radius: 15rpx; border-radius: 15rpx;
margin-top: -130rpx; margin-top: -130rpx;
} }
.queryFunction-head-nav { .queryFunction-head-nav {
display: flex; display: flex;
border-radius: 15rpx 15rpx 0 0; border-radius: 15rpx 15rpx 0 0;
overflow: hidden; overflow: hidden;
} }
.queryFunction-head-nav .li { .queryFunction-head-nav .li {
position: relative; position: relative;
width: 233rpx; width: 233rpx;
color: #505050; color: #505050;
height: 102rpx; height: 102rpx;
background-color: #F5F5F5; background-color: #F5F5F5;
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 35rpx; font-size: 35rpx;
justify-content: center; justify-content: center;
} }
.typeActive {
position: absolute;
width: 30%;
bottom: 0;
left: 50%;
transform: translateX(-50%);
height: 6rpx;
border-radius: 21%;
background-color: #00A2E9;
}
.queryFunction-head-nav .li1:nth-child(2) {
border-radius: 15rpx 0rpx 0rpx 15rpx;
}
.typeActive { .queryFunction-head-nav .li1:nth-child(1) {
position: absolute; background-color: #FFFFFF;
width: 30%; }
bottom: 0;
left: 50%;
transform: translateX(-50%);
height: 6rpx;
border-radius: 21%;
background-color: #00A2E9;
}
.queryFunction-head-nav .li1:nth-child(2) { .queryFunction-head-nav .li2:nth-child(2) {
border-radius: 15rpx 0rpx 0rpx 15rpx; background-color: #FFFFFF;
} }
.queryFunction-head-nav .li1:nth-child(1) { .queryFunction-head-nav .li2:nth-child(1) {
background-color: #FFFFFF; border-radius: 0rpx 15rpx 15rpx 0rpx;
} }
.queryFunction-head-nav .li2:nth-child(2) { .queryFunction-head-nav .li2:nth-child(3) {
background-color: #FFFFFF; border-radius: 15rpx 0rpx 0rpx 15rpx;
} }
.queryFunction-head-nav .li2:nth-child(1) { .queryFunction-head-nav .li3:nth-child(2) {
border-radius: 0rpx 15rpx 15rpx 0rpx; border-radius: 0rpx 15rpx 15rpx 0rpx;
} }
.queryFunction-head-nav .li2:nth-child(3) { .queryFunction-head-nav .li3:nth-child(3) {
border-radius: 15rpx 0rpx 0rpx 15rpx; background-color: #FFFFFF;
} }
.queryFunction-head-nav .li3:nth-child(2) { .queryFunction-head-input {
border-radius: 0rpx 15rpx 15rpx 0rpx; margin-top: 20rpx;
} height: 100rpx;
width: 100%;
border-bottom: 2rpx solid #eeeeee;
.queryFunction-head-nav .li3:nth-child(3) { }
background-color: #FFFFFF;
}
.queryFunction-head-input { .queryFunction-head-Fun {
margin-top: 20rpx; padding: 0 32rpx;
height: 100rpx;
width: 100%;
border-bottom: 2rpx solid #eeeeee;
} }
.queryFunction-head-Fun { .queryFunction-head-Fun .button {
padding: 0 32rpx; background-color: #00A2E9;
border-radius: 15rpx;
height: 80rpx;
color: #FFFFFF;
text-align: center;
margin-top: 34rpx;
line-height: 80rpx;
}
} .recently-query-title {
color: #040b26;
font-weight: bold;
padding: 50rpx 34rpx 44rpx;
}
.queryFunction-head-Fun .button { .recently-query-content {
background-color: #00A2E9; padding: 0 34rpx;
border-radius: 15rpx; box-sizing: border-box;
height: 80rpx; }
color: #FFFFFF;
text-align: center;
margin-top: 34rpx;
line-height: 80rpx;
}
.recently-query-title { .recently-query-content .li {
color: #040b26; width: 100%;
font-weight: bold; height: 232rpx;
padding: 50rpx 34rpx 44rpx; box-sizing: border-box;
} background-color: #FFFFFF;
border-radius: 15rpx;
padding-top: 30rpx;
padding-left: 40rpx;
margin-bottom: 37rpx;
display: flex;
}
.recently-query-content { .recently-query-content .li .icon {
padding: 0 34rpx; width: 37rpx;
box-sizing: border-box; height: 37rpx;
} margin-right: 40rpx;
}
.recently-query-content .li { .recently-query-content .li .text-content .title {
width: 100%; color: #30364c;
height: 232rpx; font-size: 33rpx;
box-sizing: border-box; margin-bottom: 25rpx;
background-color: #FFFFFF; }
border-radius: 15rpx;
padding-top: 30rpx;
padding-left: 40rpx;
margin-bottom: 37rpx;
display: flex;
}
.recently-query-content .li .icon { .recently-query-content .li .text-content .text {
width: 37rpx; color: #b5b5b5;
height: 37rpx; font-size: 27rpx;
margin-right: 40rpx; margin-bottom: 25rpx;
} }
.recently-query-content .li .text-content .title {
color: #30364c;
font-size: 33rpx;
margin-bottom: 25rpx;
}
.recently-query-content .li .text-content .text {
color: #b5b5b5;
font-size: 27rpx;
margin-bottom: 25rpx;
}
.imgJ {
width: 40rpx;
height: 40rpx;
position: fixed;
display: block;
margin: auto;
}
.imgJCon{
display: flex;
justify-content: center;
height: 40rpx;
margin-top: 180rpx;
}
</style> </style>

View File

@ -454,9 +454,7 @@
padding-top: 90rpx; padding-top: 90rpx;
padding-bottom: 80rpx; padding-bottom: 80rpx;
} }
.charts-box{
width: 100%;
}
.settlement-type-title { .settlement-type-title {
font-size: 32rpx; font-size: 32rpx;
color: #2c2c2c; color: #2c2c2c;
@ -545,7 +543,7 @@
.project-gross-box .li .date-con .date-con-li { .project-gross-box .li .date-con .date-con-li {
border-right: 2rpx solid #E6E6E6; border-right: 2rpx solid #E6E6E6;
padding-right: 58rpx; padding-right: 60rpx;
padding-left: 60rpx; padding-left: 60rpx;
} }

View File

@ -112,15 +112,12 @@
} }
.content{ .content{
padding-top: 76rpx; padding-top: 76rpx;
padding-bottom: 180rpx;
} }
.opinion-type { .opinion-type {
width: 100%; width: 100%;
height: 80rpx; height: 80rpx;
line-height: 80rpx; line-height: 80rpx;
padding: 0 40rpx; padding: 0 40rpx;
border-top: 2rpx solid #EAEAEA;
border-bottom: 2rpx solid #EAEAEA;
margin-top: 24rpx; margin-top: 24rpx;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 36rpx; font-size: 36rpx;
@ -133,7 +130,7 @@
background-color: #FFFFFF; background-color: #FFFFFF;
text-align: center; text-align: center;
line-height: 68rpx; line-height: 68rpx;
color: #9f9898; color: #dddddd;
border-radius: 8rpx; border-radius: 8rpx;
margin-bottom: 24rpx; margin-bottom: 24rpx;
} }

View File

@ -4,9 +4,6 @@
<view class="mountingsList-input"> <view class="mountingsList-input">
<input type="text" class="int" value="" placeholder="请输入关键字" /> <input type="text" class="int" value="" placeholder="请输入关键字" />
<image class="search" src="../../static/iocn/ss.png" mode=""></image> <image class="search" src="../../static/iocn/ss.png" mode=""></image>
<view class="xian">
</view>
</view> </view>
<view class="mountings-list"> <view class="mountings-list">
@ -135,17 +132,8 @@
<style> <style>
.content { .content {
padding-top: 70rpx; padding-top: 70rpx;
padding-bottom: 80rpx;
} }
.mountingsList-input .xian {
width: 3rpx;
height: 35rpx;
position: absolute;
background-color: #EAEAEA;
right: 100rpx;
top: 50%;
margin-top: -14rpx;
}
.submit-button { .submit-button {
width: 686rpx; width: 686rpx;
border-radius: 50rpx; border-radius: 50rpx;
@ -242,7 +230,6 @@
.mountings-list .li .text .p { .mountings-list .li .text .p {
color: #999999; color: #999999;
font-size: 24rpx; font-size: 24rpx;
margin-top: 5rpx;
} }
.mountings-list .li .text .num { .mountings-list .li .text .num {

View File

@ -4,9 +4,6 @@
<view class="peopleManagement-input"> <view class="peopleManagement-input">
<input type="text" class="int" value="" placeholder="请输入关键字" /> <input type="text" class="int" value="" placeholder="请输入关键字" />
<image class="search" src="../../static/iocn/ss.png" mode=""></image> <image class="search" src="../../static/iocn/ss.png" mode=""></image>
<view class="xian">
</view>
</view> </view>
<view class="peopleManagement-content"> <view class="peopleManagement-content">
@ -44,7 +41,7 @@
</view> </view>
</view> </view>
<view class="p"> <view class="p">
<view class="one"> <view class="">
待处理1 待处理1
</view> </view>
@ -59,11 +56,11 @@
</view> </view>
<view class="bottom"> <view class="bottom">
<view class="bottom-content"> <view class="">
联系电话 <text class="cor3">157xxxx8279</text> 联系电话 <text class="cor3">157xxxx8279</text>
</view> </view>
<view class="bottom-content"> <view class="">
注册时间 <text class="cor3">2018-12-12</text> 注册时间 <text class="cor3">2018-12-12</text>
</view> </view>
@ -118,7 +115,6 @@
<style> <style>
.content { .content {
padding-top: 80rpx; padding-top: 80rpx;
padding-bottom: 80rpx;
} }
.submit-button { .submit-button {
width: 686rpx; width: 686rpx;
@ -147,15 +143,7 @@
box-sizing: border-box; box-sizing: border-box;
border-radius: 36rpx; border-radius: 36rpx;
} }
.peopleManagement-input .xian {
width: 3rpx;
height: 35rpx;
position: absolute;
background-color: #EAEAEA;
right: 100rpx;
top: 50%;
margin-top: -14rpx;
}
.peopleManagement-input .search { .peopleManagement-input .search {
width: 28rpx; width: 28rpx;
height: 28rpx; height: 28rpx;
@ -259,17 +247,13 @@
font-size: 24rpx; font-size: 24rpx;
padding: 22rpx 0rpx; padding: 22rpx 0rpx;
} }
.peopleManagement-content .li .con .text .p .one{
margin-right: 40rpx;
}
.peopleManagement-content .li .con .text .address{ .peopleManagement-content .li .con .text .address{
color: #7a7979; color: #7a7979;
font-size: 24rpx; font-size: 24rpx;
} }
.peopleManagement-content .li .bottom{ .peopleManagement-content .li .bottom{
display: flex; display: flex;
padding: 10rpx 0rpx; padding: 30rpx 0rpx;
padding-left: 40rpx; padding-left: 40rpx;
color: #333333; color: #333333;
font-size: 24rpx; font-size: 24rpx;
@ -281,16 +265,4 @@
.peopleManagement-content .li .bottom .cor3{ .peopleManagement-content .li .bottom .cor3{
color: #666666; color: #666666;
} }
.peopleManagement-content .li .bottom .bottom-content{
height: 60rpx;
line-height: 60rpx;
}
.peopleManagement-content .li .bottom .bottom-content:last-child{
text-align: right;
width: 48%;
}
.peopleManagement-content .li .bottom .bottom-content:first-child{
border-right: 2rpx dashed #eaeaea;
width: 52%;
}
</style> </style>

View File

@ -1,61 +1,56 @@
<template> <template>
<view class="content"> <view class="content">
<statusNav navBarTitle="项目详情"></statusNav> <statusNav navBarTitle="项目详情"></statusNav>
<view class="details-head">
<view class="head-top"> <view class="swiper-head">
<view class="details-head"> <swiper class="swiper" @change="changeAutoplay" :autoplay="autoplay" :interval="interval"
<view class="swiper-head"> :duration="duration">
<swiper class="swiper" @change="changeAutoplay" :autoplay="autoplay" :interval="interval" <swiper-item>
:duration="duration"> <view class="swiper-item uni-bg-red">
<swiper-item> <image class="img" src="../../static/del/项目图片.png" mode="aspectFill"></image>
<view class="swiper-item uni-bg-red"> </view>
<image class="img" src="../../static/del/项目图片.png" mode="aspectFill"></image> </swiper-item>
</view> <swiper-item>
</swiper-item> <view class="swiper-item uni-bg-red">
<swiper-item> <image class="img" src="../../static/del/项目图片.png" mode="aspectFill"></image>
<view class="swiper-item uni-bg-red"> </view>
<image class="img" src="../../static/del/项目图片.png" mode="aspectFill"></image> </swiper-item>
</view> <swiper-item>
</swiper-item> <view class="swiper-item uni-bg-red">
<swiper-item> <image class="img" src="../../static/del/项目图片.png" mode="aspectFill"></image>
<view class="swiper-item uni-bg-red"> </view>
<image class="img" src="../../static/del/项目图片.png" mode="aspectFill"></image> </swiper-item>
</view> </swiper>
</swiper-item>
</swiper> <view class="indication-point ">
{{index}}/3
<view class="indication-point "> </view>
{{index}}/3
</view> </view>
</view> <view class="title">
湖南工业大学生化学院会议室P2.5全彩LED显示屏
<view class="title"> </view>
湖南工业大学生化学院会议室P2.5全彩LED显示屏 <view class="code">
</view> XM20220108-1001
<view class="code"> </view>
XM20220108-1001
</view> <view class="address">
<image class="img" src="../../static/iocn/im.png" mode=""></image>
<view class="address"> <view class="text">
<image class="img" src="../../static/iocn/im.png" mode=""></image> 湖南省长沙市高新开发区谷园路109号像素大厦1205
<view class="text"> </view>
湖南省长沙市高新开发区谷园路109号像素大厦1205 </view>
</view>
</view> </view>
<view class="last-date">
</view> <view class="last-date-content">
<view class="last-date"> <image class="icon" src="../../static/iocn/gzzt.png" mode=""></image>
<view class="last-date-content"> <view class="text">
<image class="icon" src="../../static/iocn/gzzt.png" mode=""></image> 最近一次故障时间2021-11-18 170016
<view class="text"> </view>
最近一次故障时间2021-11-18 170016 </view>
</view> </view>
</view>
</view>
</view>
<view class="project-message-title"> <view class="project-message-title">
<view class="icon"> <view class="icon">
@ -272,8 +267,6 @@
.content { .content {
padding: 16rpx 0; padding: 16rpx 0;
padding-top: 80rpx;
padding-bottom: 80rpx;
} }
.swiper { .swiper {
@ -285,12 +278,6 @@
height: 500rpx; height: 500rpx;
width: 100%; width: 100%;
} }
.head-top{
position: relative;
z-index: 1;
margin-top: 15rpx;
box-shadow: 0rpx 5rpx 5rpx rgba(0, 0, 0, 0.1);
}
.details-head { .details-head {
width: 725rpx; width: 725rpx;
@ -360,7 +347,6 @@
padding-left: 20rpx; padding-left: 20rpx;
align-items: center; align-items: center;
border-radius: 10rpx; border-radius: 10rpx;
background: linear-gradient(to right, #FFEBEB, #F7F7F7); background: linear-gradient(to right, #FFEBEB, #F7F7F7);
} }
@ -378,13 +364,9 @@
.project-message-title { .project-message-title {
display: flex; display: flex;
padding: 0 33rpx; padding: 0 33rpx;
padding-top: 23rpx;
align-items: center; align-items: center;
border-bottom: 2rpx solid #ebebeb; border-bottom: 2rpx solid #ebebeb;
margin-top: 23rpx;
margin-top: 2rpx;
background-color: #FFFFFF;
padding-bottom: 21rpx; padding-bottom: 21rpx;
} }
@ -397,16 +379,13 @@
} }
.project-message-title .text { .project-message-title .text {
font-size: 26rpx font-size: 13rpx
} }
.project-message-content { .project-message-content {
display: flex; display: flex;
box-shadow: 0rpx 5rpx 5rpx rgba(0, 0, 0, 0.1); box-shadow: 0rpx 5rpx 5rpx rgba(0, 0, 0, 0.1);
padding: 30rpx 25rpx 0rpx; padding: 30rpx 25rpx 0rpx;
background-color: #FFFFFF;
position: relative;
z-index: 2;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
} }
@ -438,11 +417,9 @@
} }
.record-nav { .record-nav {
padding: 51rpx 50rpx 33rpx; padding: 55rpx 50rpx 33rpx;
display: flex; display: flex;
margin-top: 4rpx;
justify-content: space-between; justify-content: space-between;
background-color: #FFFFFF;
border-bottom: 2rpx solid #D5D4D4; border-bottom: 2rpx solid #D5D4D4;
} }
@ -498,7 +475,7 @@
.record-content .list .li .icon::after { .record-content .list .li .icon::after {
content: ""; content: "";
width: 2rpx; width: 1rpx;
position: absolute; position: absolute;
left: 7rpx; left: 7rpx;
height: 64rpx; height: 64rpx;
@ -532,10 +509,10 @@
} }
.record-content .list .on .icon::after { .record-content .list .on .icon::after {
content: ""; content: "";
width: 2rpx; width: 1rpx;
position: absolute; position: absolute;
left: 9rpx; left: 9rpx;
height: 170rpx; height: 167rpx;
z-index: -1; z-index: -1;
background-color: #0084ff; background-color: #0084ff;
top: 20rpx; top: 20rpx;

View File

@ -3,9 +3,6 @@
<statusNav navBarTitle="项目列表" :ifReturn="false"></statusNav> <statusNav navBarTitle="项目列表" :ifReturn="false"></statusNav>
<view class="project-list-input"> <view class="project-list-input">
<input type="text" class="int" value="" placeholder="请输入关键字" /> <input type="text" class="int" value="" placeholder="请输入关键字" />
<view class="xian">
</view>
<image class="search" src="../../static/iocn/ss.png" mode="aspectFill" lazy-load></image> <image class="search" src="../../static/iocn/ss.png" mode="aspectFill" lazy-load></image>
</view> </view>
<view class="screen bbot mar-sx20"> <view class="screen bbot mar-sx20">
@ -47,10 +44,28 @@
</view> </view>
<view class="date scal09">2022/01/08</view> <view class="date scal09">2022/01/08</view>
</view> </view>
<!-- <view class="icon iconBera">质保中</view> -->
<view class="icon iconBer">质保到期</view> <view class="icon iconBer">质保到期</view>
</view> </view>
<!-- <view class="li">
<view class="message">
<image class="img" src="../../static/del/项目图片.png" mode="aspectFill" lazy-load></image>
<view class="text">
<view class="title">湖南工业大学化工学院会议室P2.5全彩LED显示屏</view>
<view class="serial-number">项目编号20220108-1001</view>
<view class="specification">规格型号DS-CK25FI/H</view>
<view class="specification">产品尺寸3.94*2.02</view>
<view class="installation-site">安装位置xxx综合楼2楼会议室</view>
</view>
</view>
<view class="project-list-address">
<view class="address">
<image class="img" src="../../static/iocn/im.png" mode="aspectFill" lazy-load></image>
<view class="text">湖南省长沙市高新开发区谷园路109号像素大厦1205</view>
</view>
<view class="date">2022/01/08</view>
</view>
<view class="icon iconBera">质保中</view>
</view> -->
</view> </view>
<footTabOne :current="1"></footTabOne> <footTabOne :current="1"></footTabOne>
@ -132,20 +147,10 @@
height: 100%; height: 100%;
background-color: #F7F7F7; background-color: #F7F7F7;
padding: 0 25rpx; padding: 0 25rpx;
padding-right: 100rpx;
box-sizing: border-box; box-sizing: border-box;
border-radius: 36rpx; border-radius: 36rpx;
} }
.project-list-input .xian {
width: 3rpx;
height: 35rpx;
position: absolute;
background-color: #EAEAEA;
right: 100rpx;
top: 50%;
margin-top: -14rpx;
}
.project-list-input .search { .project-list-input .search {
width: 28rpx; width: 28rpx;
height: 28rpx; height: 28rpx;

View File

@ -52,10 +52,8 @@
<input type="text" class="inputCss" placeholder="请填写您的姓名" placeholder-class="inputCss-input" value="" /> <input type="text" class="inputCss" placeholder="请填写您的姓名" placeholder-class="inputCss-input" value="" />
<input type="text" class="inputCss" placeholder="请填写联系电话" placeholder-class="inputCss-input" value="" /> <input type="text" class="inputCss" placeholder="请填写联系电话" placeholder-class="inputCss-input" value="" />
<picker mode="date" > <uni-datetime-picker type="date" class="uni-datetime-pickerCss" :value="single" :border="false"
<input type="text" class="inputCss" placeholder="请选择上门时间" placeholder-class="inputCss-input" value="" /> @change="change" />
</picker>
<button class="submit-button" type="default">提交故障申报</button> <button class="submit-button" type="default">提交故障申报</button>
</view> </view>

View File

@ -226,7 +226,7 @@
}, },
data() { data() {
return { return {
role: 4, // 1 2: 3: 4 role: 2, // 1 2: 3: 4
statusHeight: uni.getSystemInfoSync().statusBarHeight + 50, statusHeight: uni.getSystemInfoSync().statusBarHeight + 50,
messageNumber: 16 ,// messageNumber: 16 ,//
noticeList:['2021年11月06日公司团建维修服务暂停一天服务暂停一天服务暂停一天。','51akslfj;dkpiojasdjf;j1ij'],// noticeList:['2021年11月06日公司团建维修服务暂停一天服务暂停一天服务暂停一天。','51akslfj;dkpiojasdjf;j1ij'],//

View File

@ -113,7 +113,7 @@
<view class="title"> <view class="title">
服务方式 服务方式
</view> </view>
<input type="text" class="input input-black" placeholder="" value="上门服务" /> <input type="text" class="input" placeholder="" value="上门服务" />
</view> </view>
<view class="li"> <view class="li">
@ -133,7 +133,7 @@
<swiper-item> <swiper-item>
<view class="swiper-item uni-bg-green"> <view class="swiper-item uni-bg-green">
<view id="swi2"> <view id="swi2">
<view class="work-order-from"> <view class="work-order-from">
<view class="state" style="background-image: url(../../static/iocn/swi2.png);"> <view class="state" style="background-image: url(../../static/iocn/swi2.png);">
状态已完成 状态已完成
@ -143,206 +143,140 @@
开始时间 开始时间
</view> </view>
<input type="text" class="input " placeholder="" value="2022-01-25 09:39" /> <input type="text" class="input " placeholder="" value="2022-01-25 09:39" />
</view> </view>
<view class="li"> <view class="li">
<view class="title"> <view class="title">
结束时间 结束时间
</view> </view>
<input type="text" class="input " placeholder="" value="2022-01-25 15:30" /> <input type="text" class="input " placeholder="" value="2022-01-25 15:30" />
</view>
<view class="li">
<view class="title">
维保用时
</view>
<input type="text" class="input input-black" placeholder="" value="5小时51分钟" />
</view>
<view class="li">
<view class="title">
维保费用
</view>
<input type="text" class="input " placeholder="" value="¥500.00元" />
</view>
<view class="li">
<view class="title">
等待时长
</view>
<input type="text" class="input " placeholder="" value="1天6小时35分钟" />
</view>
<view class="li">
<view class="title">
主维保人
</view>
<input type="text" class="input " placeholder="" value="陈志远" />
</view>
<view class="li">
<view class="title">
更换配件
</view>
<view class="rideo">
</view>
</view>
<view class="li">
<view class="title">
工作描述
</view>
<textarea auto-height class="input "
value="*********************************************************************************************************"
placeholder="" />
</view>
<view class="li">
<view class="title">
维保图片
</view>
<view class="input add-display">
<view class="">
<image class="img" src="../../static/del/微信图片_20220113152400.png" mode="aspectFill"></image>
<image class="img" src="../../static/del/微信图片_20220113152400.png" mode="aspectFill"></image>
</view>
</view>
</view> </view>
<view class="li"> <view class="li">
<view class="title"> <view class="title">
维保用时
故障原因
</view> </view>
<input type="text" class="input input-black" placeholder="" value="5小时51分钟" />
<textarea auto-height class="input "
</view> value="*********************************************************************************************************"
placeholder="" />
<view class="li">
<view class="title">
维保费用
</view>
<input type="text" class="input " placeholder="" value="¥500.00元" />
</view>
<view class="li">
<view class="title">
等待时长
</view>
<input type="text" class="input " placeholder="" value="1天6小时35分钟" />
</view> </view>
<view class="li"> <view class="li">
<view class="title"> <view class="title">
主维保人 主维保人
</view> </view>
<input type="text" class="input " placeholder="" value="陈志远" />
</view>
<view class="li">
<view class="title">
更换配件
</view>
<view class="rideo">
<view class="isrideo" @click="isrideoFun(true)">
<view class="icon " :class="isrideo?'on':''">
<view class="icon-content">
</view>
</view>
<view class="">
</view>
</view>
<view class="isrideo" @click="isrideoFun(false)" >
<view class="icon" :class="isrideo?'':'on'">
<view class="icon-content">
</view>
</view>
<view class="">
</view>
</view>
</view>
</view>
<view class="li">
<view class="title">
工作描述
</view>
<textarea auto-height class="input "
value="*********************************************************************************************************"
placeholder="" />
</view>
<view class="li">
<view class="title">
维保图片
</view>
<view class="input add-display">
<view class="">
<image class="img" src="../../static/del/微信图片_20220113152400.png"
mode="aspectFill"></image>
<image class="img" src="../../static/del/微信图片_20220113152400.png"
mode="aspectFill"></image>
</view>
</view>
</view>
<view class="li">
<view class="title">
故障原因
</view>
<textarea auto-height class="input "
value="*********************************************************************************************************"
placeholder="" />
</view>
<view class="li">
<view class="title">
维保人员
</view>
<input type="text" class="input " placeholder="" value="罗帅 陈志远" /> <input type="text" class="input " placeholder="" value="罗帅 陈志远" />
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</swiper-item> </swiper-item>
<swiper-item> <swiper-item>
<view class="swiper-item uni-bg-blue"> <view class="swiper-item uni-bg-blue">
<view id="swi3"> <view id="swi3">
<view class="change-accessory"> <view class="change-accessory">
<view class="state" style="background-image: url(../../static/iocn/siw3.png);"> <view class="state" style="background-image: url(../../static/iocn/siw3.png);">
状态待结算 状态待结算
</view> </view>
<view class="list"> <view class="list">
<view class="li"> <view class="li">
<image class="img" src="../../static/del/QQ截图20220210213041.png" mode="aspectFill"> <image class="img" src="../../static/del/QQ截图20220210213041.png" mode="aspectFill"></image>
</image> <view class="text-content">
<view class="text-content"> <view class="title">
<view class="title">
<view class="text clips1">
<view class="text clips1"> 全彩LED显示屏电源
全彩LED显示屏电源 </view>
</view> <view class="date">
<view class="date"> 1011-1
1011-1 </view>
</view> </view>
</view> <view class="text">
<view class="text"> 配件品牌华鑫电源
配件品牌华鑫电源 </view>
</view> <view class="text">
<view class="text"> 规格型号5A-75B
规格型号5A-75B </view>
</view> <view class="text">
<view class="text"> 使用数量1
使用数量1 </view>
</view> </view>
</view>
</view>
<view class="li">
<image class="img" src="../../static/del/QQ截图20220210213041.png" mode="aspectFill">
</image>
<view class="text-content">
<view class="title">
<view class="text clips1">
全彩LED显示屏电源
</view>
<view class="date">
1011-1
</view>
</view>
<view class="text">
配件品牌华鑫电源
</view>
<view class="text">
规格型号5A-75B
</view>
<view class="text">
使用数量1
</view>
</view>
</view>
<view class="li">
<image class="img" src="../../static/del/QQ截图20220210213041.png" mode="aspectFill">
</image>
<view class="text-content">
<view class="title">
<view class="text clips1">
全彩LED显示屏电源
</view>
<view class="date">
1011-1
</view>
</view>
<view class="text">
配件品牌华鑫电源
</view>
<view class="text">
规格型号5A-75B
</view>
<view class="text">
使用数量1
</view>
</view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</swiper-item> </swiper-item>
<swiper-item> <swiper-item>
@ -494,8 +428,7 @@
data() { data() {
return { return {
swiperCurrent: 0, swiperCurrent: 0,
textTitle: "工单详情", textTitle:"工单详情",
isrideo:true,
detailsNav: [{ detailsNav: [{
title: "基础信息", title: "基础信息",
state: true state: true
@ -520,16 +453,14 @@
mounted() { mounted() {
const query = uni.createSelectorQuery().in(this); const query = uni.createSelectorQuery().in(this);
query.select('#swi1').boundingClientRect(data => { query.select('#swi1').boundingClientRect(data => {
this.swiHeight = data.height - 100 this.swiHeight = data.height-100
}).exec(); }).exec();
this.detailsNavFun(0) this.detailsNavFun(0)
}, },
methods: { methods: {
isrideoFun(is){
this.isrideo=is
},
copy(value) { copy(value) {
// //
uni.showModal({ uni.showModal({
@ -552,33 +483,33 @@ isrideoFun(is){
swiperCurrentFun(data) { swiperCurrentFun(data) {
console.log(data.detail.current) console.log(data.detail.current)
if (data.detail.current == 0) { if(data.detail.current==0){
this.textTitle = "工单详情" this.textTitle="工单详情"
const query = uni.createSelectorQuery().in(this); const query = uni.createSelectorQuery().in(this);
query.select('#swi1').boundingClientRect(data => { query.select('#swi1').boundingClientRect(data => {
this.swiHeight = data.height this.swiHeight = data.height
}).exec(); }).exec();
} else if (data.detail.current == 1) { }else if(data.detail.current==1){
this.textTitle = "处理详情" this.textTitle="处理详情"
const query = uni.createSelectorQuery().in(this); const query = uni.createSelectorQuery().in(this);
query.select('#swi2').boundingClientRect(data => { query.select('#swi2').boundingClientRect(data => {
this.swiHeight = data.height this.swiHeight = data.height
}).exec(); }).exec();
} else if (data.detail.current == 2) { }else if(data.detail.current==2){
this.textTitle = "工单详情" this.textTitle="工单详情"
const query = uni.createSelectorQuery().in(this); const query = uni.createSelectorQuery().in(this);
query.select('#swi3').boundingClientRect(data => { query.select('#swi3').boundingClientRect(data => {
this.swiHeight = data.height this.swiHeight = data.height
}).exec(); }).exec();
} else if (data.detail.current == 3) { }else if(data.detail.current==3){
this.textTitle = "工单详情" this.textTitle="工单详情"
const query = uni.createSelectorQuery().in(this); const query = uni.createSelectorQuery().in(this);
query.select('#swi4').boundingClientRect(data => { query.select('#swi4').boundingClientRect(data => {
this.swiHeight = data.height this.swiHeight = data.height
}).exec(); }).exec();
} }
@ -606,7 +537,7 @@ isrideoFun(is){
.swiper { .swiper {
min-height: 88vh; min-height: 88vh;
width: 100%; width: 100%;
} }
.submit-button { .submit-button {
@ -731,15 +662,15 @@ isrideoFun(is){
} }
.record-content { .record-content {
margin-top: 33rpx;
padding: 0 34rpx; padding: 0 34rpx;
} }
.course-content{
.course-content { background-color: #FFFFFF;
background-color: #FFFFFF; padding-top: 30rpx;
padding-bottom: 60rpx; margin-top: 16rpx;
margin-top: 20rpx; padding-bottom: 60rpx;
padding-top: 20rpx;
} }
.record-content .title { .record-content .title {
@ -767,7 +698,7 @@ isrideoFun(is){
.record-content .list .li .icon::after { .record-content .list .li .icon::after {
content: ""; content: "";
width: 2rpx; width: 1rpx;
position: absolute; position: absolute;
left: 7rpx; left: 7rpx;
height: 106rpx; height: 106rpx;
@ -803,11 +734,11 @@ isrideoFun(is){
.record-content .list .on .icon::after { .record-content .list .on .icon::after {
content: ""; content: "";
width: 2rpx; width: 1rpx;
position: absolute; position: absolute;
left: 9rpx; left: 9rpx;
height: 167rpx; height: 167rpx;
z-index: 1; z-index: -1;
background-color: #0084ff; background-color: #0084ff;
top: 20rpx; top: 20rpx;
} }
@ -840,7 +771,6 @@ isrideoFun(is){
margin-top: 101rpx; margin-top: 101rpx;
color: #FFFFFF; color: #FFFFFF;
} }
.work-order-from .li .input .add-img { .work-order-from .li .input .add-img {
width: 136rpx; width: 136rpx;
height: 127rpx; height: 127rpx;
@ -849,89 +779,47 @@ isrideoFun(is){
background-color: #DCDCDC; background-color: #DCDCDC;
align-items: center; align-items: center;
} }
.work-order-from .li .input .add-img .icon { .work-order-from .li .input .add-img .icon {
width: 64rpx; width: 64rpx;
height: 64rpx; height: 64rpx;
} }
.work-order-from .li .add-display { .work-order-from .li .add-display {
display: flex; display: flex;
} }
.change-accessory { .change-accessory .li .img{
background-color: #FFFFFF;
}
.change-accessory .li .img {
width: 185rpx; width: 185rpx;
height: 185rpx; height: 185rpx;
margin-right: 30rpx; margin-right: 30rpx;
} }
.change-accessory .li{
.change-accessory .li { padding: 34rpx;
padding: 34rpx; display: flex;
border-bottom: 2rpx solid #EEEEEE;
display: flex; }
border-bottom: 2rpx solid #EEEEEE; .change-accessory .li .text-content {
} flex: 1;
.change-accessory .li .text-content {
flex: 1;
}
.change-accessory .li .text-content .title {
font-size: 30rpx;
display: flex;
justify-content: space-between;
margin-bottom: 16rpx;
}
.change-accessory .li .text-content .title .text {
width: 77%;
font-size: 30rpx;
color: #333333;
}
.change-accessory .li .text-content .date {
color: #ff0000;
font-size: 24rpx;
font-weight: bold;
}
.change-accessory .li .text-content .text {
width: auto;
font-size: 26rpx;
margin-bottom: 12rpx;
color: #666666;
}
.work-order-from .rideo{
display: flex;
} }
.work-order-from .isrideo{ .change-accessory .li .text-content .title{
display: flex; font-size: 30rpx;
align-items: center; display: flex;
margin-right: 41rpx; justify-content: space-between;
margin-bottom: 16rpx;
}
.change-accessory .li .text-content .title .text{
width: 77%;
font-size: 30rpx;
color: #333333;
}
.change-accessory .li .text-content .date{
color: #ff0000;
font-size: 24rpx;font-weight: bold;
}
.change-accessory .li .text-content .text{
width: auto;
font-size: 26rpx;
margin-bottom: 12rpx;
color: #666666;
} }
.work-order-from .isrideo .icon{
width: 26rpx;
border: 2rpx solid #818181;
border-radius: 50%;
height: 26rpx;
margin-right: 10rpx;
display: flex;
justify-content: center;
align-items: center;
}
.work-order-from .isrideo .icon .icon-content{
width: 19rpx;
height: 19rpx;
background-color: #818181;
border-radius: 50%;
}
.work-order-from .isrideo .on{
border: 2rpx solid #D81E06;
}
.work-order-from .isrideo .on .icon-content{
background-color: #D81E06
}
</style> </style>

View File

@ -42,7 +42,7 @@
</view> </view>
<view class="payReturnVisit-input"> <view class="payReturnVisit-input">
<view class="title"> <view class="title">
回访时间 联系电话
</view> </view>
<input class="input" placeholder="2022/02/13 14:18:00" type="text" value="" /> <input class="input" placeholder="2022/02/13 14:18:00" type="text" value="" />
</view> </view>

View File

@ -49,8 +49,7 @@
<view class="title"> <view class="title">
项目名称 项目名称
</view> </view>
<input type="text" class="input input-black <input type="text" class="input" placeholder="" value="湖南省林业科学院11楼会议室P2.5" />
" placeholder="" value="湖南省林业科学院11楼会议室P2.5" />
</view> </view>
<view class="li"> <view class="li">
@ -124,7 +123,7 @@
<view class="title"> <view class="title">
服务方式 服务方式
</view> </view>
<input type="text" class="input input-black" placeholder="" value="上门服务" /> <input type="text" class="input" placeholder="" value="上门服务" />
</view> </view>
<view class="li"> <view class="li">
@ -162,7 +161,6 @@
<style> <style>
.content { .content {
padding-top: 80rpx; padding-top: 80rpx;
padding-bottom: 80rpx;
} }
.submit-button { .submit-button {
width: 686rpx; width: 686rpx;
@ -246,7 +244,4 @@
height: 127rpx; height: 127rpx;
margin-right: 10rpx; margin-right: 10rpx;
} }
.work-order-from .li .input-black {
color: #292929;
}
</style> </style>

View File

@ -4,9 +4,6 @@
<view class="project-list-input"> <view class="project-list-input">
<input type="text" class="int" value="" placeholder="请输入关键字" /> <input type="text" class="int" value="" placeholder="请输入关键字" />
<image class="search" src="../../static/iocn/ss.png" mode=""></image> <image class="search" src="../../static/iocn/ss.png" mode=""></image>
<view class="xian">
</view>
</view> </view>
@ -82,7 +79,7 @@
<view class="project-list-address"> <view class="project-list-address">
<view class="address clips2"> <view class="address clips2">
<image class="img" src="../../static/iocn/dz2.png" mode="aspectFill"></image> <image class="img" src="../../static/iocn/im.png" mode="aspectFill"></image>
<view class="text"> <view class="text">
湖南省长沙市高新开发区谷园路109号像素大厦1205 湖南省长沙市高新开发区谷园路109号像素大厦1205
</view> </view>
@ -135,7 +132,7 @@
<view class="project-list-address"> <view class="project-list-address">
<view class="address clips2"> <view class="address clips2">
<image class="img" src="../../static/iocn/dz2.png" mode="aspectFill"></image> <image class="img" src="../../static/iocn/im.png" mode="aspectFill"></image>
<view class="text"> <view class="text">
湖南省长沙市高新开发区谷园路109号像素大厦1205 湖南省长沙市高新开发区谷园路109号像素大厦1205
</view> </view>
@ -188,7 +185,7 @@
<view class="project-list-address"> <view class="project-list-address">
<view class="address clips2"> <view class="address clips2">
<image class="img" src="../../static/iocn/dz2.png" mode="aspectFill"></image> <image class="img" src="../../static/iocn/im.png" mode="aspectFill"></image>
<view class="text"> <view class="text">
湖南省长沙市高新开发区谷园路109号像素大厦1205 湖南省长沙市高新开发区谷园路109号像素大厦1205
</view> </view>
@ -265,17 +262,8 @@
.content { .content {
padding-top: 76rpx; padding-top: 76rpx;
padding-bottom: 140rpx;
} }
.project-list-input .xian {
width: 3rpx;
height: 35rpx;
position: absolute;
background-color: #EAEAEA;
right: 100rpx;
top: 50%;
margin-top: -14rpx;
}
.project-list-input { .project-list-input {
width: 100%; width: 100%;
height: 114rpx; height: 114rpx;
@ -306,10 +294,7 @@
.screen { .screen {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
padding: 25rpx 20rpx; padding: 46rpx 20rpx;
border-bottom: 2rpx solid #E6E6E6;
border-top: 2rpx solid #E6E6E6;
margin: 20rpx 0rpx;
} }
.screen .li { .screen .li {
@ -405,7 +390,7 @@
.project-list .li .message .text .title .icon1{ .project-list .li .message .text .title .icon1{
background-color: #00a2e9; background-color: #00a2e9;
} }
.project-list .li .message .text .title .icon3{ .project-list .li .message .text .title .icon1{
background-color: #009a44; background-color: #009a44;
} }
@ -430,7 +415,7 @@
} }
.project-list .li .message .specification .text { .project-list .li .message .specification .text {
color: #e90000; color: #f5b0b0;
} }
.project-list .li .message .installation-site { .project-list .li .message .installation-site {
@ -470,7 +455,7 @@
.project-list-address .address .img { .project-list-address .address .img {
width: 22rpx; width: 22rpx;
height: 30rpx; height: 28rpx;
margin-right: 10rpx; margin-right: 10rpx;
} }

View File

@ -381,7 +381,6 @@
<style> <style>
.content { .content {
padding-top: 80rpx; padding-top: 80rpx;
padding-bottom: 80rpx;
} }
.submit-button { .submit-button {
@ -659,7 +658,6 @@
.money-receiving-code .img{ .money-receiving-code .img{
width: 22rpx; width: 22rpx;
height: 12rpx; height: 12rpx;
transform: rotateZ(-90deg);
} }
.address{ .address{
width: 100%; width: 100%;

View File

@ -154,28 +154,9 @@
<view class="title"> <view class="title">
更换配件 更换配件
</view> </view>
<view class="rideo"> <view class="rideo">
<view class="isrideo" @click="isrideoFun(true)">
<view class="icon " :class="isrideo?'on':''"> </view>
<view class="icon-content">
</view>
</view>
<view class="">
</view>
</view>
<view class="isrideo" @click="isrideoFun(false)" >
<view class="icon" :class="isrideo?'':'on'">
<view class="icon-content">
</view>
</view>
<view class="">
</view>
</view>
</view>
</view> </view>
</view> </view>
@ -223,7 +204,7 @@
</view> </view>
<view class="li"> <view class="li">
<view class="title"> <view class="title">
维保人 维保人
</view> </view>
<input type="text" class="input input-black" placeholder="" value="罗帅 陈志远" /> <input type="text" class="input input-black" placeholder="" value="罗帅 陈志远" />
@ -284,7 +265,6 @@
}, },
data() { data() {
return { return {
isrideo:true,
accessoriesData: [{ accessoriesData: [{
id: 1, id: 1,
title: "全彩LED显示屏接收卡", title: "全彩LED显示屏接收卡",
@ -310,9 +290,7 @@
} }
}, },
methods: { methods: {
isrideoFun(is){
this.isrideo=is
},
} }
} }
</script> </script>
@ -320,7 +298,6 @@ isrideoFun(is){
<style> <style>
.content { .content {
padding-top: 80rpx; padding-top: 80rpx;
padding-bottom: 20rpx;
} }
.submit-button { .submit-button {
@ -517,35 +494,5 @@ isrideoFun(is){
.cost-breakdown-content .title .li:nth-child(4){ .cost-breakdown-content .title .li:nth-child(4){
width: 120rpx; width: 120rpx;
} }
.work-order-from .rideo{
display: flex;
}
.work-order-from .isrideo{
display: flex;
align-items: center;
margin-right: 41rpx;
}
.work-order-from .isrideo .icon{
width: 26rpx;
border: 2rpx solid #818181;
border-radius: 50%;
height: 26rpx;
margin-right: 10rpx;
display: flex;
justify-content: center;
align-items: center;
}
.work-order-from .isrideo .icon .icon-content{
width: 19rpx;
height: 19rpx;
background-color: #818181;
border-radius: 50%;
}
.work-order-from .isrideo .on{
border: 2rpx solid #D81E06;
}
.work-order-from .isrideo .on .icon-content{
background-color: #D81E06
}
</style> </style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 B