diff --git a/src/views/system/components/message.vue b/src/views/system/components/message.vue
new file mode 100644
index 0000000..84903c4
--- /dev/null
+++ b/src/views/system/components/message.vue
@@ -0,0 +1,303 @@
+
+
+
{{ handleselectName ? handleselectName : '选择短信模板'
+ }}
+
+
+
+
+
+
科室名称
+
+
+
+
+
+
+ {{ item.departmentName }}
+
+
{{ item.countNum }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ scope.row.suitTaskTypeName != "null" ? scope.row.suitTaskTypeName : '' }}
+
+
+
+
+ {{ scope.row.textMessageChannel == "WATER_DROPLET_PLATFORM" ? "水滴平台" : "" }}
+
+
+
+
+
+ 选择
+ 取消选择
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/components/propaganda.vue b/src/views/system/components/propaganda.vue
new file mode 100644
index 0000000..13e4f80
--- /dev/null
+++ b/src/views/system/components/propaganda.vue
@@ -0,0 +1,476 @@
+
+
+
{{ handleselectName ? handleselectName :
+ '选择宣教模板' }}
+
+
+
+
+
+
科室名称
+
+
+
+
+
+
+ {{ item.departmentName }}
+
+
{{ item.countNum }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.propagandaType == "MEDICATION_KNOWLEDGE" ? "用药知识" : "" }}
+ {{ scope.row.propagandaType == "DISEASE_POPULARIZATION" ? "疾病科普" : "" }}
+ {{ scope.row.propagandaType == "SPORT_NUTRITION" ? "运动营养" : "" }}
+ {{ scope.row.propagandaType == "OTHER_KNOWLEDGE" ? "其他知识" : "" }}
+ {{ scope.row.propagandaType == "CUSTOMIZED_CONTENT" ? "定制内容" : "" }}
+
+
+
+
+
+ 选择
+ 取消选择
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/components/question.vue b/src/views/system/components/question.vue
index 6d3d121..1c1d771 100644
--- a/src/views/system/components/question.vue
+++ b/src/views/system/components/question.vue
@@ -58,7 +58,7 @@
选择
- 取消选择
@@ -79,7 +79,6 @@ export default {
data() {
return {
classificationOpen: false,
- classificationform: {},
//科室名称
departmentName: '',
defaultProps: {
@@ -124,6 +123,11 @@ export default {
this.queryParams.departmentId = item.id;
this.getList();
},
+ nohandleselect() {
+ this.handleselectId = ''
+ this.handleselectName = ''
+ this.$emit("on-template", { templateId: '', templateName: '' });
+ },
handleselect(item) {
this.handleselectId = item.id
this.handleselectName = item.questionnaireName
@@ -132,7 +136,6 @@ export default {
},
classificationOpenfalse() {
this.classificationOpen = false
- this.classificationform = {}
},
// 节点单击事件
handleNodeClick(data) {
diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue
index 99cab68..ffef335 100644
--- a/src/views/system/specialDiseaseNode/index.vue
+++ b/src/views/system/specialDiseaseNode/index.vue
@@ -89,15 +89,18 @@
-
+
@@ -278,11 +276,13 @@