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
802d1a54
Commit
802d1a54
authored
Feb 24, 2023
by
yanglilong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func_eccs_1942' into 'master'
fix EOB管理未赔付金额不可编辑问题 See merge request
!29
parents
2fc069d2
5ef8173b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
indexDetail.vue
src/views/verification/indexDetail.vue
+1
-2
No files found.
src/views/verification/indexDetail.vue
View file @
802d1a54
...
...
@@ -141,7 +141,7 @@
</a-col>
<a-col
:lg=
"12"
:xs=
"24"
>
<a-form-model-item
label=
"未赔付金额"
prop=
"refuseAmountEob"
>
<a-input
v-model.trim=
"editFormObj.refuseAmountEob"
placeholder=
"未赔付金额"
type=
"number"
disabled
/>
<a-input
v-model.trim=
"editFormObj.refuseAmountEob"
placeholder=
"未赔付金额"
type=
"number"
/>
</a-form-model-item>
</a-col>
<!-- eccs-1944 -->
...
...
@@ -336,7 +336,6 @@ export default {
claimsStatus
:
record
.
claimsStatus
||
""
,
paidAmountEob
:
record
.
paidAmountEob
||
""
,
};
this
.
moneyChange
();
})
},
//编辑保存
...
...
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