From ba772ed9b7e6009f57bd6b4f95f43ff61b12dd9b Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 07 七月 2025 10:10:15 +0800 Subject: [PATCH] zongjianshenhe --- src/views/doctor/checkAll/index.vue | 88 ++++++++++++++++++++++++++++++++++---------- 1 files changed, 68 insertions(+), 20 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 13e6d24..1365eaa 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -809,9 +809,10 @@ border style="width: 100%" :header-cell-style="{ background: '#67C23A' }" - :expand-row-keys="expends" + :row-key="getRowKeys" > + <!-- :expand-row-keys="expends" --> <el-table-column type="expand"> <template slot-scope="props"> <div style="padding: 10px"> @@ -911,6 +912,23 @@ label="鍗曚綅" width="78" ></el-table-column> + <el-table-column + label="鎿嶄綔" + align="center" + class-name="small-padding fixed-width" + width="60" + fixed="right" + > + <template slot-scope="props"> + <el-button + size="mini" + type="text" + icon="el-icon-delete" + @click="shanchu(props.row)" + > + </el-button> + </template> + </el-table-column> </el-table> </template> <template v-if="item.jyjc == '1'"> @@ -921,9 +939,9 @@ border style="width: 100%" :header-cell-style="{ background: '#67C23A' }" - :expand-row-keys="expends" :row-key="getRowKeys" > + <!-- :expand-row-keys="expends" --> <el-table-column type="expand"> <template slot-scope="props"> <div style="padding: 10px"> @@ -1014,6 +1032,23 @@ label="妫�娴嬬粨鏋�" width="403" ></el-table-column> + <el-table-column + label="鎿嶄綔" + align="center" + class-name="small-padding fixed-width" + width="60" + fixed="right" + > + <template slot-scope="props"> + <el-button + size="mini" + type="text" + icon="el-icon-delete" + @click="shanchu(props.row)" + > + </el-button> + </template> + </el-table-column> </el-table> </template> </div> @@ -2589,14 +2624,23 @@ yichanghuifu() { this.loading = true; - this.status1 = 4; let tjNum = this.tjNumber; - console.log(this.tjNumber, 111222); + huiFuyichangxiangmu(tjNum) + .then((res) => { + this.status1 = 4; + this.ychfList = res.data; + if (this.ychfList.length == 0) { + this.message.success("鏆傛棤寮傚父鎭㈠椤圭洰"); + } + }) + .catch((error) => { + console.error("鑾峰彇椤圭洰澶辫触锛�", error); - huiFuyichangxiangmu(tjNum).then((res) => { - console.log(res, 9999999); - this.ychfList = res.data; - }); + this.$message.error("鑾峰彇椤圭洰澶辫触"); + }) + .finally(() => { + this.loading = false; + }); }, hfyc(id) { this.$confirm("纭瑕佹仮澶嶈椤瑰悧锛�", "鎻愮ず", { @@ -3252,7 +3296,10 @@ getTjdetailList(data) .then((response) => { if (response.code === 200) { - this.$modal.msgSuccess("鎻愪氦鎴愬姛"); + // this.$modal.msgSuccess("鎻愪氦鎴愬姛"); + this.$modal.msgSuccess( + response.msg + ); // 娓呯┖瀛楁 this.zhiyeJl = ""; this.zhiyeJg = ""; @@ -3267,17 +3314,18 @@ addOrder(dataList) .then((res) => { if (res.code == 200) { - gettoPdf(tjNumber) - .then((res) => { - this.$modal.msgSuccess( - "宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�" - ); - }) - .catch(() => { - this.$modal.msgError( - "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�" - ); - }); + + // gettoPdf(tjNumber) + // .then((res) => { + // this.$modal.msgSuccess( + // "宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�" + // ); + // }) + // .catch(() => { + // this.$modal.msgError( + // "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�" + // ); + // }); const statePromise = getfiedState(reportData).then(() => { this.drawer = false; }); -- Gitblit v1.8.0