123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- <template>
- <view class='content'>
- <!-- <view @click='goDetailPage("/pages/mine/cargoowner/editpersonalinformation")'
- :class="[statustext == '审核中'?'identity2':'identity']" class=' flex items-center'>
- <view style='width:100%;' class='flex items-center content1'>
- <u--image style='margin-right:5px;' class='image' :showLoading="true"
- :src="status?'../../../static/mine/huozhurenzheng/shenfen2.png':'../../../static/mine/huozhurenzheng/shenfen.png'"
- width="32px" height="32px"></u--image>
- <view style='width:100%;'>
- <view v-if='!datastatus' style='font-size:21px;'>身份信息</view>
- <view v-else style='font-size:21px;'>{{personage.name}}</view>
- <view v-if='!datastatus' class='flex flex-space-between'
- style='width:100%;color:#999999;font-size:14px;'>您还未认证身份信息<u-icon name="arrow-right"
- color="#7E7E7E" size="10"></u-icon>
- </view>
- <view v-else class='flex flex-space-between' style='width:100%;color:#999999;font-size:14px;'>
- {{phone}}
- <u-icon name="arrow-right" color="#7E7E7E" size="10"></u-icon>
- </view>
- </view>
- </view>
- </view> -->
- <!-- @click='goDetailPage("/pages/mine/cargoowner/editpersonalinformation")' -->
- <view class='flex items-center identity' @click='toEditPage()'>
- <view style='width:100%;' class='flex items-center content1'>
- <u--image style='margin-right:5px;' class='image' :showLoading="true"
- :src="personage.authenticationStatus=='已认证'?'../../../static/mine/huozhurenzheng/shenfen2.png':'../../../static/mine/huozhurenzheng/shenfen.png'"
- width="32px" height="32px"></u--image>
- <view style='width:100%;'>
- <view v-if='!personage' style='font-size:21px;'>身份信息</view>
- <view v-else style='font-size:21px;'>{{personage.name}}</view>
- <view v-if="personage.authenticationStatus!='已认证'" class='flex flex-space-between'
- style='width:100%;color:#999999;font-size:14px;'>您的身份信息{{personage.authenticationStatus?personage.authenticationStatus:'未认证'}}
- <u-icon name="arrow-right" color="#7E7E7E" size="10" v-if="datastatus"></u-icon>
- </view>
- <view v-else class='flex flex-space-between' style='width:100%;color:#999999;font-size:14px;'>
- {{starUserphone}}
- <u-icon name="arrow-right" color="#7E7E7E" size="10"></u-icon>
- </view>
- </view>
- </view>
- </view>
- <view>
- <view class="content2-title">所属企业 <text style="color: #999999;margin-left: 20rpx;">({{enterprise.length}})</text>
- <!-- <text style='color:#999;'>({{enterprise.length}})</text> -->
- </view>
- <view v-if='enterprise.length>0'>
- <view v-for='item in enterprise' class='wrap'>
- <view class='flex flex-space-between'>
- <view>{{item.company}}</view>
- <view v-if='item.status=="企业已驳回"' class='status wtg-color'>{{item.status}}</view>
- <view v-if='item.status=="企业审核中"' class='status number-color'>{{item.status}}</view>
- <view v-if='item.status=="平台审核中"' class='status number-color'>{{item.status}}</view>
- <view v-if='item.status=="平台已驳回"' class='status wtg-color'>{{item.status}}</view>
- <view v-if='item.status=="已认证"' class='status ytg-color'>{{item.status}}</view>
- <view v-if='item.status=="授权已过期"' class='status shz-color'>{{item.status}}</view>
- <view v-if='item.status=="企业暂不可用"' class='status wtg-color'>{{item.status}}</view>
- <view v-if='item.status=="企业不存在"' class='status shz-color'>{{item.status}}</view>
- <view v-if='item.status=="授权已撤销"' class='status shz-color'>{{item.status}}</view>
- </view>
- <view class="row2">
- {{item.advanceFreightService==1?'可垫付运费':'不可垫付运费'}}
- </view>
- <view class="row3">
- <view class="right">
- <!-- v-if='item.status!="平台审核中"&&item.status!="企业审核中"&&item.status!="企业暂不可用"&&item.status!="企业不存在"&&item.status!="授权已撤销"' -->
- <image v-if='item.status!="企业审核中"&&item.status!="平台审核中"' @click='edit(item)'
- style='width:17px;height:17px;margin:0 10px;' src="@/static/mine/company/edit.png">
- </image>
- <image @click='delbtnBClick(item)' style='width:17px;height:17px;margin:0 10px;'
- src="@/static/mine/company/del.png"></image>
- </view>
- </view>
- </view>
- </view>
- <view v-else style='text-align:center;margin-top: 80px;'>
- <image class='image weibangding' :showLoading="true"
- src="../../../static/mine/huozhurenzheng/weibangding.png"></image>
- <view style='font-size:12px;color:#999;'>您还未认证企业信息</view>
- </view>
- <view class='footer'>
- <view @click='goDetailPage("/pages/mine/cargoowner/addEnerprise",1)' class='newlyIncreased' v-if='datastatus'>新增代理公司</view>
- <view @click='goDetailPage("/pages/mine/cargoowner/editpersonalinformation")' class='newlyIncreased' v-if="!datastatus">去认证</view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import {
- mapState
- } from 'vuex';
- export default {
- data() {
- return {
- personage: {},
- phone: '',
- status: false,
- datastatus: false,
- statustext: '未认证',
- enterprise: [],
- isFirst:false
- }
- },
- onLoad() {
-
- },
- onShow() {
- var _this = this;
- if (!this.hasLogin) {
- uni.$u.route('/pages/public/login');
- }
- this.getList()
- },
- computed: {
- ...mapState(['hasLogin', 'userInfo', "firstAuthentication"]),
- // 手机号中间4位加*
- starUserphone() {
- let reg = /^(\d{3})\d{4}(\d{4})$/;
- if (this.phone) {
- return this.phone.replace(reg, "$1****$2");
- }
- }
- },
- methods: {
- toEditPage(){
- if(this.personage&&this.personage.authenticationStatus=='已认证'){
- uni.$u.route("/pages/mine/cargoowner/editpersonalinformation",this.personage);
- }else if(this.personage&&this.personage.authenticationStatus=='审核中'){
- uni.showToast({
- title: '信息审核中',
- icon: 'none',
- duration: 2000
- })
- }else{
- uni.$u.route("/pages/mine/cargoowner/editpersonalinformation",this.personage);
- }
- },
- edit(val){
- uni.$u.route('/pages/mine/cargoowner/editEnerprise', val);
- },
- delbtnBClick(val) {
- uni.$u.throttle(this.del(val), 500)
- },
- del(val){
-
- uni.showLoading({
- mask:true,
- title:'加载中...'
- })
- var that=this
- this.$request.baseRequest('post', '/cargoOwnerCompInfo/api/deleteCargoOwnerComp',{id:val.id} ).then(res => {
- uni.hideLoading()
- that.getList()
- })
- .catch(res => {
- uni.hideLoading()
- uni.showToast({
- title: res.message,
- icon: 'none',
- duration: 2000
- })
- });
- },
- goDetailPage(src, status) {
- if (status) {
- uni.setStorageSync('cargoOwnerId', this.personage.id)
- }
- uni.$u.route(src);
- },
- getList() {
- uni.showLoading({
- title: '加载中',
- mask: true
- })
- this.$request.baseRequest('get', '/cargoOwnerInfo/selectCargoOwner', {
- commonId: this.userInfo.id
- }).then(res => {
- uni.hideLoading()
- if (res.data) {
- this.datastatus = true
- this.personage = res.data
- if (res.data.hyCargoOwnerCompInfoList) {
- this.enterprise = res.data.hyCargoOwnerCompInfoList
-
- }else{
- this.enterprise =[]
- }
- if (this.personage) {
- // this.statustext = this.personage.authenticationStatus
- // if (this.personage.authenticationStatus == '审核中' || this.personage
- // .authenticationStatus == '已驳回') {
- // this.status = false
- // } else {
- // this.status = true
- // }
- this.phone = this.personage.phone
- // this.phone = this.personage.phone.replace(this.personage.phone.substring(3, 7), "****")
- }
- } else {
- this.datastatus = false
- }
- })
- .catch(res => {
- uni.hideLoading()
- uni.showToast({
- title: res.message,
- icon: 'none',
- duration: 2000
- })
- });
- // uni.showLoading({
- // title: '加载中',
- // mask: true
- // })
- // this.$request.baseRequest('get', '/cargoOwnerCompInfo/api/addCargoOwnerComp',{commonId:this.userInfo.id} ).then(res => {
- // uni.hideLoading()
- // if(res.data){
- // this.enterprise=res.data
- // }
- // })
- // .catch(res => {
- // uni.hideLoading()
- // uni.showToast({
- // title: res.message,
- // icon: 'none',
- // duration: 2000
- // })
- // });
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- .content {
- // height:100vh;
- min-height: 70vh;
- padding-bottom: 320rpx;
- }
- .identity {
- background: linear-gradient(150deg, #FFFFFF 0%, #F8FCFF 100%);
- box-shadow: 9rpx 10rpx 17rpx 0px rgba(53, 105, 255, 0.06), inset 2rpx 4rpx 0px 0px rgba(255, 255, 255, 0.5);
- padding: 60rpx;
- display: flex;
- align-items: center;
- margin: 20rpx;
- border-radius: 20rpx;
- }
- .content1 {
- display: flex;
- align-items: center;
- }
- .content2-title {
- margin: 20rpx;
- }
- .weibangding {
- width: 141px;
- height: 141px;
- }
- .footer {
- position: fixed;
- background: #fff;
- width: 100%;
- bottom: 0;
- left: 0;
- padding: 15px 15px 40px;
- box-sizing: border-box;
- }
- .newlyIncreased {
- width: 100%;
- margin: 0 auto;
- text-align: center;
- height: 50px;
- line-height: 48px;
- color: #fff;
- background: url(../../../static/mine/huozhurenzheng/Mask@3x.png) no-repeat;
- background-size: 100%;
- }
- .wrap {
- background: #fff;
- border-radius: 10rpx;
- padding: 24rpx;
- box-sizing: border-box;
- margin: 20rpx;
- .row2{
- margin: 20rpx 0;
- color: #AFB3BF;
- }
- .row3 {
- display: flex;
- justify-content: flex-end;
- margin-top: 20rpx;
- }
- }
- .status {
- font-size: 26rpx;
- padding: 5rpx 18rpx;
- border-radius: 20rpx;
- }
- .status.passed {
- background: #25E491;
- }
- .status.aduit {
- background: #FE8031;
- }
- .status.reject {
- background: #FC5A51;
- }
- .content {
- margin-bottom: 200rpx;
- }
- </style>
|