Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
d17036dd
Commit
d17036dd
authored
3 years ago
by
1105332245
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
a31fb61c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
detail.vue
src/views/charge-query/detail.vue
+6
-6
lpjManageDetail.vue
src/views/charge-query/lpjManageDetail.vue
+1
-1
index.vue
src/views/welfare/info/components/coverages/index.vue
+1
-1
No files found.
src/views/charge-query/detail.vue
View file @
d17036dd
...
...
@@ -6,7 +6,7 @@
<a-row
:gutter=
"30"
>
<a-col
:xl=
"4"
:lg=
"6"
:sm=
"12"
>
<a-form-model-item
label=
"病历号"
>
<a-input
v-model=
"form.
patient
No"
placeholder=
"请输入病历号"
allow-clear
/>
<a-input
v-model=
"form.
mrn
No"
placeholder=
"请输入病历号"
allow-clear
/>
</a-form-model-item>
</a-col>
<a-col
:xl=
"4"
:lg=
"6"
:sm=
"12"
>
...
...
@@ -154,7 +154,7 @@ export default {
pageForm
:
{
doctorCode
:
""
,
patientName
:
""
,
patient
No
:
""
,
mrn
No
:
""
,
paymentCode
:
""
,
payorId
:
0
,
visitTimeEnd
:
""
,
...
...
@@ -187,11 +187,11 @@ export default {
},
editFormObj
:
{
id
:
""
,
patient
No
:
''
,
mrn
No
:
''
,
patientName
:
''
,
},
editRules
:
{
patient
No
:
[{
required
:
true
,
message
:
"
病历号
"
,
trigger
:
"
blur
"
}],
mrn
No
:
[{
required
:
true
,
message
:
"
病历号
"
,
trigger
:
"
blur
"
}],
patientName
:
[{
required
:
true
,
message
:
"
客户姓名
"
,
trigger
:
"
blur
"
}],
},
};
...
...
@@ -327,8 +327,8 @@ export default {
},
// 重置
handlerReset
()
{
const
{
patient
No
,
patientName
}
=
this
.
form
;
this
.
form
=
{
patient
No
,
patientName
};
const
{
mrn
No
,
patientName
}
=
this
.
form
;
this
.
form
=
{
mrn
No
,
patientName
};
},
editEvt
(
record
)
{
this
.
editFormObj
=
{
...
...
This diff is collapsed.
Click to expand it.
src/views/charge-query/lpjManageDetail.vue
View file @
d17036dd
...
...
@@ -160,7 +160,7 @@ import moment from 'moment'
export
default
{
data
()
{
const
columns
=
[
{
title
:
"
就诊日期
"
,
dataIndex
:
"
visitTimeStart
"
,
width
:
200
,
scopedSlots
:
{
customRender
:
"
visitTimeStart
"
}
},
{
title
:
"
就诊日期
"
,
dataIndex
:
"
receiptDate
"
,
width
:
200
,
scopedSlots
:
{
customRender
:
"
receiptDate
"
}
},
{
title
:
"
病历号
"
,
dataIndex
:
"
patientNo
"
,
key
:
"
patientNo
"
,
align
:
'
center
'
,
width
:
136
},
{
title
:
"
客户姓名
"
,
dataIndex
:
"
patientName
"
,
width
:
98
},
{
title
:
"
账单编号
"
,
dataIndex
:
"
receiptNo
"
,
key
:
"
receiptNo
"
,
align
:
'
center
'
,
width
:
136
},
...
...
This diff is collapsed.
Click to expand it.
src/views/welfare/info/components/coverages/index.vue
View file @
d17036dd
...
...
@@ -74,7 +74,7 @@ export default {
Y
:
'
是
'
,
N
:
'
否
'
};
return
data
[
value
];
return
data
[
value
]
||
'
否
'
;
},
},
watch
:
{
...
...
This diff is collapsed.
Click to expand it.
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