| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="检查时间" align="center" prop="bcupdateTime" width="160" /> |
| | | <el-table-column label="操作" align="center" width="130px"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="primary" size="mini" @click="huifu" v-if="scope.row.type == '2'">恢复</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | </template> |
| | |
| | | import { getCompany, queryCompany } from "@/api/team/tuanti"; |
| | | import { reportHistory, yichang, shanchu } from "@/api/doctor/check"; |
| | | import { getPdf, revoke } from "@/api/hosp/order"; |
| | | import { cSWebGetPro } from "@/api/doctor/examination"; |
| | | import { cSWebGetPro,huifu,} from "@/api/doctor/examination"; |
| | | import ViewPdf from "@/components/ViewPdf"; |
| | | import Historicalreport from "@/components/Historicalreport"; |
| | | import { getDicts } from "@/api/system/dict/data"; |
| | |
| | | }); |
| | | }, |
| | | |
| | | huifu(row){ |
| | | const tjNUm = this.tjNumber; |
| | | const proId = row.proId; |
| | | huifu(tjNUm, proId).then((res) => { |
| | | if (res.code == 200) { |
| | | this.xiangmuqingkuang() |
| | | } |
| | | }); |
| | | }, |
| | | |
| | | resetQuery() { |
| | | this.startTime = []; |
| | | this.queryParams = { |
| | |
| | | this.handleClick(val); |
| | | } |
| | | }, |
| | | qingkong() { |
| | | qingkong() { |
| | | this.tableAll = {} |
| | | this.changedate = [] |
| | | this.yichangList = [] |
| | | this.statusList = [] |
| | | this.xmChange = [] |
| | | this.fcList =[] |
| | | this.formobj ={} |
| | | this.fcList = [] |
| | | this.formobj = {} |
| | | }, |
| | | |
| | | handleClick(row) { |
| | |
| | | this.isLoading = true |
| | | this.drawer = true; |
| | | getupdateCheckType(this.tjNumber).then((response) => { |
| | | this.isLoading = false |
| | | this.isLoading = false |
| | | this.changedate = response.data; |
| | | if (this.changedate) { |
| | | this.changedate.forEach((item) => { |
| | |
| | | this.isLoading = true |
| | | this.drawer = true; |
| | | getupdateCheckType(this.tjNumber).then((response) => { |
| | | this.isLoading = false |
| | | this.isLoading = false |
| | | this.changedate = response.data; |
| | | if (this.changedate) { |
| | | for (let i = 0; i < this.changedate.length; i++) { |
| | |
| | | showSearch: true, |
| | | // 总条数 |
| | | total: 0, |
| | | proId:"", |
| | | // 病种+意见表格数据 |
| | | ruleAdviceList: [], |
| | | rulesList: [], |
| | |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | getsList() { |
| | | this.loading = true; |
| | | let date = { |
| | | proId: this.proId, |
| | | }; |
| | | getByProId(date).then((response) => { |
| | | response.rows.forEach((item, index) => { |
| | | item.newID = |
| | | (this.queryParams.pageNum - 1) * this.queryParams.pageSize + |
| | | index + |
| | | 1; |
| | | }); |
| | | this.ruleAdviceList = response.rows; |
| | | this.total = response.total; |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | // 节点单击事件 |
| | | handleNodeClick(data) { |
| | | this.proId = data.id |
| | | this.loading = true; |
| | | let date = { |
| | | proId: data.id, |
| | |
| | | updateRuleAdvice(this.form).then((response) => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | this.open = false; |
| | | this.getList(); |
| | | this.getsList(); |
| | | }); |
| | | } else { |
| | | addRuleAdvice(this.form).then((response) => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | this.open = false; |
| | | this.getList(); |
| | | this.getsList(); |
| | | }); |
| | | } |
| | | } |
| | |
| | | |
| | | this.$modal.msgSuccess("修改成功"); |
| | | this.open = false; |
| | | this.getList(); |
| | | this.getListByXmId() |
| | | }); |
| | | } else { |
| | | addRules(this.form).then((response) => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | this.open = false; |
| | | this.getList(); |
| | | this.getListByXmId() |
| | | }); |
| | | } |
| | | } |
| | |
| | | // 取消按钮 |
| | | cancel() { |
| | | this.open = false; |
| | | this.reset(); |
| | | this.$tab.refreshPage(); |
| | | // this.reset(); |
| | | // this.$tab.refreshPage(); |
| | | }, |
| | | handleClose() { |
| | | this.$tab.refreshPage(); |