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
c54ee8e6
Commit
c54ee8e6
authored
Mar 07, 2024
by
朱彩云
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(回款管理仅全部账单需要是否已回款字段): 表格显示问题修复
parent
966202ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
collectionDetail.vue
src/views/verification/collectionDetail.vue
+3
-2
No files found.
src/views/verification/collectionDetail.vue
View file @
c54ee8e6
...
@@ -283,7 +283,7 @@
...
@@ -283,7 +283,7 @@
/>
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-col
:lg=
"6"
:sm=
"12"
v-if=
"activeKey1 === '1'"
>
<a-form-model-item
label=
""
class=
"mar_l40"
>
<a-form-model-item
label=
""
class=
"mar_l40"
>
<a-checkbox
<a-checkbox
:checked=
"searchForm.hasBack == 'Y'"
:checked=
"searchForm.hasBack == 'Y'"
...
@@ -738,7 +738,8 @@ export default {
...
@@ -738,7 +738,8 @@ export default {
this
.
searchForm
=
{
this
.
searchForm
=
{
billDate
:
[],
billDate
:
[],
mrnNo
:
''
,
// 病历号
mrnNo
:
''
,
// 病历号
patientName
:
''
// 客户名字
patientName
:
''
,
// 客户名字
hasBack
:
'
N
'
}
}
}
}
},
},
...
...
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