| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="9"> |
| | | <el-form-item label="日期"> |
| | | <el-form-item label="案例时间"> |
| | | <el-date-picker |
| | | style="width: 100%" |
| | | v-model="selecttime" |
| | |
| | | size="small" |
| | | > |
| | | <el-option |
| | | v-for="dict in dict.type.sys_DonationStatus" |
| | | v-for="dict in dict.type.sys_donornode" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | | <el-form-item label="是否终止"> |
| | | <el-select |
| | | v-model="queryParams.terminationCase" |
| | | placeholder="请选择状态" |
| | | > |
| | | <el-option |
| | | v-for="item in terminationCaselist" |
| | | :key="item.value" |
| | | :label="item.name" |
| | | :value="item.value" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="9"> |
| | | <el-form-item label="籍贯"> |
| | | <div> |
| | |
| | | </div> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="4"> |
| | | <el-form-item> |
| | | <el-button |
| | |
| | | prop="reportername" |
| | | width="100" |
| | | /> |
| | | <!-- |
| | | <!-- |
| | | <el-table-column |
| | | label="现所在地市" |
| | | align="center" |
| | |
| | | <dict-tag |
| | | :options="dict.type.sys_DonationStatus" |
| | | :value="scope.row.recordstate" |
| | | /> |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | --> |
| | |
| | | v-hasPermi="['project:donatebaseinfo:remove']" |
| | | >删除</el-button |
| | | > |
| | | <!-- |
| | | <!-- |
| | | <el-button v-if="scope.row.recordstate == 0 || scope.row.recordstate == 3" size="mini" type="text" |
| | | icon="el-icon-thumb" @click="handleapproval(scope.row)">提交</el-button> |
| | | icon="el-icon-thumb" @click="handleapproval(scope.row)">提交</el-button> |
| | | --> |
| | | <el-button |
| | | size="mini" |
| | |
| | | @click="handledownload(scope.row)" |
| | | >下载</el-button |
| | | > |
| | | <!-- |
| | | <!-- |
| | | <el-button size="mini" type="text" icon="el-icon-edit" @click="handletermination(scope.row)" |
| | | v-hasPermi="['project:donatebaseinfo:edit']">{{ scope.row.recordstate == 99 ? "恢复": "终止" }}</el-button> |
| | | v-hasPermi="['project:donatebaseinfo:edit']">{{ scope.row.recordstate == 99 ? "恢复": "终止" }}</el-button> |
| | | --> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | updateDonatebaseinfo, |
| | | exportDonatebaseinfo, |
| | | downloadbaseinfo, |
| | | getDonationNumber, |
| | | getdonatorno |
| | | // exportProvincemessage, |
| | | } from "@/api/project/donatebaseinfo"; |
| | | import Li_area_select from "@/components/Address"; |
| | | import OrgSelecter from "@/views/project/components/orgselect"; |
| | |
| | | shi: "", |
| | | qu: "" |
| | | }, |
| | | terminationCaselist: [ |
| | | { name: "终止状态", value: 1 }, |
| | | { name: "正常状态", value: 0 } |
| | | ], |
| | | // 遮罩层 |
| | | loading: true, |
| | | // 导出遮罩层 |
| | |
| | | if (this.$route.params.reporterno != "") { |
| | | this.reporterno = this.$route.params.reporterno; |
| | | } |
| | | this.queryParams.terminationcase = this.$route.params.terminationcase; |
| | | |
| | | if ( |
| | | this.$route.params.tempRecordState != "" && |
| | | this.$route.params.tempRecordState != undefined |
| | |
| | | } |
| | | |
| | | this.getTimeList(); |
| | | |
| | | |
| | | this.getList(); |
| | | }, |
| | | |
| | |
| | | const id = row.id || this.ids; |
| | | getDonatebaseinfo(id).then(response => { |
| | | this.form = response.data; |
| | | |
| | | this.form.diseasetype = this.form.diseasetype.split(","); |
| | | this.form.infectious = this.form.infectious.split(","); |
| | | this.form.selfwill = this.form.selfwill.split(","); |