From b3b9ebf97cfd058c94db3525623bc8946c5a752f Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期二, 14 十月 2025 09:29:39 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/zysatisfaction/index.vue | 51 +++++++++++++++++++++++++++------------------------ 1 files changed, 27 insertions(+), 24 deletions(-) diff --git a/src/views/followvisit/zysatisfaction/index.vue b/src/views/followvisit/zysatisfaction/index.vue index c981005..0fa65d9 100644 --- a/src/views/followvisit/zysatisfaction/index.vue +++ b/src/views/followvisit/zysatisfaction/index.vue @@ -91,7 +91,6 @@ ></el-date-picker> </el-form-item> - <el-form-item label="鎮h�呭鍚�" prop="sendname"> <el-input v-model="topqueryParams.sendname" @@ -188,7 +187,7 @@ <el-col :span="1.5"> <el-button type="primary" - icon="el-icon-plus" + icon="el-icon-plus" size="medium" @click="handleAdd" >鏂板</el-button @@ -258,7 +257,6 @@ </div> </div> </el-col> - </el-row> <el-table v-loading="loading" @@ -395,13 +393,7 @@ key="drname" prop="drname" /> - <el-table-column - label="闅忚浜哄憳" - align="center" - key="updateBy" - prop="updateBy" - width="120" - /> + <el-table-column label="缁忕鍖荤敓" align="center" @@ -480,7 +472,13 @@ :show-overflow-tooltip="true" > </el-table-column> - + <el-table-column + label="闅忚浜哄憳" + align="center" + key="updateBy" + prop="updateBy" + width="120" + /> <el-table-column label="浣忛櫌婊℃剰搴︽ā鏉垮悕绉�" align="center" @@ -816,7 +814,7 @@ </el-form-item> </el-col> </el-row> - <el-row > + <el-row> <el-col :span="8"> <el-form-item label="杩囨护鍖荤敓" width="100" prop="filterDrname"> <el-input @@ -920,7 +918,6 @@ </span> </el-dialog> <!-- 鍐嶆闅忚 --> - </div> </template> @@ -1083,6 +1080,13 @@ { value: 3, label: "鍙戦�佹椂闂�(鍊掑簭)", + },{ + value: 7, + label: "搴旈殢璁挎棩鏈�(姝e簭)", + }, + { + value: 8, + label: "搴旈殢璁挎棩鏈�(鍊掑簭)", }, ], // 鏌ヨ鍙傛暟 @@ -1090,7 +1094,7 @@ pageNum: 1, pageSize: 10, sendstate: 6, - sort: 2, //0 鍑洪櫌鏃堕棿(姝e簭) 1 鍑洪櫌鏃堕棿(鍊掑簭) 2 鍙戦�佹椂闂�(姝e簭) 3 鍙戦�佹椂闂�(鍊掑簭) + sort: localStorage.getItem("orgname") == "涓芥按甯備腑鍖婚櫌" ? 8 : 2, //0 鍑洪櫌鏃堕棿(姝e簭) 1 鍑洪櫌鏃堕棿(鍊掑簭) 2 鍙戦�佹椂闂�(姝e簭) 3 鍙戦�佹椂闂�(鍊掑簭) 7搴旈殢璁挎棩鏈�(鍊掑簭) 搴旈殢璁挎棩鏈�(姝e簭) serviceType: 6, searchscope: 3, visitCount: 1, @@ -1294,9 +1298,8 @@ }); }, affiliation() { - this.topqueryParams.drcode = store.getters.hisUserId; - this.topqueryParams.nurseId = store.getters.hisUserId; - this.topqueryParams.managementDoctor = store.getters.name; + this.topqueryParams.managementDoctorCode = store.getters.hisUserId; + this.getList(1); }, onthatday() { @@ -1522,13 +1525,13 @@ if (res.code == 200) { this.$message.success("璇勫垎淇濆瓨鎴愬姛"); this.scoreDialogVisible = false; - this.selectedRows=[]; - this.$refs.userform.clearSelection() + this.selectedRows = []; + this.$refs.userform.clearSelection(); } else { this.$modal.msgWarning("璇勫垎淇濆瓨澶辫触"); this.scoreDialogVisible = false; - this.selectedRows=[]; - this.$refs.userform.clearSelection() + this.selectedRows = []; + this.$refs.userform.clearSelection(); } }); // 杩欓噷鍙互娣诲姞淇濆瓨閫昏緫锛屽璋冪敤API淇濆瓨璇勫垎 @@ -1876,11 +1879,11 @@ } } ::v-deep.leftvlue .el-card__body { - background: #F2F8FF; - color: #324A9B; + background: #f2f8ff; + color: #324a9b; } ::v-deep.leftvlue .el-card__body:hover { - background: #3664D9; + background: #3664d9; color: #fff; cursor: pointer; /* 榧犳爣鎮诞鏃跺彉涓烘墜褰� */ } -- Gitblit v1.9.3