From a6d61cacba774058635113be2ceefe3d7443375f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 14 七月 2025 14:09:18 +0800 Subject: [PATCH] 1 --- src/views/doctor/checkAll/index.vue | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 1964efc..8cbd8d5 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -962,13 +962,14 @@ </el-dialog> <Packages ref="bbb" :baogao="baogao" /> <Prescription ref="Pre" :preObj="preObj" /> - <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" /> + <proposal ref="proposal" :cusobj="cusobj" :mrjy="mrjy" @event1="eventchange($event)" /> <createproposal ref="createproposal" :creatobj="creatobj" /> <el-dialog title="甯哥敤寤鸿缁存姢" :visible.sync="propdialog" width="500px" append-to-body></el-dialog> </div> </template> <script> import _ from "lodash"; +import { getConfigKey } from "@/api/system/config"; import jianqianwenzhen from "@/components/jianqianwenzhen"; import Packages from "@/components/Packages"; import Prescription from "@/components/Prescription"; @@ -1189,6 +1190,7 @@ yichangList: [], fcList: [], statusList: [], + mrjy:"", queryParam: { pageNum: 1, pageSize: 10, @@ -1987,10 +1989,20 @@ propoChange() { this.cusobj = { sex: this.tableAll.cusSex, isZj: 0 }; - this.$refs.proposal.open = true; - this.$refs.proposal.title = "寤鸿鏂规"; + getConfigKey("mrzscyjy").then((res) => { + this.mrjy = res.msg; // 浼氳Е鍙� watch 鈫� 璁剧疆 tjproposal = "1" + console.log(res,4444); + + // 绛夋暟鎹姸鎬佸噯澶囧ソ鍚庡啀鎵撳紑寮圭獥 + this.$refs.proposal.title = "寤鸿鏂规"; + this.$refs.proposal.open = true; + }); + }, + + + eventchange(data) { this.dataText = data; if (this.textarea1 == null) { -- Gitblit v1.8.0