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 @@ @@ -182,7 +180,7 @@