检测
This commit is contained in:
parent
a7e9e00e63
commit
1069972658
@ -19,7 +19,7 @@
|
||||
<image :src="baseImageUrl+detailData.workerAvatar" mode=""></image>
|
||||
</view>
|
||||
<view class="sanniu">
|
||||
<text>{{detailData.workerName}}</text>
|
||||
<text>{{ detailData.workerName }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -30,26 +30,26 @@
|
||||
<image :src="baseImageUrl+detailData.goodsImage" mode=""></image>
|
||||
</view>
|
||||
<view class="ds-right">
|
||||
<view class="h-title">{{detailData.goodsName}} </view>
|
||||
<view class="h-title">{{ detailData.goodsName }}</view>
|
||||
<view class="dis-hui">
|
||||
<text>预约人:</text>
|
||||
<text>{{detailData.buyUserName}}</text>
|
||||
<text>{{ detailData.buyUserName }}</text>
|
||||
</view>
|
||||
<view class="dis-hui">
|
||||
<text>手机号:</text>
|
||||
<text>{{detailData.buyUserPhone}}</text>
|
||||
<text>{{ detailData.buyUserPhone }}</text>
|
||||
</view>
|
||||
<view class="dis-hui">
|
||||
<text>车型:</text>
|
||||
<text>{{detailData.carType}}</text>
|
||||
<text>{{ detailData.carType }}</text>
|
||||
</view>
|
||||
<view class="dis-hui">
|
||||
<text>车牌号:</text>
|
||||
<text>{{detailData.carNum}}</text>
|
||||
<text>{{ detailData.carNum }}</text>
|
||||
</view>
|
||||
<view class="dis-hui">
|
||||
<text>商品价格:</text>
|
||||
<text>{{detailData.goodsPrice/100}}元</text>
|
||||
<text>{{ detailData.goodsPrice / 100 }}元</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -62,40 +62,40 @@
|
||||
<view class="h-title">订单详情</view>
|
||||
<view class="on-input">
|
||||
<view class="o-left">订单编号:</view>
|
||||
<view class="o-right">{{detailData.orderNo}}</view>
|
||||
<view class="o-right">{{ detailData.orderNo }}</view>
|
||||
</view>
|
||||
<view class="on-input">
|
||||
<view class="o-left">折扣:</view>
|
||||
<view class="o-right">{{detailData.reduceMoney/100}}</view>
|
||||
<view class="o-right">{{ detailData.reduceMoney / 100 }}</view>
|
||||
</view>
|
||||
<view class="on-input">
|
||||
<view class="o-left">优惠金额:</view>
|
||||
<view class="o-right">{{detailData.couponDiscount/100}}</view>
|
||||
<view class="o-right">{{ detailData.couponDiscount / 100 }}</view>
|
||||
</view>
|
||||
<view class="on-input">
|
||||
<view class="o-left">核销人:</view>
|
||||
<view class="o-right">{{detailData.validationRealName}}</view>
|
||||
<view class="o-right">{{ detailData.validationRealName }}</view>
|
||||
</view>
|
||||
<view class="on-input">
|
||||
<view class="o-left">核销时间:</view>
|
||||
<view class="o-right">{{detailData.validationTime}}</view>
|
||||
<view class="o-right">{{ detailData.validationTime }}</view>
|
||||
</view>
|
||||
<view class="bottomxx" v-if="isOnline&&isOnline==0&&orderStatus&&orderStatus==0" @click="xling = true">
|
||||
<view class="">结算</view>
|
||||
</view>
|
||||
<view class="bottom-input">
|
||||
<view class="o-left">实付金额:</view>
|
||||
<view class="o-zui">{{(detailData.payMoney+detailData.balance)/100}}元</view>
|
||||
<view class="o-zui">{{ (detailData.payMoney + detailData.balance) / 100 }}元</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="x-box" v-for="(item,index) in detailData.stepInfos">
|
||||
<view class="h-title" style="display: flex;align-items: center;justify-content: space-between;">
|
||||
<text>{{item.title}} </text>
|
||||
<text class="times">{{item.createTime}}</text>
|
||||
<text>{{ item.title }}</text>
|
||||
<text class="times">{{ item.createTime }}</text>
|
||||
</view>
|
||||
<view class="">
|
||||
<text>{{item.content}}</text>
|
||||
<text>{{ item.content }}</text>
|
||||
</view>
|
||||
<!-- <view class="imgs-warp">
|
||||
<view class="imgss" v-for="(item,index) in item.images.split(',')" :key="index">
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
</view>
|
||||
|
||||
<view class="annniu" v-if="detailData.status&&detailData.status == 0" @click="hge = true">
|
||||
<view class="annniu" v-if="detailData.status&&detailData.status == 0&&workNodeStatus == 1" @click="hge = true;getProject()">
|
||||
<view class="">结束检测</view>
|
||||
</view>
|
||||
<view class="annniu"
|
||||
@ -117,11 +117,29 @@
|
||||
@cancel="cancel"></u-picker>
|
||||
<u-popup :show="hge" @close="closehge" :round="10" @open="openxl">
|
||||
<view class="popup-box">
|
||||
<view class="on-inputx">
|
||||
<text>说明:</text>
|
||||
<!-- <input type="text" placeholder="请输入内容"> -->
|
||||
</view>
|
||||
<u--textarea v-model="remark" placeholder="请输入内容" border="bottom"></u--textarea>
|
||||
<view class="on-inputx">
|
||||
<text>施工图片:</text>
|
||||
<!-- <input type="text" placeholder="请输入内容"> -->
|
||||
</view>
|
||||
<u-upload
|
||||
:fileList="fileList1"
|
||||
@afterRead="afterRead"
|
||||
@delete="deletePic"
|
||||
name="1"
|
||||
multiple
|
||||
:maxCount="10"
|
||||
></u-upload>
|
||||
|
||||
<view class="t-title">是否合格</view>
|
||||
<view class="on-inputx">
|
||||
<view class="anniu" :class="{'an':geindex == index}" v-for="(item,index) in sfou" :key="index"
|
||||
@click="Nnimamadewen(item.value,index)">
|
||||
<text>{{item.text}}</text>
|
||||
<text>{{ item.text }}</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
@ -129,21 +147,19 @@
|
||||
<view class="on-inputx" v-if="geindex == 1">
|
||||
<view class="anniu" :class="{'an':isRetrial == item.value}" v-for="(item,index) in cstb"
|
||||
:key="index" @click="shenmowanyi(item.value,index)">
|
||||
<text>{{item.text}}</text>
|
||||
<text>{{ item.text }}</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="on-inputx">
|
||||
<text>说明:</text>
|
||||
<!-- <input type="text" placeholder="请输入内容"> -->
|
||||
<view class="t-title" v-if="tbindex == 1 && isRetrial == 1 && isPass != '1'">选择重审后回到的节点</view>
|
||||
<view class="box_ on-inputx" v-if="tbindex == 1 && isRetrial == 1 && isPass != '1'">
|
||||
<view class="box_button " :class="{ 'box_button_x' :csId == item.id }"
|
||||
v-for="item in selectProject" @click="clickProject(item)">{{ item.projectName }}
|
||||
</view>
|
||||
</view>
|
||||
<u--textarea v-model="remark" placeholder="请输入内容" border="bottom"></u--textarea>
|
||||
<view class="bottomx" @click="submit()">
|
||||
<uni-icons type="compose" color="#0D2E8D" size="20"></uni-icons>
|
||||
<text>提交</text>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</u-popup>
|
||||
<u-popup :show="xling" @close="closexl" :round="10" @open="openxl">
|
||||
@ -152,7 +168,7 @@
|
||||
|
||||
<view class="on-inputx">
|
||||
<text>商品价格:</text>
|
||||
<text>{{detailData.goodsPrice/100}}元</text>
|
||||
<text>{{ detailData.goodsPrice / 100 }}元</text>
|
||||
</view>
|
||||
|
||||
<view class="on-inputx">
|
||||
@ -161,18 +177,24 @@
|
||||
</view>
|
||||
<view class="on-inputx">
|
||||
|
||||
<text><text style="color: red;font-weight: bold;text-align: center;">* </text>实付金额:</text>
|
||||
<text>
|
||||
<text style="color: red;font-weight: bold;text-align: center;">*</text>
|
||||
实付金额:
|
||||
</text>
|
||||
<input type="number" v-model="payMoney" placeholder="请输入实付金额">
|
||||
</view>
|
||||
<view class="on-inputx">
|
||||
<text><text style="color: red;font-weight: bold;text-align: center;">* </text>付款方式:</text>
|
||||
<text>
|
||||
<text style="color: red;font-weight: bold;text-align: center;">*</text>
|
||||
付款方式:
|
||||
</text>
|
||||
|
||||
</view>
|
||||
<view class="warp-box">
|
||||
|
||||
<view class="lan-box" :class=" {'lantong':payType == item.value } "
|
||||
v-for="(item,index) in shelist" :key="index" @click="xuanxiaolan(item)">
|
||||
{{item.label}}
|
||||
{{ item.label }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="on-inputx">
|
||||
@ -183,7 +205,8 @@
|
||||
<text>备注:</text>
|
||||
|
||||
</view>
|
||||
<u--textarea v-model="payRemark" placeholder="如果存在组合付款方式,请在备注中描述清楚" border="bottom"></u--textarea>
|
||||
<u--textarea v-model="payRemark" placeholder="如果存在组合付款方式,请在备注中描述清楚"
|
||||
border="bottom"></u--textarea>
|
||||
|
||||
|
||||
<view class="bottomx" @click="tiijiao()" style="margin-top: 10px;">
|
||||
@ -196,20 +219,22 @@
|
||||
keyName="label"></u-picker>
|
||||
|
||||
<uni-popup ref="alertDialog" type="dialog">
|
||||
<uni-popup-dialog cancelText="关闭" confirmText="确定" title="通知" content="您确定制证完成吗" @confirm="dialogConfirm"
|
||||
<uni-popup-dialog cancelText="关闭" confirmText="确定" title="通知" content="您确定制证完成吗"
|
||||
@confirm="dialogConfirm"
|
||||
@close="dialogClose"></uni-popup-dialog>
|
||||
</uni-popup>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import config from '@/config'
|
||||
import request from '../../utils/request';
|
||||
import upload from '@/utils/upload.js'
|
||||
export default {
|
||||
import config from '@/config'
|
||||
import request from '../../utils/request';
|
||||
import upload from '@/utils/upload.js'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
baseImageUrl:this.$baseImageUrl,
|
||||
baseImageUrl: this.$baseImageUrl,
|
||||
reduceMoney: null,
|
||||
payMoney: null,
|
||||
payType: '',
|
||||
@ -219,6 +244,7 @@
|
||||
bankList: [],
|
||||
bankShow: false,
|
||||
isRetrial: 1,
|
||||
tbindex: 1,
|
||||
isOnline: 1,
|
||||
hge: false,
|
||||
show: false,
|
||||
@ -227,10 +253,12 @@
|
||||
geindex: 0,
|
||||
detailData: {},
|
||||
inspectionInfoId: '',
|
||||
workNodeId:'',
|
||||
workNodeId: '',
|
||||
workNodeStatus: '',
|
||||
stepInfo: {
|
||||
isPass: "0"
|
||||
},
|
||||
selectProject: [],
|
||||
lei: '请选择车辆类型',
|
||||
columns: [],
|
||||
cph: '',
|
||||
@ -239,6 +267,7 @@
|
||||
shelist: [],
|
||||
isPass: "1",
|
||||
remark: '',
|
||||
csId:'',
|
||||
sfou: [{
|
||||
text: '合格',
|
||||
value: "1"
|
||||
@ -262,6 +291,7 @@
|
||||
onLoad(option) {
|
||||
this.inspectionInfoId = option.inspectionInfoId
|
||||
this.workNodeId = option.workNodeId
|
||||
this.workNodeStatus = option.workNodeStatus
|
||||
|
||||
},
|
||||
onShow() {
|
||||
@ -298,6 +328,20 @@
|
||||
this.$refs.alertDialog.close()
|
||||
console.log('点击关闭')
|
||||
},
|
||||
//查询重审可以选择的项目
|
||||
getProject() {
|
||||
request({
|
||||
url: '/system/info/getWeorkNodesById',
|
||||
method: 'get',
|
||||
params: {
|
||||
inspectionId: this.inspectionId
|
||||
}
|
||||
}).then(res=>{
|
||||
console.log('获取项目',res.data)
|
||||
this.selectProject = res.data
|
||||
console.log('项目', this.selectProject)
|
||||
})
|
||||
},
|
||||
jisuan() {
|
||||
if (this.reduceMoney > (this.detailData.goodsPrice / 100)) {
|
||||
this.reduceMoney = this.detailData.goodsPrice / 100
|
||||
@ -341,24 +385,35 @@
|
||||
});
|
||||
},
|
||||
async submit() {
|
||||
console.log('isPass',this.isPass);
|
||||
console.log('geindex',this.geindex)
|
||||
let status = 0
|
||||
if (this.isPass == '1') {
|
||||
console.log('这是提交')
|
||||
status = 3
|
||||
}else{
|
||||
if (this.geindex == 1) {
|
||||
} else if (this.tbindex == 1 && this.isRetrial == 1) {
|
||||
console.log('这是重审')
|
||||
if (this.csId == '' || this.csId == undefined){
|
||||
uni.showToast({
|
||||
title:'请选择要返回的节点',
|
||||
icon:'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
console.log('id', this.workNodeId)
|
||||
this.workNodeId = this.csId
|
||||
console.log('csId', this.csId)
|
||||
status = 2
|
||||
}else{
|
||||
} else if (this.tbindex == 0 && this.isRetrial == 0) {
|
||||
console.log('这是退办理')
|
||||
status = 1
|
||||
}
|
||||
}
|
||||
console.log('图片2', this.fileList2)
|
||||
let inspectionInfo = {
|
||||
inspectionInfoId: this.inspectionInfoId,
|
||||
isPass: this.isPass,
|
||||
id: this.workNodeId,
|
||||
selectType: status,
|
||||
remark: this.remark
|
||||
remark: this.remark,
|
||||
dealImages: this.fileList2.join(","),
|
||||
}
|
||||
let res = await request({
|
||||
// url: '/partnerOwn/partner/stopInspection',
|
||||
@ -370,7 +425,6 @@
|
||||
this.getindex()
|
||||
uni.showToast({
|
||||
title: "成功",
|
||||
|
||||
})
|
||||
uni.navigateBack();
|
||||
}
|
||||
@ -416,6 +470,10 @@
|
||||
})
|
||||
}
|
||||
},
|
||||
clickProject(data) {
|
||||
this.csId = data.id
|
||||
console.log('返回的节点id', data)
|
||||
},
|
||||
async getindex() {
|
||||
|
||||
let res = await request({
|
||||
@ -525,6 +583,7 @@
|
||||
}))
|
||||
fileListLen++
|
||||
}
|
||||
console.log('fileList', this[`fileList${event.name}`])
|
||||
},
|
||||
uploadFilePromise(url) {
|
||||
console.log(url);
|
||||
@ -533,8 +592,9 @@
|
||||
filePath: url,
|
||||
}).then((res) => {
|
||||
// this.newsCover = res.fileName
|
||||
this.fileList2.push(res.fileName)
|
||||
this.fileList2.push(res.data.url)
|
||||
console.log(res);
|
||||
return res.data.url
|
||||
})
|
||||
|
||||
},
|
||||
@ -542,21 +602,21 @@
|
||||
this[`fileList${event.name}`].splice(event.index, 1)
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
image {
|
||||
image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.lantong {
|
||||
.lantong {
|
||||
background-color: #0D2E8D !important;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.lan-box {
|
||||
.lan-box {
|
||||
font-size: 14px;
|
||||
margin: 5px 10px;
|
||||
padding: 5px;
|
||||
@ -564,25 +624,25 @@
|
||||
background-color: #F4F4F4;
|
||||
border-radius: 4px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.warp-box {
|
||||
.warp-box {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
.content {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #F4F4F4;
|
||||
}
|
||||
}
|
||||
|
||||
.top-heder {
|
||||
.top-heder {
|
||||
width: 100%;
|
||||
// height: 46px;
|
||||
background: white;
|
||||
@ -594,24 +654,24 @@
|
||||
padding-top: 45px;
|
||||
padding-bottom: 15px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.t-title {
|
||||
.t-title {
|
||||
font-size: 17px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
.t-left {
|
||||
.t-left {
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
.t-you {
|
||||
.t-you {
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
.x-box {
|
||||
.x-box {
|
||||
width: 95%;
|
||||
margin: 10px auto;
|
||||
background: #FFFFFF;
|
||||
@ -622,9 +682,9 @@
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bottomx {
|
||||
.bottomx {
|
||||
margin: 0 auto;
|
||||
width: 225px;
|
||||
height: 46px;
|
||||
@ -635,9 +695,9 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #0D2E8D;
|
||||
}
|
||||
}
|
||||
|
||||
.bottomxx {
|
||||
.bottomxx {
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 150px;
|
||||
@ -651,18 +711,18 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.touxiang {
|
||||
.touxiang {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
margin: 10px auto;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.sanniu {
|
||||
.sanniu {
|
||||
width: 105px;
|
||||
height: 35px;
|
||||
background: #0D2E8D;
|
||||
@ -675,9 +735,9 @@
|
||||
color: #FFFFFF;
|
||||
line-height: 15px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.xiamxia {
|
||||
.xiamxia {
|
||||
width: 30%;
|
||||
height: 30px;
|
||||
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
|
||||
@ -690,9 +750,9 @@
|
||||
color: #FFFFFF;
|
||||
line-height: 15px;
|
||||
margin: 15px auto;
|
||||
}
|
||||
}
|
||||
|
||||
.annniu {
|
||||
.annniu {
|
||||
width: 90%;
|
||||
height: 45px;
|
||||
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
|
||||
@ -705,9 +765,9 @@
|
||||
color: #FFFFFF;
|
||||
line-height: 15px;
|
||||
margin: 15px auto;
|
||||
}
|
||||
}
|
||||
|
||||
.banniu {
|
||||
.banniu {
|
||||
width: 20%;
|
||||
height: 30px;
|
||||
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
|
||||
@ -718,27 +778,28 @@
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
.box {}
|
||||
.box {
|
||||
}
|
||||
|
||||
.box-dis {
|
||||
.box-dis {
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
// border-bottom: 1px solid #EEEEEE;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.shop-img {
|
||||
.shop-img {
|
||||
width: 125px;
|
||||
height: 125px;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.dis-hui {
|
||||
.dis-hui {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -746,23 +807,23 @@
|
||||
font-weight: 400;
|
||||
color: #999999;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.times {
|
||||
.times {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: #999999;
|
||||
margin-left: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.h-title {
|
||||
.h-title {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.box-top {
|
||||
.box-top {
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #EEEEEE;
|
||||
@ -770,9 +831,9 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
||||
.t-input {
|
||||
.t-input {
|
||||
width: 90%;
|
||||
margin: 20px auto;
|
||||
border: 1px solid #0D2E8D;
|
||||
@ -780,61 +841,61 @@
|
||||
box-sizing: border-box;
|
||||
padding: 2px 5px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.on-input {
|
||||
.on-input {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 15px auto;
|
||||
}
|
||||
}
|
||||
|
||||
.on-inputx {
|
||||
.on-inputx {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
align-items: center;
|
||||
margin: 15px auto;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom-input {
|
||||
.bottom-input {
|
||||
border-top: 1px solid #F4F4F4;
|
||||
box-sizing: border-box;
|
||||
padding-top: 20px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.o-left {
|
||||
.o-left {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
|
||||
.o-right {
|
||||
.o-right {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
.o-zui {
|
||||
.o-zui {
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
.popup-box {
|
||||
.popup-box {
|
||||
overflow: hidden;
|
||||
border-radius: 8px;
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.sousuo {
|
||||
.sousuo {
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
margin-left: 0px;
|
||||
@ -851,24 +912,24 @@
|
||||
input {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-box {
|
||||
.list-box {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.list_scroll {
|
||||
.list_scroll {
|
||||
height: 100%; // 需设置高度
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.list-qiu {
|
||||
.list-qiu {
|
||||
width: 95%;
|
||||
border-bottom: 1px solid #EEEEEE;
|
||||
box-sizing: border-box;
|
||||
@ -876,16 +937,16 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.tel {
|
||||
.tel {
|
||||
margin-left: 5px;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
|
||||
.bd-tel {
|
||||
.bd-tel {
|
||||
width: 100%;
|
||||
border-top: 1px solid #EEEEEE;
|
||||
box-sizing: border-box;
|
||||
@ -895,17 +956,17 @@
|
||||
justify-content: center;
|
||||
color: #0D2E8D;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.imgs-warp {
|
||||
.imgs-warp {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.imgss {
|
||||
.imgss {
|
||||
width: 32%;
|
||||
height: 110px;
|
||||
overflow: hidden;
|
||||
@ -915,9 +976,9 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.anniu {
|
||||
.anniu {
|
||||
box-sizing: border-box;
|
||||
padding: 2px 10px;
|
||||
margin: 0px 10px;
|
||||
@ -929,9 +990,9 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
.an {
|
||||
.an {
|
||||
box-sizing: border-box;
|
||||
padding: 2px 10px;
|
||||
margin: 0px 10px;
|
||||
@ -943,5 +1004,36 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
.box_ {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.box_button {
|
||||
border-radius: 6px;
|
||||
border: 1px solid #999;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 14px;
|
||||
box-sizing: border-box;
|
||||
padding: 5px 10px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.box_button_x {
|
||||
border-radius: 6px;
|
||||
border: 1px solid #0D2E8D;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 14px;
|
||||
box-sizing: border-box;
|
||||
padding: 5px 10px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
background: #0D2E8D;
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
@ -26,7 +26,7 @@
|
||||
</view>
|
||||
<view class="m-box" v-for="(item,index) in infoDatas" :key="index">
|
||||
<view class="sshi" v-if="item.isPass == '0'">
|
||||
<image v-if="!item.isRetrial||item.isRetrial == 0" :src="imgurl + '/noPass.png'" mode=""></image>
|
||||
<image v-if="item.status == 1" :src="imgurl + '/noPass.png'" mode=""></image>
|
||||
<view v-else class="csz">
|
||||
<text>重审中</text>
|
||||
</view>
|
||||
|
@ -16,25 +16,25 @@
|
||||
可选检测项目:
|
||||
</view>
|
||||
<view class="box_">
|
||||
<view class="box_button " :class="{ 'box_button_x' :selectProject.indexOf(item)>-1 }" v-for="item in inpectionProjects" @click="clickProject(item)">{{item.projectName}}</view>
|
||||
<view class="box_button " :class="{ 'box_button_x' :selectProject.indexOf(item)>-1 }"
|
||||
v-for="item in inpectionProjects" @click="clickProject(item)">{{ item.projectName }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="title_">
|
||||
已选检测项目:
|
||||
</view>
|
||||
<u-steps activeColor="#0D2E8D" direction="column">
|
||||
<u-steps-item :iconSize="iconSize" v-for="item in selectProject" :title="item.projectName" >
|
||||
<u-steps-item :iconSize="iconSize" v-for="item in selectProject" :title="item.projectName">
|
||||
</u-steps-item>
|
||||
|
||||
</u-steps>
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
<view class="dlanniu" @click="sureChoose()" >
|
||||
<view class="dlanniu" @click="sureChoose()">
|
||||
<text>确定选择</text>
|
||||
</view>
|
||||
|
||||
@ -42,13 +42,14 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import request from '../../utils/request';
|
||||
export default {
|
||||
import request from '../../utils/request';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
iconSize:130,
|
||||
inpectionProjects:[],
|
||||
selectProject:[]
|
||||
iconSize: 130,
|
||||
inpectionProjects: [],
|
||||
selectProject: []
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
@ -56,61 +57,68 @@
|
||||
|
||||
},
|
||||
methods: {
|
||||
sureChoose(){
|
||||
if(this.selectProject.length == 0){
|
||||
sureChoose() {
|
||||
if (this.selectProject.length == 0) {
|
||||
uni.showToast({
|
||||
title:'请选择项目!',
|
||||
icon:'none'
|
||||
title: '请选择项目!',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
this.selectProject.map(item => {
|
||||
item.projectId = item.id
|
||||
item.id = undefined
|
||||
})
|
||||
uni.$emit('selectProject', this.selectProject);
|
||||
this.getback()
|
||||
},
|
||||
getback(){
|
||||
getback() {
|
||||
uni.navigateBack()
|
||||
},
|
||||
async getProjects(){
|
||||
async getProjects() {
|
||||
let res = await request({
|
||||
url:'/inspection/dl-inspection-project/page',
|
||||
url: '/inspection/dl-inspection-project/page',
|
||||
method: 'get',
|
||||
params:{
|
||||
pageNo:1,
|
||||
pageSize:100
|
||||
params: {
|
||||
pageNo: 1,
|
||||
pageSize: 100
|
||||
}
|
||||
|
||||
})
|
||||
this.inpectionProjects = res.data.records
|
||||
},
|
||||
clickProject(data){
|
||||
clickProject(data) {
|
||||
let idx = this.selectProject.indexOf(data)
|
||||
if(idx>-1){
|
||||
if (idx > -1) {
|
||||
// 如果元素存在于数组中,则使用splice方法来删除它
|
||||
this.selectProject.splice(idx, 1);
|
||||
}else{
|
||||
} else {
|
||||
this.selectProject.push(data)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.cont_box{
|
||||
.cont_box {
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
}
|
||||
.title_{
|
||||
}
|
||||
|
||||
.title_ {
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.box_{
|
||||
}
|
||||
|
||||
.box_ {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.box_button_x{
|
||||
}
|
||||
|
||||
.box_button_x {
|
||||
border-radius: 6px;
|
||||
border: 1px solid #0D2E8D;
|
||||
display: flex;
|
||||
@ -123,8 +131,9 @@
|
||||
margin-bottom: 5px;
|
||||
background: #0D2E8D;
|
||||
color: #fff;
|
||||
}
|
||||
.box_button{
|
||||
}
|
||||
|
||||
.box_button {
|
||||
border-radius: 6px;
|
||||
border: 1px solid #999;
|
||||
display: flex;
|
||||
@ -135,8 +144,9 @@
|
||||
padding: 5px 10px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.dlanniu{
|
||||
}
|
||||
|
||||
.dlanniu {
|
||||
width: 80%;
|
||||
height: 45px;
|
||||
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
|
||||
@ -146,18 +156,21 @@
|
||||
justify-content: center;
|
||||
margin: 20px auto;
|
||||
color: white;
|
||||
}
|
||||
.t-you{
|
||||
}
|
||||
|
||||
.t-you {
|
||||
height: 100%;
|
||||
width: 20%;
|
||||
}
|
||||
.content {
|
||||
}
|
||||
|
||||
.content {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: calc(100vh);
|
||||
background: white;
|
||||
}
|
||||
.top-heder{
|
||||
}
|
||||
|
||||
.top-heder {
|
||||
width: 100%;
|
||||
height: 46px;
|
||||
background: white;
|
||||
@ -166,13 +179,15 @@
|
||||
justify-content: space-between;
|
||||
box-sizing: border-box;
|
||||
padding: 5px 15px;
|
||||
}
|
||||
.t-title{
|
||||
}
|
||||
|
||||
.t-title {
|
||||
font-size: 17px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
.t-left{
|
||||
}
|
||||
|
||||
.t-left {
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -26,7 +26,7 @@
|
||||
</view>
|
||||
<view class="m-box" v-for="(item,index) in infoDatas" :key="index">
|
||||
<view class="sshi" v-if="item.isPass == '0'">
|
||||
<image v-if="!item.isRetrial||item.isRetrial == 0" :src="imgurl + '/noPass.png'" mode=""></image>
|
||||
<image v-if="item.status == 1" :src="imgurl + '/noPass.png'" mode=""></image>
|
||||
<view v-else class="">
|
||||
<text>重审中</text>
|
||||
</view>
|
||||
@ -67,8 +67,8 @@
|
||||
</view>
|
||||
<view class="bottom-di">
|
||||
<view class="button-container">
|
||||
<u-button class="button" v-if="item.workNodeStatus === '0'" @click="orderTaking(item)">同意</u-button>
|
||||
<u-button class="button" @click="godetails(item)">查看详情</u-button>
|
||||
<u-button class="button" v-if="item.workNodeStatus === '0'" @click="orderTaking(item)" size="10">同意</u-button>
|
||||
<u-button class="button" @click="godetails(item)" size="10">查看详情</u-button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -181,7 +181,7 @@ export default {
|
||||
godetails(item) {
|
||||
console.log("111");
|
||||
uni.navigateTo({
|
||||
url: "/pages/index/orderdetails?inspectionInfoId=" + item.id +"&workNodeId=" + item.workNodeId
|
||||
url: "/pages/index/orderdetails?inspectionInfoId=" + item.id +"&workNodeId=" + item.workNodeId + "&workNodeStatus=" + item.workNodeStatus
|
||||
})
|
||||
},
|
||||
orderTaking(data){
|
||||
@ -395,10 +395,13 @@ export default {
|
||||
}
|
||||
|
||||
.button {
|
||||
flex: 1;
|
||||
margin: 0 10px;
|
||||
flex: 0.5; /* 减小按钮的占比 */
|
||||
margin: 0 5px; /* 缩小两侧间距 */
|
||||
padding: 5px 10px; /* 缩小按钮内边距 */
|
||||
font-size: 0.9rem; /* 缩小字体 */
|
||||
}
|
||||
|
||||
|
||||
.ju {
|
||||
font-size: 24px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user