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
89df3f03
Commit
89df3f03
authored
Jun 27, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix auth/receiptList接口payorIds参数名
parent
cd7f7548
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/charge-query/index.vue
+2
-2
No files found.
src/views/charge-query/index.vue
View file @
89df3f03
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
</a-col>
</a-col>
<a-col
:xl=
"6"
:lg=
"6"
:sm=
"12"
>
<a-col
:xl=
"6"
:lg=
"6"
:sm=
"12"
>
<a-form-model-item
label=
"保险公司"
>
<a-form-model-item
label=
"保险公司"
>
<a-select
v-model=
"form.payorId"
placeholder=
"请选择保险公司"
allowClear
mode=
"multiple"
>
<a-select
v-model=
"form.payorId
s
"
placeholder=
"请选择保险公司"
allowClear
mode=
"multiple"
>
<a-select-option
v-for=
"item in companyOptions"
:key=
"item.corpCode"
:value=
"item.id"
>
<a-select-option
v-for=
"item in companyOptions"
:key=
"item.corpCode"
:value=
"item.id"
>
{{
item
.
longName
}}
{{
item
.
longName
}}
</a-select-option>
</a-select-option>
...
@@ -177,7 +177,7 @@ export default {
...
@@ -177,7 +177,7 @@ export default {
patientName
:
""
,
patientName
:
""
,
mrnNo
:
""
,
mrnNo
:
""
,
paymentCode
:
""
,
paymentCode
:
""
,
payorId
:
[],
payorId
s
:
[],
visitTimeEnd
:
""
,
visitTimeEnd
:
""
,
visitTimeStart
:
""
,
visitTimeStart
:
""
,
receiptType
:
""
,
receiptType
:
""
,
...
...
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