| | |
| | | /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="内审员证书:" prop="certifity"> |
| | | <el-form-item label="内审员证书:" prop="paperStudentId"> |
| | | <el-select |
| | | clearable |
| | | v-model="state.form.certifity" |
| | | v-model="state.form.paperStudentId" |
| | | :disabled="state.title =='查看'" |
| | | filterable |
| | | style="width: 100%" |
| | | > |
| | | <el-option |
| | | v-for="item in state.certList" |
| | | :key="item.number" |
| | | :key="item.paperStudentId" |
| | | :label="item.certName" |
| | | :value="item.number" |
| | | :value="item.paperStudentId" |
| | | /> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | id: null, |
| | | personId: null, |
| | | companyId: null, |
| | | certifity: '', |
| | | paperStudentId: '', |
| | | amount: '', |
| | | conclusion: '' |
| | | |
| | |
| | | } |
| | | const selectValueCom = (val) => { |
| | | state.form.personId = null |
| | | state.form.certifity = '' |
| | | state.form.paperStudentId = '' |
| | | getPeopleList() |
| | | } |
| | | |
| | |
| | | id: null, |
| | | personId: null, |
| | | companyId: null, |
| | | certifity: '', |
| | | paperStudentId: '', |
| | | amount: '', |
| | | conclusion: '' |
| | | } |
| | |
| | | dialogVisible.value = false; |
| | | } |
| | | const changePerson = () =>{ |
| | | state.form.certifity = '' |
| | | state.form.paperStudentId = '' |
| | | getCertList() |
| | | } |
| | | |