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
c0e7ff08
Commit
c0e7ff08
authored
Jul 26, 2023
by
金王方-del
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改保险公司搜索
parent
8d8a582f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
detail.vue
src/views/charge-query/detail.vue
+2
-2
index.vue
src/views/charge-query/index.vue
+2
-2
lpjManage.vue
src/views/charge-query/lpjManage.vue
+2
-2
lpjManageDetail.vue
src/views/charge-query/lpjManageDetail.vue
+2
-2
No files found.
src/views/charge-query/detail.vue
View file @
c0e7ff08
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
</a-col>
</a-col>
<a-col
:xl=
"5"
:lg=
"6"
:sm=
"12"
>
<a-col
:xl=
"5"
:lg=
"6"
:sm=
"12"
>
<a-form-model-item
label=
"保险公司"
>
<a-form-model-item
label=
"保险公司"
>
<a-select
v-model=
"form.payorId"
placeholder=
"请选择保险公司"
allowClear
showSearch
disabled
>
<a-select
v-model=
"form.payorId"
placeholder=
"请选择保险公司"
allowClear
showSearch
disabled
optionFilterProp=
"label"
>
<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"
:label=
"item.longName"
>
{{
item
.
longName
}}
{{
item
.
longName
}}
</a-select-option>
</a-select-option>
</a-select>
</a-select>
...
...
src/views/charge-query/index.vue
View file @
c0e7ff08
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<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.payorIds"
placeholder=
"请选择保险公司"
allowClear
show-search
mode=
"multiple"
<a-select
v-model=
"form.payorIds"
placeholder=
"请选择保险公司"
allowClear
show-search
mode=
"multiple"
:filterOption=
"filterCode"
>
:filterOption=
"filterCode"
optionFilterProp=
"label"
>
<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"
:label=
"item.longName"
>
{{
item
.
longName
}}
{{
item
.
longName
}}
</a-select-option>
</a-select-option>
</a-select>
</a-select>
...
...
src/views/charge-query/lpjManage.vue
View file @
c0e7ff08
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
</a-col>
</a-col>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-form-model-item
label=
"保险公司"
>
<a-form-model-item
label=
"保险公司"
>
<a-select
v-model=
"form.payorCode"
placeholder=
"请选择保险公司"
showSearch
allowClear
>
<a-select
v-model=
"form.payorCode"
placeholder=
"请选择保险公司"
showSearch
allowClear
optionFilterProp=
"label"
>
<a-select-option
v-for=
"item in companyOptions"
:key=
"item.
id"
:value=
"item.payorCod
e"
>
<a-select-option
v-for=
"item in companyOptions"
:key=
"item.
longName"
:value=
"item.payorCode"
:label=
"item.longNam
e"
>
{{
item
.
longName
}}
{{
item
.
longName
}}
</a-select-option>
</a-select-option>
</a-select>
</a-select>
...
...
src/views/charge-query/lpjManageDetail.vue
View file @
c0e7ff08
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<a-row
:gutter=
"30"
>
<a-row
:gutter=
"30"
>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-form-model-item
label=
"保险公司"
>
<a-form-model-item
label=
"保险公司"
>
<a-select
v-model=
"form.payorCode"
placeholder=
"请选择保险公司"
allow-clear
showSearch
:disabled=
"!isEdit"
>
<a-select
v-model=
"form.payorCode"
placeholder=
"请选择保险公司"
allow-clear
showSearch
:disabled=
"!isEdit"
optionFilterProp=
"label"
>
<a-select-option
v-for=
"item in companyOptions"
:key=
"item.id"
:value=
"item.payorCode"
>
<a-select-option
v-for=
"item in companyOptions"
:key=
"item.id"
:value=
"item.payorCode"
:label=
"item.longName"
>
{{
item
.
longName
}}
{{
item
.
longName
}}
</a-select-option>
</a-select-option>
</a-select>
</a-select>
...
...
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