| | |
| | | :key="index" |
| | | > |
| | | <el-table |
| | | class="bgc" |
| | | v-loading="loading" |
| | | :data="proParentList.sons" |
| | | border |
| | | height="460px" |
| | | style="width: 96%; margin: 10px 10px" |
| | | :row-class-name="tableRowClassName" |
| | | > |
| | | <el-table-column |
| | | prop="project.proName" |
| | | label="检测项目" |
| | | width="150" |
| | | fixed="left" |
| | | > |
| | | <!-- <template slot-scope="scope"> |
| | | {{ scope.row.project.proName }} |
| | |
| | | <el-table-column |
| | | prop="proResult" |
| | | label="检测结果" |
| | | width="200" |
| | | width="150" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | |
| | | placeholder="请输入检测结果" |
| | | @blur="handleInputConfirm(scope.row)" |
| | | @input="vale" |
| | | @focus="handleInConfirm(scope.row)" |
| | | ></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="规则" width="55"> |
| | | <el-table-column |
| | | prop="exceptionDesc" |
| | | label="异常" |
| | | width="55px" |
| | | align="center" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-checkbox |
| | | v-model="scope.row.exceptionDesc" |
| | | ></el-checkbox> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="规则" width="70"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | class="blue-button" |
| | |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="project.proMetering" label="单位"> |
| | | <el-table-column |
| | | prop="project.proMetering" |
| | | label="单位" |
| | | width="55" |
| | | > |
| | | <!-- <template slot-scope="scope"> |
| | | {{ scope.row.standard.company }} |
| | | </template> --> |
| | | </el-table-column> |
| | | <el-table-column prop="project.proScope" label="参考范围"> |
| | | <el-table-column |
| | | prop="project.proScope" |
| | | label="参考范围" |
| | | width="70" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="conclusion" |
| | |
| | | ></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="exceptionDesc" |
| | | label="是否异常" |
| | | width="80px" |
| | | align="center" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-checkbox |
| | | v-model="scope.row.exceptionDesc" |
| | | ></el-checkbox> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | prop="isReturn" |
| | | label="是否复诊" |
| | | width="80px" |
| | | label="复诊" |
| | | width="60px" |
| | | align="center" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-checkbox v-model="scope.row.isReturn"></el-checkbox> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="resultType" label="结果类型"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.tj_result_type" |
| | | :value="scope.row.resultType" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="isPositive" label="重大阳性"> |
| | | |
| | | <el-table-column |
| | | prop="isPositive" |
| | | label="重大阳性" |
| | | width="55" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-switch |
| | | v-model="scope.row.isPositive" |
| | |
| | | inactive-value="0" |
| | | @change="checkboxchange(scope.row)" |
| | | ></el-switch> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="resultType" label="结果建议"> |
| | | <template slot-scope="scope"> |
| | | <el-popover placement="top" trigger="hover" width="400"> |
| | | <div> |
| | | {{ scope.row.proAdvice }} |
| | | </div> |
| | | <div slot="reference" class="jianyi"> |
| | | <el-input |
| | | type="textarea" |
| | | autosize |
| | | v-model="scope.row.proAdvice" |
| | | placeholder="请输入结果建议" |
| | | :disabled="true" |
| | | ></el-input> |
| | | </div> |
| | | </el-popover> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | :key="index" |
| | | > |
| | | <el-table |
| | | class="bgc" |
| | | v-loading="loading" |
| | | :data="proParentList.sons" |
| | | border |
| | | height="460px" |
| | | style="width: 96%; margin: 10px 10px" |
| | | :row-class-name="tableRowClassName" |
| | | > |
| | | <el-table-column |
| | | prop="project.proName" |
| | | label="检测项目" |
| | | width="150" |
| | | fixed="left" |
| | | width="100" |
| | | > |
| | | <!-- <template slot-scope="scope"> |
| | | {{ scope.row.project.proName }} |
| | |
| | | <el-table-column |
| | | prop="proResult" |
| | | label="检测结果" |
| | | width="200" |
| | | width="150" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | |
| | | placeholder="请输入检测结果" |
| | | @blur="handleInputConfirm(scope.row)" |
| | | @input="vale" |
| | | @focus="handleInConfirm(scope.row)" |
| | | ></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="规则" width="55"> |
| | | <el-table-column label="规则" width="70"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | class="blue-button" |
| | |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="project.proMetering" label="单位"> |
| | | <el-table-column |
| | | prop="project.proMetering" |
| | | label="单位" |
| | | width="55" |
| | | > |
| | | <!-- <template slot-scope="scope"> |
| | | {{ scope.row.standard.company }} |
| | | </template> --> |
| | | </el-table-column> |
| | | <el-table-column prop="project.proScope" label="参考范围"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="conclusion" |
| | | label="结果结论" |
| | | width="200" |
| | | prop="project.proScope" |
| | | label="参考范围" |
| | | width="80" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | size="mini" |
| | | type="textarea" |
| | | autosize |
| | | v-model="scope.row.conclusion" |
| | | autocomplete="off" |
| | | placeholder="请输入检测结果" |
| | | disabled |
| | | ></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | prop="exceptionDesc" |
| | | label="是否异常" |
| | | width="80px" |
| | | label="异常" |
| | | width="55px" |
| | | align="center" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="isReturn" |
| | | label="是否复诊" |
| | | width="80px" |
| | | label="复诊" |
| | | width="55px" |
| | | align="center" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-checkbox v-model="scope.row.isReturn"></el-checkbox> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="resultType" label="结果类型"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.tj_result_type" |
| | | :value="scope.row.resultType" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="isPositive" label="重大阳性"> |
| | | |
| | | <el-table-column |
| | | prop="isPositive" |
| | | label="重大阳性" |
| | | width="55" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-switch |
| | | v-model="scope.row.isPositive" |
| | |
| | | inactive-value="0" |
| | | @change="checkboxchange(scope.row)" |
| | | ></el-switch> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="resultType" label="结果建议"> |
| | | <template slot-scope="scope"> |
| | | <el-popover placement="top" trigger="hover" width="400"> |
| | | <div> |
| | | {{ scope.row.proAdvice }} |
| | | </div> |
| | | <div slot="reference" class="jianyi"> |
| | | <el-input |
| | | type="textarea" |
| | | autosize |
| | | v-model="scope.row.proAdvice" |
| | | placeholder="请输入结果建议" |
| | | :disabled="true" |
| | | ></el-input> |
| | | </div> |
| | | </el-popover> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | }, |
| | | |
| | | methods: { |
| | | tableRowClassName({ row }) { |
| | | if (row.exceptionDesc) { |
| | | return "warning-row"; |
| | | } |
| | | return ""; |
| | | }, |
| | | getbzlist() { |
| | | getDeptAdvice(this.queryParam1).then((response) => { |
| | | this.deptAdviceList = response.data.list; |
| | |
| | | }; |
| | | getParentId(data).then((response) => { |
| | | this.proParentList = response.data; |
| | | this.proParentList.remark = this.remakes+ this.proParentList.remark; |
| | | this.proParentList.remark = |
| | | this.remakes + this.proParentList.remark; |
| | | }); |
| | | |
| | | } else { |
| | | this.proParentList.remark = this.remakes; |
| | | } |
| | |
| | | }); |
| | | } |
| | | }, |
| | | |
| | | vale(datas) { |
| | | vale(value) { |
| | | // 你可以在这里处理输入事件 |
| | | console.log("输入内容:", value); |
| | | }, |
| | | handleInputConfirm(datas) { |
| | | this.focusrow = datas; |
| | | this.proResult = datas; |
| | | var pattern3 = new RegExp("[0-9]+"); |
| | | console.log(typeof this.proResult.proResult); |
| | | if (pattern3.test(this.proResult)) { |
| | | let data = { |
| | | proId: this.focusrow.proId, |
| | | cusId: this.tableAll.cusId, |
| | | keyNum: this.proResult, |
| | | tjNum: this.tableAll.tjNumber, |
| | | keyNum: this.proResult.proResult, |
| | | }; |
| | | AutoGetRule(data).then((res) => { |
| | | this.focusrow.conclusion = ""; |
| | | if (res.data) { |
| | | this.autorule = res.data; |
| | | this.focusrow.rulesList = this.autorule; |
| | | this.focusrow.rulesList = res.data; |
| | | if (res.data.length > 0) { |
| | | const conditions = ["正常", "未见异常", "阴性", "未见明显异常"]; |
| | | this.focusrow.exceptionDesc = !conditions.some((condition) => |
| | | this.autorule[0].bz.includes(condition) |
| | | ); |
| | | } else { |
| | | this.focusrow.exceptionDesc = false; |
| | | } |
| | | this.focusrow.proAdvice = this.autorule[0].nr; |
| | | this.autorule.forEach((item) => { |
| | | if (this.focusrow.conclusion) { |
| | | this.focusrow.conclusion += item.bingzhong; |
| | | this.focusrow.conclusion += item.bz; |
| | | } else { |
| | | this.focusrow.conclusion = item.bingzhong; |
| | | this.focusrow.conclusion += item.bz; |
| | | } |
| | | }); |
| | | } |
| | |
| | | proId: this.focusrow.proId, |
| | | cusId: this.tableAll.cusId, |
| | | keyWord: this.proResult, |
| | | tjNum: this.tableAll.tjNumber, |
| | | keyNum: this.proResult.proResult, |
| | | }; |
| | | AutoGetRule(data).then((res) => { |
| | | this.focusrow.conclusion = ""; |
| | | if (res.data) { |
| | | this.autorule = res.data; |
| | | this.focusrow.rulesList = this.autorule; |
| | | this.focusrow.rulesList = res.data; |
| | | if (res.data.length > 0) { |
| | | const conditions = ["正常", "未见异常", "阴性", "未见明显异常"]; |
| | | this.focusrow.exceptionDesc = !conditions.some((condition) => |
| | | this.autorule[0].bz.includes(condition) |
| | | ); |
| | | } else { |
| | | this.focusrow.exceptionDesc = false; |
| | | } |
| | | this.focusrow.proAdvice = this.autorule[0].nr; |
| | | this.autorule.forEach((item) => { |
| | | if (this.focusrow.conclusion) { |
| | | this.focusrow.conclusion += item.bingzhong; |
| | | this.focusrow.conclusion += item.bz; |
| | | } else { |
| | | this.focusrow.conclusion = item.bingzhong; |
| | | this.focusrow.conclusion += item.bz; |
| | | } |
| | | }); |
| | | // this.rows.push(this.focusrow); |
| | | } |
| | | }); |
| | | } |
| | | |
| | | // this.$refs.aaa.open = true; |
| | | // this.$refs.aaa.getList(); |
| | | this.rows.push(datas); |
| | | console.log(this.rows, 5522); |
| | | }, |
| | | // 规则 |
| | | |
| | | handleguize(row) { |
| | | this.row = row; |
| | | this.$refs.aaa.open = true; |
| | |
| | | this.loading = true; |
| | | this.queryParams.type = this.tjStatus; |
| | | getProList(this.queryParams).then((response) => { |
| | | console.log(response,1212); |
| | | |
| | | console.log(response, 1212); |
| | | |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | if (response.data) { |
| | |
| | | if (item1 === item) { |
| | | item = item1; |
| | | } |
| | | // if (item.isReturn == true) { |
| | | // item.isReturn = 1; |
| | | // } |
| | | // if (item.isReturn == false) { |
| | | // item.isReturn = 0; |
| | | // } |
| | | }); |
| | | } |
| | | this.tjOrderDetail.push({ |
| | | proAdvice: item.proAdvice, |
| | | |
| | | proName: item.project.proName, |
| | | proId: item.project.proId, |
| | | orderDetailId: item.orderDetailId, |
| | |
| | | }); |
| | | } |
| | | this.tjOrderDetail.push({ |
| | | proAdvice: item.proAdvice, |
| | | |
| | | proName: item.project.proName, |
| | | proId: item.project.proId, |
| | | orderDetailId: item.orderDetailId, |
| | |
| | | this.getbzlist(); |
| | | }); |
| | | }, |
| | | handleInConfirm(row) { |
| | | this.focusrow = row; |
| | | }, |
| | | |
| | | handleInputConfirm(row) { |
| | | this.rows.push(row); |
| | | }, |
| | | // 点击确认 |
| | | determine() { |
| | | // 体检号 |
| | |
| | | }); |
| | | } |
| | | this.tjOrderDetail.push({ |
| | | proAdvice: item.proAdvice, |
| | | proName: item.project.proName, |
| | | proId: item.project.proId, |
| | | orderDetailId: item.orderDetailId, |
| | |
| | | |
| | | let data = [ |
| | | { |
| | | proAdvice: item.proAdvice, |
| | | |
| | | tjNumber, |
| | | proId: this.proId, |
| | | remark: this.proParentList.remark, // 备注 |
| | |
| | | }, |
| | | }; |
| | | </script> |
| | | <style> |
| | | <style lang="scss" scoped> |
| | | .el-table .cell { |
| | | -webkit-box-sizing: border-box; |
| | | box-sizing: border-box; |
| | |
| | | } |
| | | |
| | | .el-button--medium { |
| | | padding: 4px 14px; |
| | | font-size: 14px; |
| | | } |
| | | |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | |
| | | ::v-deep .el-table .warning-row { |
| | | background: #ffe6e6 !important; /* 轻微的红色背景 */ |
| | | } |
| | | /* .el-table--enable-row-hover .el-table__body tr:hover>td{ |
| | | background-color: #ffe6e6 !important; |
| | | } */ |
| | | ::v-deep .bgc .el-table__body tr:hover > td { |
| | | background-color: #ffe6e6 !important; |
| | | } |
| | | ::v-deep .bgc .el-table__cell { |
| | | padding: 5px 0 !important; |
| | | } |
| | | .jianyi { |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | -webkit-line-clamp: 2; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | cursor: pointer; |
| | | font-size: 12px; |
| | | } |
| | | ::v-deep .el-checkbox__input.is-checked .el-checkbox__inner { |
| | | background-color: #66cc66; |
| | | border-color: #66cc66; |
| | | } |
| | | </style> |