From 228ea4565f396bc4249a2d12de7b0a3d4e442187 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Mon, 4 Mar 2024 16:47:22 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/manage/newSigning.js | 10 ++
src/api/manage/signRecord.js | 9 +
src/views/manage/blacklist/index.vue | 7 +-
src/views/manage/continueSigning/index.vue | 193 +++++++++++++++++++++
src/views/manage/newSigning/index.vue | 134 ++++++++++++--
src/views/manage/patientInfo/index.vue | 2 +-
src/views/manage/preHospitalized/index.vue | 2 +-
src/views/manage/signRecord/index.vue | 41 +++--
8 files changed, 366 insertions(+), 32 deletions(-)
create mode 100644 src/api/manage/newSigning.js
create mode 100644 src/views/manage/continueSigning/index.vue
diff --git a/src/api/manage/newSigning.js b/src/api/manage/newSigning.js
new file mode 100644
index 0000000..f706f96
--- /dev/null
+++ b/src/api/manage/newSigning.js
@@ -0,0 +1,10 @@
+import request from '@/utils/request'
+
+// 签约
+export function addsign(data) {
+ return request({
+ url: '/manage/signRecord/sign',
+ method: 'post',
+ data
+ })
+}
\ No newline at end of file
diff --git a/src/api/manage/signRecord.js b/src/api/manage/signRecord.js
index 65094a4..83b3fa1 100644
--- a/src/api/manage/signRecord.js
+++ b/src/api/manage/signRecord.js
@@ -42,3 +42,12 @@ export function delSignRecord(id) {
method: 'delete'
})
}
+
+//解约
+export function updateSignStatus(data) {
+ return request({
+ url: '/manage/signRecord/updateSignStatus',
+ method: 'post',
+ data: data
+ })
+}
\ No newline at end of file
diff --git a/src/views/manage/blacklist/index.vue b/src/views/manage/blacklist/index.vue
index 22a3e53..8d26afc 100644
--- a/src/views/manage/blacklist/index.vue
+++ b/src/views/manage/blacklist/index.vue
@@ -135,15 +135,14 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 至
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+ 新增硬件
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/manage/newSigning/index.vue b/src/views/manage/newSigning/index.vue
index e396fd8..eb98c24 100644
--- a/src/views/manage/newSigning/index.vue
+++ b/src/views/manage/newSigning/index.vue
@@ -1,41 +1,133 @@
@@ -61,6 +153,18 @@ export default {
margin: 0 auto;
border-radius: 8px;
}
+
+ .btns {
+ position: absolute;
+ top: 30px;
+ right: 30px;
+ }
+
+ .addbtn {
+ margin-right: 100px;
+ float: right;
+ transform: translateY(-200%);
+ }
}
\ No newline at end of file
diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue
index 41f0a2f..057350f 100644
--- a/src/views/manage/patientInfo/index.vue
+++ b/src/views/manage/patientInfo/index.vue
@@ -70,7 +70,7 @@
-->
-
+
diff --git a/src/views/manage/preHospitalized/index.vue b/src/views/manage/preHospitalized/index.vue
index b2bc84e..1ecfa27 100644
--- a/src/views/manage/preHospitalized/index.vue
+++ b/src/views/manage/preHospitalized/index.vue
@@ -89,7 +89,7 @@
-->
diff --git a/src/views/manage/signRecord/index.vue b/src/views/manage/signRecord/index.vue
index 568e8cf..d980203 100644
--- a/src/views/manage/signRecord/index.vue
+++ b/src/views/manage/signRecord/index.vue
@@ -4,7 +4,7 @@
-
+
-
+
@@ -164,12 +164,10 @@
签约
- 忽略
- 详情
取消签约
+ v-if="queryParams.serviceStatus == 'SERVICE_CENTER'">解约
续约
@@ -182,7 +180,7 @@