From 40bdf0b225257391ae33b9e934d51d9eabd04f5d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 29 七月 2024 15:17:49 +0800
Subject: [PATCH] 测试完成
---
src/views/knowledge/questionnaire/index.vue | 67 ++++++++++++++++++++++++++-------
1 files changed, 52 insertions(+), 15 deletions(-)
diff --git a/src/views/knowledge/questionnaire/index.vue b/src/views/knowledge/questionnaire/index.vue
index 68dbafc..0cab08e 100644
--- a/src/views/knowledge/questionnaire/index.vue
+++ b/src/views/knowledge/questionnaire/index.vue
@@ -29,7 +29,7 @@
>
<span class="custom-tree-node" slot-scope="{ node, data }">
<span>{{ node.label }}</span>
- <span v-if="node.id > 0">
+ <span v-if="data.id > 0">
<el-button
type="text"
icon="el-icon-delete"
@@ -37,6 +37,17 @@
size="mini"
@click="() => remove(node, data)"
>
+ </el-button>
+ </span>
+ <span v-if="data.id > 0">
+ <el-button
+ type="text"
+ circle
+ size="mini"
+ @click="() => altertag(node, data)"
+ ><span class="button-textxg"
+ ><i class="el-icon-edit-outline"></i
+ ></span>
</el-button>
</span>
</span>
@@ -236,8 +247,8 @@
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
- <span v-for="item in scope.row.labelInfo.split(',')"
- >{{ item }}銆�
+ <span v-for="item in scope.row.svyLibTemplateTagList"
+ >{{ item.tagname }}銆�
</span>
</template>
</el-table-column>
@@ -279,7 +290,7 @@
><i class="el-icon-edit"></i>浜岀淮鐮�</span
></el-button
>
- <el-button
+ <!-- <el-button
size="medium"
type="text"
@click="ViewQuestionnaire(scope.row)"
@@ -287,7 +298,7 @@
><span class="button-textck"
><i class="el-icon-edit"></i>鏌ョ湅</span
></el-button
- >
+ > -->
<el-button
size="medium"
type="text"
@@ -347,7 +358,7 @@
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
- <el-button @click="dialogFormVisible = false">鍙� 娑�</el-button>
+ <el-button @click="getDeptTree()">鍙� 娑�</el-button>
<el-button type="primary" @click="submitsidecolumn">纭� 瀹�</el-button>
</div>
</el-dialog>
@@ -405,7 +416,12 @@
<div class="qrcode-text">
{{ namequestionnaire }}<span>{{ haoquestionnaire }}</span>
</div>
- <div class="qrcode-img"></div>
+ <div class="qrcode-img">
+ <el-image
+ src="D:/qrcode/fc9a1fa37e394ac3ac606bf6b77b17c3"
+ fit="cover"
+ ></el-image>
+ </div>
</div>
</el-dialog>
</div>
@@ -418,6 +434,7 @@
getQtemplateclassify,
delQtemplateclassify,
addQtemplateclassify,
+ editQtemplateclassify,
getQtemplatelist,
issueinfo,
compileissue,
@@ -428,6 +445,7 @@
getillnesslist,
illnesslistget,
getillness,
+ getQRcode,
} from "@/api/AiCentre/index";
import { listDept } from "@/api/system/dept";
@@ -454,6 +472,7 @@
total: 0,
namequestionnaire: "",
haoquestionnaire: "",
+ QRcodeurl: "",
// 鐢ㄦ埛琛ㄦ牸鏁版嵁
userList: [],
@@ -528,6 +547,12 @@
},
goQRCode(row) {
+ getQRcode({
+ url: "/outsideChain?param1=KHRYDSSuTpwGWDhAS6OnpfxObRZf8fd/TIagYWPvDuyku+MjtrWt1efC1htoBDc+G4QP2UOWPNitAO4TwH4oIQ==¶m2=CP/xYqwqDhWACt2aQ/HOwhgRM62Lh4/1upwYDl7dmKSuiaa4zRzMgu7rmRztiwQj2YvJ1KAX1zBTpUAIdxPvUA==",
+ }).then((res) => {
+ console.log(res);
+ this.QRcodeurl = "D:/qrcode/fc9a1fa37e394ac3ac606bf6b77b17c3";
+ });
this.goQRCodeVisible = true;
this.namequestionnaire = row.userName;
this.haoquestionnaire = row.nickName;
@@ -670,12 +695,21 @@
getDeptTree() {
getQtemplateclassify({}).then((res) => {
this.deptOptions = res.rows;
- console.log(res);
+ this.dialogFormVisible = false;
});
},
// 娣诲姞绫诲埆鏍�
submitsidecolumn() {
+ if (this.classifyform.id) {
+ editQtemplateclassify(this.classifyform).then((res) => {
+ this.getDeptTree();
+ this.$modal.msgSuccess("淇敼鎴愬姛");
+ this.classifyform = {};
+ this.dialogFormVisible = false;
+ });
+ return;
+ }
let calssvalue = {};
if (
this.classifyform.pid &&
@@ -727,6 +761,16 @@
.catch(() => {});
}
},
+ altertag(a, b) {
+ this.dialogFormVisible = true;
+ if (!b.pid) {
+ this.radio = "涓诲垎绫�";
+ } else {
+ this.radio = "瀛愬垎绫�";
+ }
+ this.classifyform = b;
+ this.dialogFormVisible = true;
+ },
// 绛涢�夎妭鐐�
filterNode(value, data) {
@@ -774,13 +818,6 @@
this.ids = selection.map((item) => item.svyid);
this.single = selection.length != 1;
this.multiple = !selection.length;
- },
- /** 鏂板鎸夐挳鎿嶄綔 */
- handleAdd() {
- this.$router.push({
- path: "/knowledge/verbaltrick/particulars/",
- query: { id: "1" },
- });
},
/** 鍒犻櫎鎸夐挳鎿嶄綔 */
--
Gitblit v1.9.3