| | |
| | | plain |
| | | @click="ShowDetailDialog(scope, 'expert')" |
| | | >{{ |
| | | scope.row.unitname |
| | | experthear == "expert" |
| | | ? scope.row.unitname |
| | | : scope.row.beneficiaryname |
| | | }}</el-button |
| | |
| | | <el-col :span="24" v-if="experthear == 'expert'"> |
| | | <el-form-item label="单位名称" prop="unitno" label-width="120px"> |
| | | <el-select |
| | | v-model="funddetailForm.unitno" |
| | | v-model="funddetailForm.unitname" |
| | | placeholder="单位名称" |
| | | @change="bbaaccss" |
| | | clearable |
| | | filterable |
| | | allow-create |
| | |
| | | v-for="(spec, index) in unitList" |
| | | :key="index" |
| | | :label="spec.organizationname" |
| | | :value="spec.organizationid" |
| | | :value="spec.organizationname" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | } |
| | | } |
| | | |
| | | if (this.experthear == "unit") { |
| | | singleDetail.unitname = ""; |
| | | } |
| | | // if (this.experthear == "unit") { |
| | | // singleDetail.unitname = ""; |
| | | // } |
| | | singleDetail.unitname = this.funddetailForm.unitname; |
| | | console.log(this.funddetailForm); |
| | | this.rbDetails[tempIndex] = singleDetail; |
| | | this.showSelectionDialog = false; |