| | |
| | | </el-switch> |
| | | <span style="margin-left: 20px; color: #999999;">开启双重认证后,钥匙领取时先校验验证人身份,再校验司机身份</span> |
| | | </div> |
| | | <div style="width: 100%; display: flex; align-items: center;"> |
| | | <el-switch |
| | | v-model="form.returnDoubleAuth" |
| | | active-color="#13ce66" |
| | | inactive-color="#ff4949" |
| | | :active-value="1" |
| | | :inactive-value="0"> |
| | | </el-switch> |
| | | <span style="margin-left: 20px; color: #999999;">开启双重认证后,钥匙归还时先校验验证人身份,再校验司机身份</span> |
| | | </div> |
| | | </el-form-item> |
| | | <el-form-item label="验证人" prop="authMemberIdList"> |
| | | <el-select v-model="form.authMemberIdList" filterable multiple placeholder="请选择验证人"> |
| | |
| | | location: '', |
| | | useTime: '', |
| | | doubleAuth: 0, |
| | | returnDoubleAuth: 0, |
| | | authMemberIdList: '', |
| | | rowNum: '', |
| | | columnNum: '', |
| | |
| | | managerIdList: '', |
| | | useTime: '', |
| | | doubleAuth: 0, |
| | | returnDoubleAuth: 0, |
| | | authMemberIdList: '', |
| | | rowNum: '', |
| | | columnNum: '', |
| | |
| | | noPrefix: '', |
| | | noLength: '', |
| | | noIndex: '', |
| | | sortType: 0 |
| | | sortType: 0, |
| | | alcoholStatus: 0 |
| | | } |
| | | this.$refs.form.resetFields() |
| | | this.form[this.configData['field.id']] = null |