| | |
| | | @click="editBtnClick" |
| | | shape="circle" |
| | | plain>编辑个人资料</u-button></view> |
| | | |
| | | </view> |
| | | <view class="yunShu-button"><u-button type="primary" |
| | | @click="shezhiYunshu" |
| | | shape="circle" |
| | | plain>设置所属运输单位</u-button></view> |
| | | </view> |
| | | </view> |
| | | <view class="process-state" |
| | |
| | | <view class="car-type"> |
| | | <text>{{userInfo.countryNumberCar===1?'国五车辆':'国六车辆'}}</text> |
| | | </view> |
| | | |
| | | <view class="information-block"> |
| | | <view class="personal-information"> |
| | | <view class="personal-information-block"> |
| | |
| | | </view> |
| | | </u-popup> |
| | | </view> |
| | | <!-- 点击设置运输单位 --> |
| | | <u-popup :show="shezhishow" @close="shezhiclose" @open="shezhiopen"> |
| | | <combined-title title="设置运输单位" |
| | | style="margin-left:20rpx"></combined-title> |
| | | <view style="padding: 10rpx;"> |
| | | <u--form |
| | | labelPosition="top" |
| | | :model="model1" |
| | | :rules="rules" |
| | | :labelWidth="300" |
| | | ref="uForm" |
| | | > |
| | | <u-form-item |
| | | label="所属运输单位名称" |
| | | prop="model1.name" |
| | | borderBottom |
| | | ref="item1" |
| | | > |
| | | <u--input |
| | | placeholder="请输入所属运输单位名称" |
| | | v-model="model1.name" |
| | | border="none" |
| | | ></u--input> |
| | | </u-form-item> |
| | | <u-form-item |
| | | label="从业资格证号" |
| | | prop="model1.sex" |
| | | borderBottom |
| | | @click="showSex = true; hideKeyboard()" |
| | | ref="item1" |
| | | > |
| | | <u--input |
| | | v-model="model1.sex" |
| | | placeholder="请输入从业资格证号" |
| | | border="none" |
| | | ></u--input> |
| | | </u-form-item> |
| | | <view class="person-utils"> |
| | | <u-button text="提交" |
| | | @click="submitYUnshu" |
| | | type="primary"></u-button> |
| | | </view> |
| | | </u--form> |
| | | </view> |
| | | </u-popup> |
| | | <view class="logoutModel"> |
| | | <u-modal :show="logoutShow" |
| | | :title="logoutTitle" |
| | |
| | | return { |
| | | // 获取的司机详情 |
| | | userInfo: {}, |
| | | model1:{ |
| | | name:"", |
| | | sex:'', |
| | | |
| | | }, |
| | | shezhishow:false, |
| | | // 修改司机详情 |
| | | editUserInfo: { |
| | | phone: '', |
| | |
| | | }, |
| | | selectedPrintStyleHandle(val) { |
| | | this.selectedPrintStyle = val |
| | | }, |
| | | shezhiYunshu(){ |
| | | console.log('设置设置'); |
| | | this.shezhishow = true; |
| | | |
| | | }, |
| | | shezhiclose(){ |
| | | this.shezhishow = false; |
| | | }, |
| | | shezhiopen(){ |
| | | |
| | | }, |
| | | submitYUnshu(){ |
| | | |
| | | |
| | | } |
| | | } |
| | | }; |
| | |
| | | top: vww(4); |
| | | } |
| | | } |
| | | .yunShu-button{ |
| | | width: 300rpx; |
| | | position: relative; |
| | | left: 56%; |
| | | top: vww(4); |
| | | } |
| | | } |
| | | |
| | | .process-state { |
| | |
| | | |
| | | .car-type { |
| | | position: fixed; |
| | | top: 284rpx; |
| | | top: 374rpx; |
| | | right: 70rpx; |
| | | width: 100%; |
| | | height: 50rpx; |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | position: relative; |
| | | top: vww(-30); |
| | | top: vww(-10); |
| | | |
| | | &-block { |
| | | width: 690rpx; |