| | |
| | | style="width: 100%" |
| | | :header-cell-style="{ background: '#67C23A' }" |
| | | :row-key="getRowKeys" |
| | | v-loading="loading" |
| | | > |
| | | <!-- :expand-row-keys="expends" --> |
| | | <el-table-column type="expand"> |
| | |
| | | }, |
| | | |
| | | yichangjieguo() { |
| | | this.isLoading = true; |
| | | this.loading = true; |
| | | this.status1 = 0; |
| | | this.yichangList = []; |
| | | yichang({ |
| | |
| | | let tjNumber = this.tableAll.tjNumber; |
| | | let tjh = this.tableAll.tjNumber; |
| | | let advice = this.textarea1; |
| | | this.isLoading = true; |
| | | let data = { |
| | | tjNumber, |
| | | advice, |
| | |
| | | getTjdetailList(data) |
| | | .then((response) => { |
| | | if (response.code === 200) { |
| | | this.$modal.msgSuccess("提交成功"); |
| | | this.isLoading = false; |
| | | this.$modal.msgSuccess(response.msg); |
| | | // 清空字段 |
| | | this.zhiyeJl = ""; |
| | | this.zhiyeJg = ""; |
| | |
| | | state: 1, |
| | | id: this.MsgId, |
| | | }; |
| | | gettoPdf(tjNumber) |
| | | /* gettoPdf(tjNumber) |
| | | .then((res) => { |
| | | this.$modal.msgSuccess("已生成报告!请前往报告核收页面确认!"); |
| | | }) |
| | |
| | | this.$modal.msgError( |
| | | "打印报告失败,请前往报告打印页面补打报告!" |
| | | ); |
| | | }); |
| | | }); */ |
| | | const statePromise = getfiedState(reportData).then(() => { |
| | | this.drawer = false; |
| | | }); |
| | |
| | | this.getlistHosp(); |
| | | this.reset(); |
| | | this.form = row; |
| | | this.form = { |
| | | ...row, |
| | | deptId: row.deptId != null ? String(row.deptId) : null, // 👈 确保为字符串 |
| | | }; |
| | | if (this.form.hospId) { |
| | | this.sendhospName(); |
| | | } |