| | |
| | | </view> |
| | | </scroll-view> |
| | | </u-form-item> |
| | | <u-form-item |
| | | <!-- <u-form-item |
| | | label="身份证号:" |
| | | prop="idcardNo" |
| | | borderBottom |
| | |
| | | required |
| | | > |
| | | <u--input v-model="model.oldWorkTypeName" disabled disabledColor="#ffffff" placeholder="请选择" border="none"></u--input> |
| | | </u-form-item> |
| | | </u-form-item> --> |
| | | <u-form-item |
| | | label="更换后派遣单位:" |
| | | prop="duName" |
| | |
| | | > |
| | | <u--input v-model="model.workTypeName" disabled disabledColor="#ffffff" placeholder="请选择" border="none"></u--input> |
| | | <u-icon slot="right" name="arrow-right"></u-icon> |
| | | </u-form-item> |
| | | <u-form-item |
| | | label="备注:" |
| | | prop="remark" |
| | | borderBottom |
| | | required |
| | | > |
| | | <u--input v-model="model.remark" maxlength="18" border="none" placeholder="请输入"></u--input> |
| | | </u-form-item> |
| | | </u--form> |
| | | </view> |
| | |
| | | model: { |
| | | memberName: '', |
| | | memberId: '', |
| | | remark:'', |
| | | idcardNo: '', |
| | | oldDuName: '', |
| | | oldDuId: '', |
| | |
| | | this.model.memberId = item.id |
| | | this.model.idcardNo = item.idcardNo |
| | | this.model.oldDuName = item.duName |
| | | this.model.remark = item.remark |
| | | this.model.oldDuId = item.duId |
| | | this.model.oldWorkTypeName = item.workTypeName |
| | | this.model.oldWorktypeId = item.worktypeId |
| | |
| | | }, |
| | | // 搜索 |
| | | changeSearch(name) { |
| | | if (!name) { |
| | | this.user = [] |
| | | return |
| | | } |
| | | this.$u.api.memberFindListByDTO({ |
| | | name, |
| | | insuranceApplyId: this.insuranceApplyId, |
| | | validTime: this.validTime |
| | | }).then(res => { |
| | | if (res.code === 200) { |
| | | this.user = res.data |
| | | if (res.data.length > 0) { |
| | | this.user = res.data |
| | | } else { |
| | | uni.showToast({ title: '未找到该人员', icon: 'none' }) |
| | | } |
| | | } |
| | | }) |
| | | }, |
| | |
| | | this.model.duName = e.value[0].label |
| | | this.duSolutionId = e.value[0].duSolutionId |
| | | this.model.worktypeId = '' |
| | | this.model.remark='' |
| | | this.model.workTypeName = '' |
| | | this.getGZ() |
| | | this.show = false |
| | |
| | | this.show1 = false |
| | | }, |
| | | submit() { |
| | | if (!this.model.memberId) return uni.showToast({ |
| | | title: '请选择人员', |
| | | icon: 'none' |
| | | }) |
| | | this.$refs.uForm.validate().then(res => { |
| | | uni.$emit('data', this.model) |
| | | uni.navigateBack({ delta: 1 }); |
| | |
| | | box-sizing: border-box; |
| | | .box_list { |
| | | width: 100%; |
| | | height: calc(100vh - 158rpx - env(safe-area-inset-bottom)); |
| | | height: auto; |
| | | // height: calc(100vh - 158rpx - env(safe-area-inset-bottom)); |
| | | background: #FFFFFF; |
| | | border-radius: 16rpx; |
| | | padding: 32rpx 30rpx; |