2022-03-17 10:26:34 +00:00
|
|
|
|
<template>
|
|
|
|
|
<view class="content">
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<statusNav navBarTitle="处理工单" returnColor="#c2c2c2"></statusNav>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<container-subgroup-two>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<view slot="content" style="margin: -20rpx -25rpx 0rpx;">
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="work-order-schedule">
|
|
|
|
|
<view class="li">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="icon icon-after">1</view>
|
|
|
|
|
<view class="text">签到执行</view>
|
2022-03-17 10:26:34 +00:00
|
|
|
|
</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="li">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="icon on icon-after">2</view>
|
|
|
|
|
<view class="text">填写维保单</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class="li">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="icon">3</view>
|
|
|
|
|
<view class="text">结算审核</view>
|
2022-03-17 10:26:34 +00:00
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="work-order-from">
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">工单编号:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" class="input" disabled :value="targetObj.workOrderNo" />
|
2022-03-18 09:57:22 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">项目编号:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" class="input" disabled :value="targetObj.projectNo" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">项目名称:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" class="input input-black" disabled :value="targetObj.projectName" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">产品类型:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" class="input input-black" disabled :value="targetObj.productType" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">安装位置:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" class="input input-black" disabled :value="targetObj.installLocation" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-04-12 00:50:56 +00:00
|
|
|
|
<view class="title">维保类型:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" class="input input-black" disabled :value="targetObj.faultType" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">服务方式:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" class="input input-black" disabled :value="targetObj.serviceMode" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class="li">
|
2022-04-12 00:50:56 +00:00
|
|
|
|
<view class="title">维保说明:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<textarea auto-height disabled class="input input-black" :value="targetObj.faultExplain" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class="li">
|
2022-04-13 12:36:32 +00:00
|
|
|
|
<view class="title">故障图片:</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="input add-display">
|
|
|
|
|
<view class="">
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<image class="img" v-for="(item,index) in targetObj.faultImgList" :src="item" mode="aspectFill" lazy-load></image>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<!-- <view class="add-img">
|
|
|
|
|
<image class="icon" src="../../static/iocn/jia.png" mode="" lazy-load></image>
|
|
|
|
|
</view> -->
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">开始时间:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" disabled class="input" :value="targetObj.startTime" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">结束时间:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" @tap="openDatetimePicker" disabled class="input input-black" :value="targetObj.endTime" placeholder="请选择结束时间" />
|
|
|
|
|
<yy-mm-dd-hh-ss ref="myPicker" @submit="handleSubmit" :start-year="2022" :end-year="2122"></yy-mm-dd-hh-ss>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">维保用时:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" disabled class="input" :value="targetObj.maintenanceTime" placeholder="请选择结束时间,进行结算" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">维保费用:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" disabled class="input input-black" placeholder="" v-model="maintenanceFee" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">等待时长:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" disabled class="input" :value="targetObj.waitingTime" placeholder="请选择结束时间,进行结算" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">主维保人:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" disabled class="input input-black" :value="targetObj.maintainer" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-04-06 08:05:38 +00:00
|
|
|
|
<!-- <view class="li">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">更换配件:</view>
|
|
|
|
|
<view class="rideo" style="margin-left: 14rpx;">
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="isrideo" @click="isrideoFun(true)">
|
|
|
|
|
<view class="icon " :class="isrideo?'on':''">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="icon-content"></view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="">是</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class="isrideo" @click="isrideoFun(false)">
|
|
|
|
|
<view class="icon" :class="isrideo?'':'on'">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="icon-content"></view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="">否</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2022-04-06 08:05:38 +00:00
|
|
|
|
</view> -->
|
2022-03-18 09:57:22 +00:00
|
|
|
|
</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="work-order-from">
|
|
|
|
|
<view class="li">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">工作描述:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<textarea maxlength="-1" v-model="targetObj.workDescribe" class="input input-black line-h36" placeholder="请填写工作描述" style="height: 110rpx;" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class="li">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">维保图片:</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="input add-display">
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<view class="posir" v-if="targetObj.maintenanceImgList.length!=0" v-for="(item,index) in targetObj.maintenanceImgList" :key="index">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<image class="img" :src="item" mode="aspectFill" lazy-load></image>
|
|
|
|
|
<i @tap="delImg(index)" class="icon icon-del-white posia" style="font-size: 24rpx;top: 10rpx;right: 20rpx;"></i>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="add-img" @tap="chooseImg">
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<image class="icon" src="../../static/iocn/jia.png" mode=""></image>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="li">
|
2022-04-12 00:50:56 +00:00
|
|
|
|
<view class="title">维保原因:</view>
|
|
|
|
|
<textarea maxlength="-1" v-model="targetObj.faultReason" class="input input-black line-h36" placeholder="请填写维保原因" style="height: 110rpx;" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-07-25 10:26:45 +00:00
|
|
|
|
<view class="li disac">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">维保人员:</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<input type="text" v-model="targetObj.maintenancePersonnel" class="input input-black" placeholder="请填写维保人员" />
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-03-18 09:57:22 +00:00
|
|
|
|
</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="cost-breakdown">
|
|
|
|
|
<view class="cost-breakdown-title">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="title">费用明细</view>
|
|
|
|
|
<view @click="addMountingsList()" class="btn">添加配件</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-03-18 09:57:22 +00:00
|
|
|
|
</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
<view class="cost-breakdown-content">
|
|
|
|
|
<view class="title">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="li">序号</view>
|
|
|
|
|
<view class="li">配件名称</view>
|
|
|
|
|
<view class="li">数量</view>
|
|
|
|
|
<view class="li">价格</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
|
|
|
|
<view class="text" v-for="(item,index) in accessoriesData">
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="li">{{item.id}}</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<view class="li">{{item.name}}</view>
|
2022-03-31 05:46:52 +00:00
|
|
|
|
<view class="li">{{item.num}}</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<view class="li">{{item.sum}}元</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</view>
|
2022-03-18 09:57:22 +00:00
|
|
|
|
</view>
|
2022-03-31 10:34:17 +00:00
|
|
|
|
<button class="submit-button" @click="goWorkorderTwo" type="default">下一步</button>
|
2022-03-18 09:57:22 +00:00
|
|
|
|
</view>
|
2022-03-28 03:19:05 +00:00
|
|
|
|
</container-subgroup-two>
|
2022-03-17 10:26:34 +00:00
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import statusNav from '../../components/status-nav.vue';
|
|
|
|
|
import footTabOne from "../../components/foot-tabs/foot-tab-one.vue"
|
2022-03-28 03:19:05 +00:00
|
|
|
|
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
|
2022-03-31 10:34:17 +00:00
|
|
|
|
import yyMmDdHhSs from '@/components/dates/yy-mm-dd-hh-ss.vue';
|
2022-04-13 12:36:32 +00:00
|
|
|
|
import {handleWorkOrderGet,handleWorkOrderSubmit,uploadImg} from '../../jsFile/public-api.js';
|
2022-03-17 10:26:34 +00:00
|
|
|
|
export default {
|
|
|
|
|
components: {
|
|
|
|
|
footTabOne,
|
2022-03-25 10:33:33 +00:00
|
|
|
|
statusNav,
|
2022-03-31 10:34:17 +00:00
|
|
|
|
containerSubgroupTwo,
|
|
|
|
|
yyMmDdHhSs
|
2022-03-17 10:26:34 +00:00
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
2022-04-06 08:05:38 +00:00
|
|
|
|
// isrideo: true,
|
2022-03-31 10:34:17 +00:00
|
|
|
|
accessoriesData: [],
|
2022-04-13 12:36:32 +00:00
|
|
|
|
targetObj:'',
|
|
|
|
|
temporaryImg:[]//暂存图片id
|
2022-03-17 10:26:34 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
2022-03-31 10:34:17 +00:00
|
|
|
|
computed:{
|
|
|
|
|
maintenanceFee(){
|
|
|
|
|
let totalPrice = '0.00';
|
|
|
|
|
if(this.accessoriesData.length) {
|
|
|
|
|
this.accessoriesData.forEach(item=>{
|
|
|
|
|
totalPrice = this.$toolAll.tools.operationEv(totalPrice*1, item.sum*1, "+", 2);
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
return `¥${totalPrice}元`;
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onShow() {
|
|
|
|
|
// uni.removeStorageSync('partsList')
|
|
|
|
|
this.accessoriesData = uni.getStorageSync('partsList');
|
|
|
|
|
},
|
2022-04-13 12:36:32 +00:00
|
|
|
|
onLoad(op) {
|
2022-03-31 10:34:17 +00:00
|
|
|
|
this.targetObj = uni.getStorageSync('targetObj');
|
2022-04-13 12:36:32 +00:00
|
|
|
|
if(op.id!=undefined) {
|
|
|
|
|
this.orderId = op.id;
|
|
|
|
|
// 调用查询填写维保单信息
|
|
|
|
|
this.handleWorkOrderGet(this.orderId);
|
|
|
|
|
}
|
2022-03-31 10:34:17 +00:00
|
|
|
|
},
|
2022-03-17 10:26:34 +00:00
|
|
|
|
methods: {
|
2022-04-13 12:36:32 +00:00
|
|
|
|
// 查询填写维保单信息
|
|
|
|
|
handleWorkOrderGet(id){
|
|
|
|
|
let params = {
|
|
|
|
|
order_id:this.orderId,
|
|
|
|
|
steps:2
|
|
|
|
|
}
|
|
|
|
|
handleWorkOrderGet(params).then(res=>{
|
|
|
|
|
if(res.code) {
|
|
|
|
|
let dataObj = res.data;
|
|
|
|
|
this.targetObj.startTime = dataObj.start_times;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
2022-03-31 05:46:52 +00:00
|
|
|
|
// 维保图片选择
|
|
|
|
|
chooseImg(){
|
|
|
|
|
uni.chooseImage({
|
|
|
|
|
count:9,
|
|
|
|
|
sourceType:['album','camera'],
|
|
|
|
|
success: (res) => {
|
|
|
|
|
let imgsrc = res.tempFilePaths;
|
|
|
|
|
imgsrc.forEach(item=>{
|
2022-04-13 12:36:32 +00:00
|
|
|
|
uploadImg({path:item}).then(res=>{
|
|
|
|
|
if(res.code) {
|
|
|
|
|
this.temporaryImg.push(res.data.id);
|
|
|
|
|
this.targetObj.maintenanceImgList.push(item);
|
|
|
|
|
} else {
|
|
|
|
|
this.$toolAll.tools.showToast(res.msg);
|
|
|
|
|
}
|
|
|
|
|
})
|
2022-03-31 05:46:52 +00:00
|
|
|
|
})
|
2022-05-13 09:39:50 +00:00
|
|
|
|
},fail:(err)=> {
|
|
|
|
|
this.$toolAll.tools.checkQx(err.code);
|
|
|
|
|
}
|
2022-03-31 05:46:52 +00:00
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// 删除维保图片
|
|
|
|
|
delImg(index) {
|
2022-03-31 10:34:17 +00:00
|
|
|
|
this.targetObj.maintenanceImgList.splice(index,1);
|
2022-04-13 12:36:32 +00:00
|
|
|
|
this.temporaryImg.splice(index,1);
|
2022-03-31 05:46:52 +00:00
|
|
|
|
},
|
2022-03-31 10:34:17 +00:00
|
|
|
|
// 更换配件切换事件
|
2022-04-06 08:05:38 +00:00
|
|
|
|
//isrideoFun(is) {
|
|
|
|
|
// this.isrideo = is;
|
|
|
|
|
// this.targetObj.ifParts = this.isrideo;
|
|
|
|
|
//},
|
2022-03-28 03:19:05 +00:00
|
|
|
|
goWorkorderTwo(){
|
2022-04-01 06:35:56 +00:00
|
|
|
|
if(this.checkEmpty()) {
|
2022-04-13 12:36:32 +00:00
|
|
|
|
let accessoryArr = [];
|
|
|
|
|
if(this.accessoriesData.length) {
|
|
|
|
|
this.accessoriesData.forEach(item=>{
|
|
|
|
|
let obj = {
|
|
|
|
|
id:item.id,
|
|
|
|
|
quantity:item.num
|
|
|
|
|
}
|
|
|
|
|
accessoryArr.push(obj);
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
let params = {
|
|
|
|
|
order_id:this.orderId,
|
|
|
|
|
steps:2,
|
|
|
|
|
completion_time:this.targetObj.endTime,//结束时间
|
|
|
|
|
work_explanation:this.targetObj.workDescribe,//工作描述
|
|
|
|
|
failure_reason:this.targetObj.faultReason,//维保原因
|
|
|
|
|
maintenance_pictures:this.temporaryImg.join(','),//维保图片
|
|
|
|
|
maintenance_more:this.targetObj.maintenancePersonnel,//维保人员
|
|
|
|
|
accessory:accessoryArr,//配件列表
|
|
|
|
|
completion_address:'完工地址'
|
|
|
|
|
}
|
|
|
|
|
handleWorkOrderSubmit(params).then(res=>{
|
|
|
|
|
if(res.code) {
|
|
|
|
|
uni.navigateTo({
|
2022-04-26 02:01:23 +00:00
|
|
|
|
url: `/pagesA/workOrder/workOrderThree?id=${this.orderId}`
|
2022-04-13 12:36:32 +00:00
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
2022-04-01 06:35:56 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-03-28 03:19:05 +00:00
|
|
|
|
},
|
2022-04-01 06:35:56 +00:00
|
|
|
|
// 判空事件
|
|
|
|
|
checkEmpty(){
|
|
|
|
|
let result = false;
|
|
|
|
|
if(!this.targetObj.endTime) {
|
|
|
|
|
this.$toolAll.tools.showToast('请选择结束时间');
|
|
|
|
|
} else if(!this.targetObj.workDescribe) {
|
|
|
|
|
this.$toolAll.tools.showToast('请填写工作描述');
|
|
|
|
|
} else if(this.targetObj.maintenanceImgList.length==0) {
|
|
|
|
|
this.$toolAll.tools.showToast('请上传维保图片');
|
|
|
|
|
} else if(!this.targetObj.faultReason) {
|
2022-04-12 00:50:56 +00:00
|
|
|
|
this.$toolAll.tools.showToast('请填写维保原因');
|
2022-04-01 06:35:56 +00:00
|
|
|
|
} else if(!this.targetObj.maintenancePersonnel) {
|
|
|
|
|
this.$toolAll.tools.showToast('请填写维保人员');
|
|
|
|
|
} else {
|
|
|
|
|
result = true;
|
|
|
|
|
}
|
|
|
|
|
return result;
|
|
|
|
|
},
|
2022-03-28 03:19:05 +00:00
|
|
|
|
addMountingsList() {
|
|
|
|
|
uni.navigateTo({
|
2022-04-26 02:01:23 +00:00
|
|
|
|
url: "/pagesA/mountingsList/mountingsList"
|
2022-03-28 03:19:05 +00:00
|
|
|
|
})
|
|
|
|
|
|
2022-03-31 10:34:17 +00:00
|
|
|
|
},
|
|
|
|
|
// 打开picker
|
|
|
|
|
openDatetimePicker() {
|
|
|
|
|
this.$refs.myPicker.show();
|
|
|
|
|
},
|
|
|
|
|
// 关闭picker
|
|
|
|
|
closeDatetimePicker() {
|
|
|
|
|
this.$refs.myPicker.hide();
|
|
|
|
|
},
|
|
|
|
|
handleSubmit(e) {
|
|
|
|
|
// {year: "2019", month: "07", day: "17", hour: "15", minute: "21"}
|
2022-04-01 06:35:42 +00:00
|
|
|
|
|
2022-03-31 10:34:17 +00:00
|
|
|
|
this.targetObj.endTime = `${e.year}-${e.month}-${e.day} ${e.hour}:${e.minute}`;
|
|
|
|
|
this.targetObj.maintenanceTime = this.$toolAll.tools.returnTimeFormat(this.targetObj.startTime,this.targetObj.endTime);
|
|
|
|
|
this.targetObj.waitingTime = this.$toolAll.tools.returnTimeFormat(this.targetObj.declarationTime,this.targetObj.endTime);
|
|
|
|
|
},
|
2022-03-17 10:26:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.submit-button {
|
|
|
|
|
width: 686rpx;
|
|
|
|
|
border-radius: 50rpx;
|
|
|
|
|
height: 90rpx;
|
|
|
|
|
background-color: #02A2ea;
|
|
|
|
|
line-height: 90rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
margin-top: 60rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-schedule {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 22rpx 29rpx;
|
|
|
|
|
margin-top: 10rpx;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-schedule .icon {
|
|
|
|
|
width: 38rpx;
|
|
|
|
|
height: 38rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
margin: auto;
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 38rpx;
|
|
|
|
|
background-color: #999999;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-schedule .on {
|
|
|
|
|
background-color: #5391F3
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-schedule .text {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-schedule .icon-after::after {
|
|
|
|
|
content: "";
|
|
|
|
|
width: 265rpx;
|
|
|
|
|
height: 2rpx;
|
|
|
|
|
background-color: #999999;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 19rpx;
|
|
|
|
|
left: 38rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from {
|
|
|
|
|
margin-top: 10rpx;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from .li {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 20rpx 40rpx;
|
|
|
|
|
border-bottom: 2rpx solid #ececec;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from .li .title {
|
|
|
|
|
font-size: 26rpx;
|
2022-03-31 05:46:52 +00:00
|
|
|
|
/* width: 133rpx; */
|
2022-03-17 10:26:34 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from .li .input {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #8b8b8b;
|
|
|
|
|
flex: 1;
|
|
|
|
|
padding-left: 15rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from .li .input .img {
|
2022-03-31 05:46:52 +00:00
|
|
|
|
/* width: 169rpx; */
|
|
|
|
|
width: 160rpx;
|
2022-03-17 10:26:34 +00:00
|
|
|
|
height: 127rpx;
|
|
|
|
|
margin-right: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from .li .input .add-img {
|
2022-03-31 05:46:52 +00:00
|
|
|
|
/* width: 136rpx; */
|
|
|
|
|
width: 160rpx;
|
2022-03-17 10:26:34 +00:00
|
|
|
|
height: 127rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: #DCDCDC;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from .li .input .add-img .icon {
|
|
|
|
|
width: 64rpx;
|
|
|
|
|
height: 64rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from .li .add-display {
|
|
|
|
|
display: flex;
|
2022-03-31 05:46:52 +00:00
|
|
|
|
flex-wrap: wrap;
|
2022-03-17 10:26:34 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-order-from .li .input-black {
|
|
|
|
|
color: #292929;
|
|
|
|
|
}
|
2022-03-18 09:57:22 +00:00
|
|
|
|
|
|
|
|
|
.cost-breakdown-title {
|
2022-03-28 03:19:05 +00:00
|
|
|
|
padding: 0rpx 40rpx;
|
2022-03-18 09:57:22 +00:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-top: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-title .title {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
color: #222222;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 28rpx;
|
|
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-title .title::before {
|
|
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
width: 4rpx;
|
|
|
|
|
height: 30rpx;
|
|
|
|
|
margin-right: 22rpx;
|
|
|
|
|
|
|
|
|
|
background-color: #00a2e9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-title .btn {
|
|
|
|
|
color: #00a2e9;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 118rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
border-radius: 14rpx;
|
|
|
|
|
line-height: 50rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
border: 2rpx solid #00a2e9;
|
|
|
|
|
|
|
|
|
|
}
|
2022-03-28 03:19:05 +00:00
|
|
|
|
|
|
|
|
|
.cost-breakdown-content {
|
|
|
|
|
padding: 0rpx 40rpx;
|
2022-03-18 09:57:22 +00:00
|
|
|
|
}
|
2022-03-28 03:19:05 +00:00
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .title {
|
2022-03-18 09:57:22 +00:00
|
|
|
|
display: flex;
|
2022-03-28 03:19:05 +00:00
|
|
|
|
margin-bottom: 40rpx;
|
2022-03-18 09:57:22 +00:00
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
2022-03-28 03:19:05 +00:00
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .title .li {
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #222222;
|
|
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .text {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .text .li {
|
|
|
|
|
color: #4c4c4c;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .text .li:nth-child(1) {
|
|
|
|
|
width: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .text .li:nth-child(2) {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .text .li:nth-child(3) {
|
|
|
|
|
width: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .text .li:nth-child(4) {
|
|
|
|
|
width: 120rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .title .li:nth-child(1) {
|
|
|
|
|
width: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .title .li:nth-child(2) {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .title .li:nth-child(3) {
|
|
|
|
|
width: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cost-breakdown-content .title .li:nth-child(4) {
|
|
|
|
|
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
|
|
|
|
|
}
|
2022-03-17 10:26:34 +00:00
|
|
|
|
</style>
|