|
@@ -9,7 +9,8 @@
|
|
|
</el-col>
|
|
|
<el-col :span="10">
|
|
|
<div class="screen">
|
|
|
- <el-input class='find' placeholder="可按司机姓名、账号、身份证号查找" @keyup.enter.native="find" v-model="searchkeyWord" clearable @change="find"></el-input>
|
|
|
+ <el-input class='find' placeholder="可按司机姓名、账号、身份证号查找" @keyup.enter.native="find" v-model="searchkeyWord"
|
|
|
+ clearable @change="find"></el-input>
|
|
|
<el-button class="search" @click="find"><img width="16" height="16" style="margin-left: -8px"
|
|
|
src="../../../public/img/sousuo.png" /></el-button><span
|
|
|
class="count_css">共{{ deptBudgetTotal }}条</span>
|
|
@@ -51,7 +52,8 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
- <el-table :data="tableData" style="width: 98%; margin: 0 auto; border-radius: 10px" height="55.8vh" border highlight-current-row>
|
|
|
+ <el-table :data="tableData" style="width: 98%; margin: 0 auto; border-radius: 10px" height="55.8vh" border
|
|
|
+ highlight-current-row>
|
|
|
<el-table-column prop="driverName" label="司机姓名" min-width="130"></el-table-column>
|
|
|
<el-table-column prop="driverPhone" label="账号" min-width="110"></el-table-column>
|
|
|
<el-table-column prop="numberCard" label="身份证号" min-width="165"></el-table-column>
|
|
@@ -94,7 +96,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="车辆">
|
|
|
<template slot-scope="scope">
|
|
|
- <span @click="carLook(scope.row)" class="btn_css">查看</span>
|
|
|
+ <span @click="carLook(scope.row)" class="btn_css"
|
|
|
+ v-hasPermission="`changyuntong.changyuntongquanxian.audit.chakan`">查看</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="payee" label="账户">
|
|
@@ -165,7 +168,8 @@
|
|
|
style="text-align: center; margin-top: 10px" :page-size="deptCircularPage.pageSize"
|
|
|
layout="total, sizes, prev, pager, next, jumper" :total="deptBudgetTotal">
|
|
|
</el-pagination>
|
|
|
- <el-dialog :close-on-click-modal='false' title="车辆信息" :visible.sync="carInfo" width="500px" :before-close="carClose">
|
|
|
+ <el-dialog :close-on-click-modal='false' title="车辆信息" :visible.sync="carInfo" width="500px"
|
|
|
+ :before-close="carClose">
|
|
|
<!-- <span v-if="carSee.length == 0">暂无车辆</span> -->
|
|
|
<span class="tips">注:车辆信息不在本页面审核,仅供查看</span>
|
|
|
<div class="car_css" v-for="(item, index) in carSee" :key="index">
|
|
@@ -185,7 +189,8 @@
|
|
|
<div class="carborder_css"></div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :close-on-click-modal='false' title="账户信息" :visible.sync="userInfo" width="500px" :before-close="userClose">
|
|
|
+ <el-dialog :close-on-click-modal='false' title="账户信息" :visible.sync="userInfo" width="500px"
|
|
|
+ :before-close="userClose">
|
|
|
<div class="user" v-for="(item, index) in paySee" :key="index">
|
|
|
<div class="name_css">{{ item.payeeName }}</div>
|
|
|
<div class="id_css">{{ item.bankCard }}</div>
|
|
@@ -196,7 +201,8 @@
|
|
|
<div v-if="paySee.length == 0">暂无账户信息</div>
|
|
|
</el-dialog>
|
|
|
<!-- 账单 -->
|
|
|
- <el-dialog :close-on-click-modal='false' title="账单" :visible.sync="billShow" width="500px" :before-close="billClose">
|
|
|
+ <el-dialog :close-on-click-modal='false' title="账单" :visible.sync="billShow" width="500px"
|
|
|
+ :before-close="billClose">
|
|
|
<div style="height: 450px" class="bill_css">
|
|
|
<div class="user" v-for="(item, index) in billInfo" :key="index">
|
|
|
<div class="flex">
|
|
@@ -211,7 +217,8 @@
|
|
|
<div v-show="billInfo.length == 0">暂无账单信息</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :close-on-click-modal='false' title="附件" :visible.sync="fujianInfo" width="830px" :before-close="fujianClose">
|
|
|
+ <el-dialog :close-on-click-modal='false' title="附件" :visible.sync="fujianInfo" width="830px"
|
|
|
+ :before-close="fujianClose">
|
|
|
<div class="file">
|
|
|
<div class="fujian_css">
|
|
|
<div class="fujian_item" :class="count == 1 ? 'file_btn' : ''" @click="btnChange(1)">
|
|
@@ -237,10 +244,12 @@
|
|
|
</div> -->
|
|
|
</div>
|
|
|
<div class="file_tips">
|
|
|
- <span v-if="count == 1">有效期:{{file.cardValidityDate}} </span><span v-if="count == 2"> 准驾车型:{{file.quasiDrivingVehicle}} </span> <span v-if="count == 2"> 发证机关:{{file.lssuingAuthority}} </span> <span v-if="count == 4"> 从业资格证号:{{file.qualificationCertificateNumber}}</span>
|
|
|
+ <span v-if="count == 1">有效期:{{file.cardValidityDate}} </span><span v-if="count == 2">
|
|
|
+ 准驾车型:{{file.quasiDrivingVehicle}} </span> <span v-if="count == 2"> 发证机关:{{file.lssuingAuthority}} </span>
|
|
|
+ <span v-if="count == 4"> 从业资格证号:{{file.qualificationCertificateNumber}}</span>
|
|
|
</div>
|
|
|
<div class="file_img">
|
|
|
- <img :src="img[index]" class="img_css" @click="enlarge(img[index])"/>
|
|
|
+ <img :src="img[index]" class="img_css" @click="enlarge(img[index])" />
|
|
|
</div>
|
|
|
<div class="btn">
|
|
|
<el-button style="margin-right: 120px" @click="index = 0"
|
|
@@ -250,7 +259,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :close-on-click-modal='false' title="驳回认证" :visible.sync="rejectInfo" width="400px" :before-close="rejectClose">
|
|
|
+ <el-dialog :close-on-click-modal='false' title="驳回认证" :visible.sync="rejectInfo" width="400px"
|
|
|
+ :before-close="rejectClose">
|
|
|
<div>
|
|
|
<div><span class="sign">*</span>选择驳回原因</div>
|
|
|
<div class="form_css">
|
|
@@ -274,7 +284,8 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- //消息 -->
|
|
|
- <el-dialog title="发送信息" :close-on-click-modal='false' :visible.sync="sendInfo" width="400px" :before-close="sendInfoClose">
|
|
|
+ <el-dialog title="发送信息" :close-on-click-modal='false' :visible.sync="sendInfo" width="400px"
|
|
|
+ :before-close="sendInfoClose">
|
|
|
<div class="Info_css">
|
|
|
<div class="Info_title">标题</div>
|
|
|
<div class="Info_item">
|
|
@@ -352,14 +363,14 @@
|
|
|
},
|
|
|
methods: {
|
|
|
closeImgViewer() {
|
|
|
- this.srcList = []
|
|
|
+ this.srcList = []
|
|
|
this.imgsVisible = false;
|
|
|
},
|
|
|
enlarge(url) {
|
|
|
this.imgsVisible = true;
|
|
|
this.srcList.push(url)
|
|
|
},
|
|
|
- editNumber(item) {
|
|
|
+ editNumber(item) {
|
|
|
// // item.iconShow = false
|
|
|
// this.$set(item,"iconShow",false)
|
|
|
for (let i = 0; i < this.tableData.length; i++) {
|
|
@@ -378,7 +389,7 @@
|
|
|
type: "warning",
|
|
|
}).then(() => {
|
|
|
this.listLoading = true;
|
|
|
- val.advancePayment = val.advancePayment/100
|
|
|
+ val.advancePayment = val.advancePayment / 100
|
|
|
editInfo(val)
|
|
|
.then((response) => {
|
|
|
if (response.code == 200) {
|
|
@@ -424,8 +435,8 @@
|
|
|
this.tableData = response.data.records;
|
|
|
for (let i = 0; i < this.tableData.length; i++) {
|
|
|
this.tableData[i].iconShow = true;
|
|
|
- if(this.tableData[i].advancePayment){
|
|
|
- this.tableData[i].advancePayment*=100
|
|
|
+ if (this.tableData[i].advancePayment) {
|
|
|
+ this.tableData[i].advancePayment *= 100
|
|
|
}
|
|
|
}
|
|
|
this.deptBudgetTotal = response.data.total;
|
|
@@ -739,7 +750,7 @@
|
|
|
background: #2f53eb;
|
|
|
border-radius: 0px 2px 2px 0px;
|
|
|
border: 1px solid #DCDFE6;
|
|
|
- margin-left:-1px;
|
|
|
+ margin-left: -1px;
|
|
|
}
|
|
|
|
|
|
.count_css {
|
|
@@ -937,9 +948,10 @@
|
|
|
background-color: #cfdbfe;
|
|
|
}
|
|
|
}
|
|
|
- .file_tips{
|
|
|
- margin: 10px auto;
|
|
|
- width: 50%;
|
|
|
+
|
|
|
+ .file_tips {
|
|
|
+ margin: 10px auto;
|
|
|
+ width: 50%;
|
|
|
}
|
|
|
|
|
|
.file_img {
|
|
@@ -974,9 +986,11 @@
|
|
|
::v-deep .input_css .el-input__inner {
|
|
|
height: 30px;
|
|
|
}
|
|
|
- .find::v-deep input.el-input__inner{
|
|
|
- border-radius:0;
|
|
|
+
|
|
|
+ .find::v-deep input.el-input__inner {
|
|
|
+ border-radius: 0;
|
|
|
}
|
|
|
+
|
|
|
// .tupian{
|
|
|
// width: 100%;
|
|
|
// height: 100%;
|