| | |
| | | border="none" |
| | | ></u--input> |
| | | </u-form-item> |
| | | |
| | | <u-form-item |
| | | label="道路运输证号" |
| | | prop="editUserInfo.freightLicense" |
| | | borderBottom |
| | | @click="showSex = true; hideKeyboard()" |
| | | ref="item1" |
| | | > |
| | | <u--input |
| | | v-model="editUserInfo.freightLicense" |
| | | placeholder="请输入道路运输证号" |
| | | border="none" |
| | | ></u--input> |
| | | </u-form-item> |
| | | |
| | | <view class="person-utils"> |
| | | <u-button text="提交" |
| | | @click="submitYUnshu" |
| | |
| | | phone: '', |
| | | name: '', |
| | | username: '', |
| | | freightLicense:'', |
| | | type: 3, |
| | | idCard: '', |
| | | carNo: '', |
| | |
| | | message: '请上传从业资格证照片', |
| | | trigger: ['blur', 'change'] |
| | | }, |
| | | freightLicense:{ |
| | | type: 'string', |
| | | required: true, |
| | | message: '请上传道路运输证号', |
| | | trigger: ['blur', 'change'] |
| | | } |
| | | }, |
| | | src: '', |
| | | fileList1: [], |
| | |
| | | placeholder="请输入内容" |
| | | clearable></u--input> |
| | | </u-form-item> |
| | | <u-form-item prop="password" |
| | | <u-form-item prop="password" |
| | | label="密码" |
| | | labelWidth="22%" |
| | | borderBottom |