Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
53db602b
Commit
53db602b
authored
Sep 12, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
idcard扫描
parent
cabf2e35
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
Doctor.vue
src/doctor/Doctor.vue
+1
-1
Search.vue
src/doctor/followUp/search/Search.vue
+7
-0
Visit.vue
src/doctor/resident/Visit.vue
+1
-1
No files found.
src/doctor/Doctor.vue
View file @
53db602b
...
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
de42c09b-bcb0-4c21-9c8d-aaca5eff8cbb
'
token
=
'
e1f7a2d1-900c-472c-89af-ec10c87794ba
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/search/Search.vue
View file @
53db602b
...
...
@@ -11,7 +11,9 @@
clearable
@
clear=
"idCardClear"
ref=
"idCardField"
/>
<van-uploader
:max-size=
"5 * 1024 * 1024"
:after-read=
"afterRead"
max-count=
"1"
>
<doc-icon
type=
"doc-camera"
class=
"shrink-0 mr-3"
style=
"color: #575B66"
/>
</van-uploader>
</div>
<span
class=
"text-16 shrink-0 text-primary"
@
click=
"search"
>
搜索
...
...
@@ -183,6 +185,11 @@ export default {
clearHistory
()
{
setLocalStorage
(
this
.
historyKey
,
[])
this
.
history
=
[]
},
// 证件上传后
afterRead
(
file
)
{
console
.
log
(
file
)
showNotify
({
type
:
'primary'
,
message
:
'文件上传'
})
}
}
}
...
...
src/doctor/resident/Visit.vue
View file @
53db602b
...
...
@@ -208,7 +208,7 @@ export default {
delBtn
(
item
)
{
showConfirmDialog
({
title
:
'提示'
,
message
:
'确认删除该随访记录吗?确认后将无法查看该随访信息'
message
:
'确认删除该随访记录吗?
\
n
确认后将无法查看该随访信息'
}).
then
(()
=>
{
// on confirm
// console.log(item.id)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment