| | |
| | | <el-form-item label="身份证号" required> |
| | | <el-input v-model="item.idCard" maxlength="18" placeholder="请输入"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="派遣单位" v-if="!companyId"> |
| | | <el-form-item label="派遣单位" v-if="hasDispatchUnit !== 1"> |
| | | <el-select v-model="item.duId" @change="selectChange(index)" placeholder="请选择" clearable> |
| | | <el-option |
| | | v-for="item in dispatching" |
| | |
| | | dispatching: [], |
| | | solutionId: null, |
| | | companyId: null, |
| | | hasDispatchUnit: null, |
| | | list: [ |
| | | { |
| | | memberName: '', |
| | |
| | | this.tempIndex = tempIndex |
| | | this.solutionId = obj.solutionId |
| | | this.companyId = obj.companyId |
| | | this.hasDispatchUnit = obj.hasDispatchUnit |
| | | this.dispatching = [] |
| | | this.list = [ |
| | | { |
| | |
| | | ] |
| | | this.arr = obj.arr |
| | | this.price = obj.price |
| | | if (!obj.companyId) { |
| | | if (obj.hasDispatchUnit === 1) { |
| | | this.getFindListByDTO() |
| | | } else { |
| | | worktype({ id: obj.solutionId, queryType: 0 }) |