diff --git a/src/api/system/taskExecuteRecord.js b/src/api/system/taskExecuteRecord.js
index 72121d4..dd79f58 100644
--- a/src/api/system/taskExecuteRecord.js
+++ b/src/api/system/taskExecuteRecord.js
@@ -55,9 +55,11 @@ export function questionname(id) {
}
// 入院记录
-export function selectVisitRecord(id) {
+export function selectVisitRecord(query) {
return request({
- url: `/system/taskExecuteRecord/selectVisitRecord?id=${id}` ,
- method: 'get'
+ url: `/system/taskExecuteRecord/selectVisitRecord` ,
+ method: 'get',
+ params: query
+
})
}
diff --git a/src/views/manage/components/Taskprocess.vue b/src/views/manage/components/Taskprocess.vue
new file mode 100644
index 0000000..0a5abf5
--- /dev/null
+++ b/src/views/manage/components/Taskprocess.vue
@@ -0,0 +1,1155 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已接通
+ 未接通
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/manage/components/indicatorMonitoring.vue b/src/views/manage/components/indicatorMonitoring.vue
index 9586572..757499e 100644
--- a/src/views/manage/components/indicatorMonitoring.vue
+++ b/src/views/manage/components/indicatorMonitoring.vue
@@ -208,6 +208,8 @@ export default {
background-color: #fff !important;
padding: 0 !important;
display: flex;
+ height: calc(100vh - 84px);
+
.rightheader {
width: 75%;
diff --git a/src/views/system/components/Scriptpreviewopen.vue b/src/views/system/components/Scriptpreviewopen.vue
index a7b8f0a..f376759 100644
--- a/src/views/system/components/Scriptpreviewopen.vue
+++ b/src/views/system/components/Scriptpreviewopen.vue
@@ -318,10 +318,11 @@ export default {
methods: {
getlist() {
// console.log(this.$route.query)
- // console.log(this.phoneNodeContent)
+ // console.log(this.phoneNodeContent,'this.form = JSON.parse(this.phoneNodeContent)')
// getFlowScheme(this.$route.query.id).then(res => {
// this.form = JSON.parse(this.$route.query.id)
- this.form = JSON.parse(this.phoneNodeContent);
+ if(this.phoneNodeContent){
+ this.form = JSON.parse(this.phoneNodeContent);
this.editor.getCurrentPage().read(this.form);
// })
},
diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue
index 54e75fd..79b8570 100644
--- a/src/views/system/followup/index.vue
+++ b/src/views/system/followup/index.vue
@@ -947,6 +947,8 @@ export default {
this.$router.push({
path: "/task/followupsee",
query: {
+ dataile:'handel',
+
path: "/task/followup",
patientId: row.patientId,
taskNodeType: row.taskNodeType,
@@ -980,6 +982,7 @@ export default {
this.$router.push({
path: "/task/followupdetails",
query: {
+ dataile:'dataile',
path: "/task/followup",
patientId: row.patientId,
taskNodeType: row.taskNodeType,
diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue
index ef76cf3..d85d944 100644
--- a/src/views/system/followupsee/index.vue
+++ b/src/views/system/followupsee/index.vue
@@ -17,14 +17,18 @@
{{ list.patientName }}
-
- {{ list.sex == "MALE" ? "男" : list.sex == "FEMALE" ? "女" : "" }}
-
{{ list.age }}
-
-
+
+ {{ list.sex == "MALE" ? "男" : list.sex == "FEMALE" ? "女" : "" }}
+
+
身份证号:{{ list.cardNo }}
+
患者电话:{{ list.patientPhone }}
+
出生日期:{{ list.birthDate }}
+
+
+
保存
@@ -32,699 +36,110 @@
-
-