yangan
2024-12-25 cf49c6a6c83562639d80b42a8b3474a6b0021cf6
pages/driver-page/drvier-my/drvier-my.vue
@@ -13,7 +13,12 @@
                     @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"
@@ -28,6 +33,7 @@
      <view class="car-type">
         <text>{{userInfo.countryNumberCar===1?'国五车辆':'国六车辆'}}</text>
      </view>
      <view class="information-block">
         <view class="personal-information">
            <view class="personal-information-block">
@@ -422,6 +428,51 @@
            </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"
@@ -448,6 +499,12 @@
         return {
            // 获取的司机详情
            userInfo: {},
            model1:{
               name:"",
                sex:'',
            },
            shezhishow:false,
            // 修改司机详情
            editUserInfo: {
               phone: '',
@@ -861,6 +918,21 @@
         },
         selectedPrintStyleHandle(val) {
            this.selectedPrintStyle = val
         },
         shezhiYunshu(){
            console.log('设置设置');
            this.shezhishow = true;
         },
         shezhiclose(){
            this.shezhishow = false;
         },
         shezhiopen(){
         },
         submitYUnshu(){
         }
      }
   };
@@ -931,6 +1003,12 @@
               top: vww(4);
            }
         }
         .yunShu-button{
            width: 300rpx;
            position: relative;
               left: 56%;
               top: vww(4);
         }
      }
      .process-state {
@@ -950,7 +1028,7 @@
      .car-type {
         position: fixed;
         top: 284rpx;
         top: 374rpx;
         right: 70rpx;
         width: 100%;
         height: 50rpx;
@@ -967,7 +1045,7 @@
            display: flex;
            justify-content: center;
            position: relative;
            top: vww(-30);
            top: vww(-10);
            &-block {
               width: 690rpx;