From 4a7648d05accd3b7b358b44fc9ef72394b21de39 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 16 一月 2025 13:57:12 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/outpatient/index.vue | 18 +++++
src/views/patient/physical/index.vue | 18 +++++
dist (2).zip | 0
dist.zip | 0
src/views/followvisit/record/detailpage/index.vue | 49 ++++++++++++----
src/views/patient/subsequent/index.vue | 19 +++++
src/views/followvisit/discharge/index.vue | 18 +++++
7 files changed, 102 insertions(+), 20 deletions(-)
diff --git "a/dist \0502\051.zip" "b/dist \0502\051.zip"
new file mode 100644
index 0000000..e6a627c
--- /dev/null
+++ "b/dist \0502\051.zip"
Binary files differ
diff --git a/dist.zip b/dist.zip
new file mode 100644
index 0000000..cfc1213
--- /dev/null
+++ b/dist.zip
Binary files differ
diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index bf35fbb..885fb6b 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -208,11 +208,25 @@
<!-- <el-table-column label="搴忓彿" fixed align="center" key="id" prop="id" /> -->
<el-table-column
label="濮撳悕"
- fixed
align="center"
key="sendname"
prop="sendname"
- />
+ >
+ <template slot-scope="scope">
+ <el-button
+ size="medium"
+ type="text"
+ @click="
+ $router.push({
+ path: '/patient/indexls/',
+ })
+ "
+ ><span class="button-textsc">{{
+ scope.row.sendname
+ }}</span></el-button
+ >
+ </template>
+ </el-table-column>
<el-table-column
label="浠诲姟鐘舵��"
align="center"
diff --git a/src/views/followvisit/outpatient/index.vue b/src/views/followvisit/outpatient/index.vue
index 8d1eff9..9d0364e 100644
--- a/src/views/followvisit/outpatient/index.vue
+++ b/src/views/followvisit/outpatient/index.vue
@@ -208,11 +208,25 @@
<!-- <el-table-column label="搴忓彿" fixed align="center" key="id" prop="id" /> -->
<el-table-column
label="濮撳悕"
- fixed
align="center"
key="sendname"
prop="sendname"
- />
+ >
+ <template slot-scope="scope">
+ <el-button
+ size="medium"
+ type="text"
+ @click="
+ $router.push({
+ path: '/patient/indexls/',
+ })
+ "
+ ><span class="button-textsc">{{
+ scope.row.sendname
+ }}</span></el-button
+ >
+ </template>
+ </el-table-column>
<el-table-column
label="浠诲姟鐘舵��"
align="center"
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 3477ff8..9828010 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -167,7 +167,7 @@
</el-table>
</div>
</div>
- <div class="Followuserinfo">
+ <div :class="form.serviceType==2?'Followuserinfo':'Followuserinfos'">
<div>
<div class="headline">
@@ -203,7 +203,7 @@
</el-form>
</div>
</div>
- <div>
+ <div v-if="form.serviceType==2">
<el-tabs v-model="activeName" type="border-card">
<el-tab-pane name="wj">
<span class="mulsz" slot="label"
@@ -211,7 +211,7 @@
>
<div class="CONTENT">
<div class="title">{{ taskname ? taskname : "闂嵎" }}</div>
- <!-- 闂嵎浠诲姟灞曠ず -->
+
<div class="preview-left" v-if="!Voicetype">
<!-- 鍗曢�� -->
<div
@@ -308,9 +308,9 @@
</div>
</div>
</div>
- <!-- 璇煶闂嵎褰㈠紡灞曠ず -->
+
<div class="preview-left" v-else>
- <!-- 鍗曢�� -->
+
<div
class="topic-dev"
v-for="(item, index) in tableDatatop"
@@ -338,7 +338,7 @@
</div>
</div>
- <!-- 濉┖ -->
+
<div class="scriptTopic-dev" :key="index" v-else>
<div class="dev-text">
{{ index + 1 }}銆乕闂瓟]<span>{{ item.questiontext }}</span>
@@ -364,7 +364,7 @@
>
</div>
</el-tab-pane>
- <!-- 璇煶闅忚璇︽儏---------------------- -->
+
<el-tab-pane name="yy">
<span class="mulsz" slot="label"
><i class="el-icon-headset"></i> 璇煶闅忚璇︽儏</span
@@ -400,10 +400,7 @@
:autosize="{ minRows: 1 }"
v-model="item.asrtext"
></el-input>
- <!-- <el-radio v-model="radio" label="1">寰堟</el-radio>
- <el-radio v-model="radio" label="2">杩樺彲浠�</el-radio>
- <el-radio v-model="radio" label="3">涓嶅お濂�</el-radio>
- <el-radio v-model="radio" label="4">姣旇緝宸�</el-radio> -->
+
<div>
<mini-audio
:audio-source="
@@ -639,6 +636,8 @@
} else {
this.Whetherall = true;
}
+ console.log('111');
+
getTaskservelist({
patid: this.patid,
taskid: taskid,
@@ -648,12 +647,17 @@
console.log(this.form,'form3');
this.logsheetlist = res.rows[0].serviceSubtaskList;
this.templateid = this.logsheetlist[0].templateid;
+ console.log(this.form.serviceType,'serviceType');
}
- if (this.Voicetype) {
+
+ if (this.form.scriptType==2) {
+ if (this.Voicetype) {
this.getPersonVoices();
} else {
this.getsearchrResults();
}
+ }
+
});
},
Editsingletaskson(son) {
@@ -772,6 +776,27 @@
}
}
}
+.Followuserinfos {
+ margin: 20px 10px;
+ align-items: center;
+ height: 300px;
+ padding: 30px;
+ background: #ffff;
+ border: 1px solid #dcdfe6;
+ -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),
+ 0 0 6px 0 rgba(0, 0, 0, 0.04);
+ .userinfo-text {
+ font-size: 20px;
+ margin-right: 20px;
+ margin-bottom: 10px;
+ }
+ .userinfo-value {
+ color: rgb(15, 139, 211);
+ span {
+ margin-right: 20px;
+ }
+ }
+}
.borderdiv {
min-height: 60vh;
font-size: 20px;
diff --git a/src/views/patient/physical/index.vue b/src/views/patient/physical/index.vue
index 8ad06d4..c8a7f4e 100644
--- a/src/views/patient/physical/index.vue
+++ b/src/views/patient/physical/index.vue
@@ -208,11 +208,25 @@
<!-- <el-table-column label="搴忓彿" fixed align="center" key="id" prop="id" /> -->
<el-table-column
label="濮撳悕"
- fixed
align="center"
key="sendname"
prop="sendname"
- />
+ >
+ <template slot-scope="scope">
+ <el-button
+ size="medium"
+ type="text"
+ @click="
+ $router.push({
+ path: '/patient/indexls/',
+ })
+ "
+ ><span class="button-textsc">{{
+ scope.row.sendname
+ }}</span></el-button
+ >
+ </template>
+ </el-table-column>
<el-table-column
label="浠诲姟鐘舵��"
align="center"
diff --git a/src/views/patient/subsequent/index.vue b/src/views/patient/subsequent/index.vue
index adb7e48..aa042bc 100644
--- a/src/views/patient/subsequent/index.vue
+++ b/src/views/patient/subsequent/index.vue
@@ -206,13 +206,28 @@
width="180"
/>
<!-- <el-table-column label="搴忓彿" fixed align="center" key="id" prop="id" /> -->
+
<el-table-column
label="濮撳悕"
- fixed
align="center"
key="sendname"
prop="sendname"
- />
+ >
+ <template slot-scope="scope">
+ <el-button
+ size="medium"
+ type="text"
+ @click="
+ $router.push({
+ path: '/patient/indexls/',
+ })
+ "
+ ><span class="button-textsc">{{
+ scope.row.sendname
+ }}</span></el-button
+ >
+ </template>
+ </el-table-column>
<el-table-column
label="浠诲姟鐘舵��"
align="center"
--
Gitblit v1.9.3