Compare commits
No commits in common. "0dacf8bddc7bc27a7826166fed8e15a00ea5bc19" and "aedb30e74454e7d57ce2fa8ec2d5943d4e5fe34b" have entirely different histories.
0dacf8bddc
...
aedb30e744
|
@ -1,12 +1,12 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="项目详情"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -30rpx;">
|
||||
|
||||
<view class="head-top">
|
||||
<view class="details-head">
|
||||
<view class="swiper-head">
|
||||
<swiper class="swiper" @change="changeAutoplay" :autoplay="autoplay" :interval="interval">
|
||||
<swiper class="swiper" @change="changeAutoplay" :autoplay="autoplay" :interval="interval"
|
||||
>
|
||||
<swiper-item>
|
||||
<view class="swiper-item uni-bg-red">
|
||||
<image class="img" src="../../static/del/img001.png" mode="aspectFill"></image>
|
||||
|
@ -55,6 +55,7 @@
|
|||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<view class="project-message-title">
|
||||
<view class="icon">
|
||||
|
||||
|
@ -63,6 +64,7 @@
|
|||
项目概况
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="project-message-content">
|
||||
<view class="li">
|
||||
<view class="title-one">
|
||||
|
@ -170,6 +172,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="project-message-title">
|
||||
<view class="icon">
|
||||
|
||||
|
@ -178,6 +181,7 @@
|
|||
项目材料
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="project-materials-content">
|
||||
<view class="project-materials-title">
|
||||
<view class="text">
|
||||
|
@ -220,11 +224,13 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="record-nav">
|
||||
<view class="li" @click="recordNav(index)" :class="item.state?'on':''" v-for="(item,index) in recordState">
|
||||
{{item.title}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="record-content">
|
||||
<view class="title">
|
||||
维修追踪
|
||||
|
@ -325,21 +331,14 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
import statusNav from "../../components/status-nav.vue"
|
||||
export default {
|
||||
components:{
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -383,7 +382,7 @@
|
|||
|
||||
.content {
|
||||
padding: 16rpx 0;
|
||||
|
||||
padding-top: 100rpx;
|
||||
}
|
||||
|
||||
.swiper {
|
||||
|
@ -617,10 +616,8 @@
|
|||
left: 7rpx;
|
||||
height: 102rpx;
|
||||
background-color: #999999;
|
||||
top: 14rpx;
|
||||
;
|
||||
top: 14rpx;;
|
||||
}
|
||||
|
||||
.record-content .list .li .con {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -639,14 +636,12 @@
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.record-content .list .on .icon .icon-con{
|
||||
background-color: #0084ff;
|
||||
width: 13rpx;
|
||||
height: 13rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.record-content .list .on .icon::after {
|
||||
content: "";
|
||||
width: 2rpx;
|
||||
|
@ -657,20 +652,16 @@
|
|||
background-color: #0084ff;
|
||||
top: 20rpx;
|
||||
}
|
||||
|
||||
.record-content .list .on .con{
|
||||
display: block;
|
||||
color: #0084ff;
|
||||
}
|
||||
|
||||
.record-content .list .on .con .text{
|
||||
margin-bottom: 35rpx;
|
||||
}
|
||||
|
||||
.record-content .list .on .con .date{
|
||||
margin-bottom: 35rpx;
|
||||
}
|
||||
|
||||
.record-content .list .on{
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
@ -686,12 +677,10 @@
|
|||
padding: 26rpx 20rpx;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.project-materials-title .text{
|
||||
width: 16%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.project-materials-text{
|
||||
display: flex;
|
||||
background-color: #FFFFFF;
|
||||
|
@ -700,7 +689,6 @@
|
|||
font-size: 24rpx;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.project-materials-text .text{
|
||||
width: 16%;
|
||||
text-align: center;
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="(项目)查询结果"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -30rpx;">
|
||||
|
||||
<view class="project-list">
|
||||
<view class="li" @click="projectDetailsFun()">
|
||||
<view class="message">
|
||||
|
@ -119,17 +118,17 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
<footTabOne :current="1"></footTabOne>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
||||
export default {
|
||||
components:{
|
||||
containerSubgroupTwo,
|
||||
footTabOne,
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
|
@ -176,6 +175,7 @@
|
|||
}
|
||||
|
||||
.content{
|
||||
padding-top: 100rpx;
|
||||
}
|
||||
.project-list-input {
|
||||
width: 100%;
|
||||
|
@ -183,10 +183,7 @@
|
|||
position: relative;
|
||||
padding: 20rpx 16rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #FFFFFF;
|
||||
|
||||
|
||||
|
||||
background-color: #FFFFFF
|
||||
}
|
||||
|
||||
.project-list-input .int {
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<template>
|
||||
|
||||
<view>
|
||||
|
||||
|
||||
<view class="head">
|
||||
<view class="text">
|
||||
查询功能
|
||||
|
@ -248,7 +246,6 @@
|
|||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
.imgJCon{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="故障统计"></statusNav>
|
||||
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -30rpx;">
|
||||
<view class="faultStatistics-nav">
|
||||
<view class="li" @click="navlistIndexFun(index)" :class="navlistIndex==index?'on':''"
|
||||
v-for="(item,index) in navlist">
|
||||
|
@ -177,20 +174,14 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view> </container-subgroup-two>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
export default {
|
||||
components: {
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -272,6 +263,8 @@
|
|||
<style>
|
||||
.content {
|
||||
padding: 0rpx 15rpx;
|
||||
padding-top: 80rpx;
|
||||
padding-bottom: 80rpx;
|
||||
}
|
||||
|
||||
|
||||
|
@ -480,7 +473,6 @@
|
|||
background-color: #2d8efd;
|
||||
border-radius: 25rpx;
|
||||
}
|
||||
|
||||
.percentage-box-ber{
|
||||
background-color: #ffb503;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="数据看板"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -30rpx;">
|
||||
|
||||
<view class="project-overview">
|
||||
<view class="settlement-type-title">
|
||||
项目概况
|
||||
|
@ -310,19 +309,14 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
export default {
|
||||
components: {
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -456,7 +450,9 @@
|
|||
|
||||
<style>
|
||||
.content {
|
||||
padding:0rpx 10rpx;
|
||||
padding: 10rpx;
|
||||
padding-top: 90rpx;
|
||||
padding-bottom: 80rpx;
|
||||
}
|
||||
.charts-box{
|
||||
width: 100%;
|
||||
|
|
|
@ -1,15 +1,12 @@
|
|||
<template>
|
||||
<view class="">
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="意见反馈"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -30rpx;">
|
||||
<view class="opinion-type">
|
||||
意见类型
|
||||
</view>
|
||||
|
||||
<view class="opinion-type-content">
|
||||
<view class="li" @click="opinionType(index)" :class="item.state?'on':''"
|
||||
v-for="(item,index) in typeData">
|
||||
<view class="li" @click="opinionType(index)" :class="item.state?'on':''" v-for="(item,index) in typeData">
|
||||
{{item.title}}
|
||||
</view>
|
||||
</view>
|
||||
|
@ -18,10 +15,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="" />
|
||||
<input type="text" class="inputCss" placeholder="请输入联系人电话" placeholder-class="inputCss-input" value="" />
|
||||
|
||||
<view class="fault-pictures">
|
||||
<image class="img" src="../../static/iocn/gz.png" mode="aspectFill"></image>
|
||||
|
@ -58,8 +53,6 @@
|
|||
</view>
|
||||
</view>
|
||||
<button class="submit-button" type="default">提交反馈</button>
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
<footTabOne :current="3"></footTabOne>
|
||||
</view>
|
||||
|
@ -68,12 +61,10 @@
|
|||
<script>
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
export default {
|
||||
components:{
|
||||
footTabOne,
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -119,8 +110,10 @@
|
|||
page {
|
||||
background-color: #F7F7F7;
|
||||
}
|
||||
|
||||
|
||||
.content{
|
||||
padding-top: 76rpx;
|
||||
padding-bottom: 180rpx;
|
||||
}
|
||||
.opinion-type {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
|
@ -128,6 +121,7 @@
|
|||
padding: 0 40rpx;
|
||||
border-top: 2rpx solid #EAEAEA;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
margin-top: 24rpx;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 36rpx;
|
||||
font-weight: bold;
|
||||
|
@ -203,7 +197,6 @@
|
|||
color: #9f9898;
|
||||
|
||||
}
|
||||
|
||||
.feedback-con{
|
||||
width: 320rpx;
|
||||
height: 100rpx;
|
||||
|
@ -214,24 +207,20 @@
|
|||
box-sizing: border-box;
|
||||
padding-left: 26rpx;
|
||||
}
|
||||
|
||||
.feedback-con .icon{
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
margin-right: 18rpx;
|
||||
}
|
||||
|
||||
.feedback-tel-con .text{
|
||||
font-size: 24rpx;
|
||||
margin-bottom: 10rpx;
|
||||
|
||||
}
|
||||
|
||||
.feedback-tel-con .tel{
|
||||
font-size: 28rpx;
|
||||
|
||||
}
|
||||
|
||||
.feedback-approach{
|
||||
padding: 0 40rpx;
|
||||
display: flex;
|
||||
|
@ -239,7 +228,6 @@
|
|||
justify-content: space-between;
|
||||
margin-top: 14rpx;
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
width: 686rpx;
|
||||
margin-top: 58rpx;
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="项目详情"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: -25rpx -30rpx;">
|
||||
|
||||
<view class="head-top">
|
||||
<view class="details-head">
|
||||
<view class="swiper-head">
|
||||
<swiper class="swiper" @change="changeAutoplay" :autoplay="autoplay" :interval="interval"
|
||||
>
|
||||
:duration="duration">
|
||||
<swiper-item>
|
||||
<view class="swiper-item uni-bg-red">
|
||||
<image class="img" src="../../static/del/img001.png" mode="aspectFill"></image>
|
||||
|
@ -223,19 +221,14 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import statusNav from "../../components/status-nav.vue"
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
export default {
|
||||
components:{
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -279,6 +272,8 @@
|
|||
|
||||
.content {
|
||||
padding: 16rpx 0;
|
||||
padding-top: 80rpx;
|
||||
padding-bottom: 80rpx;
|
||||
}
|
||||
|
||||
.swiper {
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<template>
|
||||
<view class="content" :style="{paddingTop: statusHeight + 'px'}">
|
||||
<statusNav navBarTitle="项目列表" :ifReturn="false"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: -100rpx -30rpx;">
|
||||
|
||||
<view class="project-list-input">
|
||||
<input type="text" class="int" value="" placeholder="请输入关键字" />
|
||||
<view class="xian">
|
||||
|
@ -56,10 +53,6 @@
|
|||
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
<footTabOne :current="1"></footTabOne>
|
||||
</view>
|
||||
</template>
|
||||
|
@ -67,12 +60,10 @@
|
|||
<script>
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
export default {
|
||||
components: {
|
||||
footTabOne,
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
const currentDate = this.getDate({
|
||||
|
@ -122,6 +113,11 @@
|
|||
background-color: #F7F7F7;
|
||||
}
|
||||
|
||||
.content {
|
||||
/* padding-top: 76rpx; */
|
||||
padding-bottom: 160rpx;
|
||||
}
|
||||
|
||||
.project-list-input {
|
||||
width: 100%;
|
||||
height: 114rpx;
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav :navBarTitle="textTitle"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin:-25rpx 0rpx 0rpx;">
|
||||
|
||||
<view class="details-nav">
|
||||
<view class="li" @click="detailsNavpa(index)" :class="item.state?'on':''"
|
||||
v-for="(item,index) in detailsNav">
|
||||
{{item.title}}
|
||||
</view>
|
||||
</view>
|
||||
<swiper class="swiper" @change="swiperCurrentFun" :current="swiperCurrent"
|
||||
:style="'height:'+swiHeight+'px'">
|
||||
<swiper class="swiper" @change="swiperCurrentFun" :current="swiperCurrent" :style="'height:'+swiHeight+'px'">
|
||||
<swiper-item>
|
||||
<view class="swiper-item uni-bg-red">
|
||||
<view id="swi1">
|
||||
|
@ -230,10 +228,10 @@
|
|||
</view>
|
||||
<view class="input add-display">
|
||||
<view class="">
|
||||
<image class="img" src="../../static/del/img001.png" mode="aspectFill">
|
||||
</image>
|
||||
<image class="img" src="../../static/del/img001.png" mode="aspectFill">
|
||||
</image>
|
||||
<image class="img" src="../../static/del/img001.png"
|
||||
mode="aspectFill"></image>
|
||||
<image class="img" src="../../static/del/img001.png"
|
||||
mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -482,28 +480,20 @@
|
|||
</view>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
||||
export default {
|
||||
components: {
|
||||
footTabOne,
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
swiperCurrent: 0,
|
||||
swiHeight:0,
|
||||
textTitle: "工单详情",
|
||||
isrideo:true,
|
||||
detailsNav: [{
|
||||
|
@ -609,7 +599,9 @@
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.content {}
|
||||
.content {
|
||||
padding-top: 80rpx;
|
||||
}
|
||||
|
||||
.swiper {
|
||||
min-height: 88vh;
|
||||
|
@ -866,11 +858,9 @@
|
|||
.work-order-from .li .add-display {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.change-accessory {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.change-accessory .li .img {
|
||||
width: 185rpx;
|
||||
height: 185rpx;
|
||||
|
@ -913,17 +903,14 @@
|
|||
margin-bottom: 12rpx;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.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;
|
||||
|
@ -934,7 +921,6 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.work-order-from .isrideo .icon .icon-content{
|
||||
width: 19rpx;
|
||||
height: 19rpx;
|
||||
|
@ -945,7 +931,6 @@
|
|||
.work-order-from .isrideo .on{
|
||||
border: 2rpx solid #D81E06;
|
||||
}
|
||||
|
||||
.work-order-from .isrideo .on .icon-content{
|
||||
background-color: #D81E06
|
||||
}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="工单回访"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: -25rpx -30rpx 0rpx;">
|
||||
<view class="hint">
|
||||
客户服务,重在回访仔细倾听,以服务质量求发展
|
||||
</view>
|
||||
|
@ -51,19 +49,16 @@
|
|||
</view>
|
||||
<button class="submit-button" type="default">确认发送</button>
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
statusNav,
|
||||
containerSubgroupTwo,
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -77,14 +72,14 @@ containerSubgroupTwo,
|
|||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
|
||||
.content{
|
||||
padding-top: 80rpx;
|
||||
}
|
||||
.hint {
|
||||
color: #358ff0;
|
||||
font-size: 24rpx;
|
||||
padding: 25rpx 30rpx;
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
width: 686rpx;
|
||||
border-radius: 50rpx;
|
||||
|
@ -96,7 +91,6 @@ containerSubgroupTwo,
|
|||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.payReturnVisit-input {
|
||||
background-color: #FFFFFF;
|
||||
height: 103rpx;
|
||||
|
@ -124,24 +118,20 @@ containerSubgroupTwo,
|
|||
font-size: 30rpx;
|
||||
margin-top: 2rpx;
|
||||
}
|
||||
|
||||
.payReturnVisit-from{
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.payReturnVisit-textarea{
|
||||
width: 700rpx;
|
||||
border-bottom: 2rpx solid #f4f4f4;
|
||||
margin: auto;
|
||||
padding-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.payReturnVisit-textarea .title{
|
||||
padding: 30rpx 0rpx;
|
||||
font-size: 30rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.payReturnVisit-textarea .textarea{
|
||||
width: 100%;
|
||||
height: 200rpx;
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="处理工单"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -25rpx;">
|
||||
|
||||
<view class="work-order-schedule">
|
||||
<view class="li">
|
||||
<view class="icon on icon-after">
|
||||
|
@ -88,9 +87,7 @@
|
|||
故障说明:
|
||||
</view>
|
||||
|
||||
<textarea auto-height class="input"
|
||||
value="*********************************************************************************************************"
|
||||
placeholder="" />
|
||||
<textarea auto-height class="input" value="*********************************************************************************************************" placeholder="" />
|
||||
</view>
|
||||
<view class="li">
|
||||
<view class="title">
|
||||
|
@ -140,21 +137,16 @@
|
|||
</view>
|
||||
|
||||
<button class="submit-button" type="default">签到</button>
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
||||
export default {
|
||||
components: {
|
||||
footTabOne,
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -168,7 +160,10 @@
|
|||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
.content {
|
||||
padding-top: 80rpx;
|
||||
padding-bottom: 80rpx;
|
||||
}
|
||||
.submit-button {
|
||||
width: 686rpx;
|
||||
border-radius: 50rpx;
|
||||
|
@ -180,7 +175,6 @@
|
|||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.work-order-schedule {
|
||||
display: flex;
|
||||
padding: 22rpx 29rpx;
|
||||
|
@ -247,13 +241,11 @@
|
|||
flex: 1;
|
||||
padding-left: 15rpx;
|
||||
}
|
||||
|
||||
.work-order-from .li .input .img{
|
||||
width: 169rpx;
|
||||
height: 127rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.work-order-from .li .input-black {
|
||||
color: #292929;
|
||||
}
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<status-nav navBarTitle="工单列表" returnColor="#c2c2c2"></status-nav>
|
||||
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -25rpx;">
|
||||
<view class="project-list-input">
|
||||
<input type="text" class="int" value="" placeholder="请输入关键字" />
|
||||
<image class="search" src="../../static/iocn/ss.png" mode=""></image>
|
||||
|
@ -12,6 +9,7 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="screen">
|
||||
<picker @change="bindPickerChange" :value="index" :range="array">
|
||||
<view class="li">
|
||||
|
@ -204,22 +202,17 @@
|
|||
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
<footTabOne :current="1"></footTabOne>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
||||
export default {
|
||||
components: {
|
||||
footTabOne,
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
const currentDate = this.getDate({
|
||||
|
@ -270,7 +263,10 @@
|
|||
background-color: #F7F7F7;
|
||||
}
|
||||
|
||||
|
||||
.content {
|
||||
padding-top: 76rpx;
|
||||
padding-bottom: 140rpx;
|
||||
}
|
||||
.project-list-input .xian {
|
||||
width: 3rpx;
|
||||
height: 35rpx;
|
||||
|
@ -477,6 +473,7 @@
|
|||
height: 30rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.project-list-address .address {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="处理工单"></statusNav>
|
||||
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -25rpx;">
|
||||
<view class="work-order-schedule">
|
||||
<view class="li">
|
||||
<view class="icon icon-after">
|
||||
|
@ -212,17 +209,12 @@
|
|||
|
||||
|
||||
<button class="submit-button" type="default">提交审核</button>
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
var content = null;
|
||||
var touchs = [];
|
||||
var canvasw = 0;
|
||||
|
@ -238,7 +230,7 @@
|
|||
components: {
|
||||
footTabOne,
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -387,7 +379,10 @@
|
|||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
.content {
|
||||
padding-top: 80rpx;
|
||||
padding-bottom: 80rpx;
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
width: 686rpx;
|
||||
|
@ -652,24 +647,20 @@
|
|||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.money-receiving-code .title .icon{
|
||||
width: 22rpx;
|
||||
height: 22rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
|
||||
.money-receiving-code .title .text{
|
||||
font-size: 26rpx;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.money-receiving-code .img{
|
||||
width: 22rpx;
|
||||
height: 12rpx;
|
||||
transform: rotateZ(-90deg);
|
||||
}
|
||||
|
||||
.address{
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
|
@ -680,18 +671,15 @@
|
|||
box-sizing: border-box;
|
||||
padding: 0rpx 13rpx;
|
||||
}
|
||||
|
||||
.address .icon{
|
||||
width: 24rpx;
|
||||
height: 32rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
|
||||
.address .text{
|
||||
font-size: 26rpx;
|
||||
color: #5d5c5c;
|
||||
}
|
||||
|
||||
.remark{
|
||||
width: 100%;
|
||||
margin-top: 13rpx;
|
||||
|
@ -700,13 +688,11 @@
|
|||
height: 360rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.remark .title{
|
||||
margin-bottom: 30rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.remark .textarea{
|
||||
|
||||
width: 100%;
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<statusNav navBarTitle="处理工单"></statusNav>
|
||||
<container-subgroup-two>
|
||||
<view slot="content" style="margin: 0 -25rpx;">
|
||||
|
||||
<view class="work-order-schedule">
|
||||
<view class="li">
|
||||
<view class="icon icon-after">
|
||||
|
@ -272,22 +271,16 @@
|
|||
</view>
|
||||
</view>
|
||||
<button class="submit-button" type="default">下一步</button>
|
||||
|
||||
</view>
|
||||
</container-subgroup-two>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import statusNav from '../../components/status-nav.vue';
|
||||
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
||||
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
||||
export default {
|
||||
components: {
|
||||
footTabOne,
|
||||
statusNav,
|
||||
containerSubgroupTwo
|
||||
statusNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -325,6 +318,10 @@ isrideoFun(is){
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.content {
|
||||
padding-top: 80rpx;
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
width: 686rpx;
|
||||
|
|
Loading…
Reference in New Issue