| | |
| | | </div> |
| | | |
| | | <!-- 添加或修改advice对话框 --> |
| | | <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body> |
| | | <el-dialog :title="title" :visible.sync="open" width="1000px" append-to-body> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="80px"> |
| | | <el-form-item label="检查项目" prop="proName"> |
| | | <el-select |
| | | v-model="form.proId" |
| | | placeholder="请输入项目名称" |
| | | filterable |
| | | style="width: 240px" |
| | | clearable |
| | | > |
| | | <el-option |
| | | v-for="(dict,index) in projectList" |
| | | :key="index" |
| | | :label="dict.proName" |
| | | :value="dict.proId" |
| | | /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="选择科室"> |
| | | <el-select |
| | | v-model="form.proId" |
| | | placeholder="请选择科室" |
| | | filterable |
| | | style="width: 240px" |
| | | clearable |
| | |
| | | handleUpdate(row) { |
| | | this.reset(); |
| | | const id = row.id || this.ids; |
| | | this.kjbq = [] |
| | | getAdvice(id).then((response) => { |
| | | this.form = response.data; |
| | | if(response.data.kjbqz != null){ |