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
4b6e943e
Commit
4b6e943e
authored
Nov 17, 2022
by
孙海亮
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-wth-1105' into 'master'
核销管理下新增不能编辑的问题处理 See merge request
!12
parents
c9f7db0a
4ea354de
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
17 deletions
+24
-17
collection.vue
src/views/verification/collection.vue
+4
-1
index.vue
src/views/verification/index.vue
+4
-1
indexDetail.vue
src/views/verification/indexDetail.vue
+16
-15
No files found.
src/views/verification/collection.vue
View file @
4b6e943e
...
...
@@ -125,7 +125,10 @@ export default {
//新建回款
addNewEvt
(){
this
.
$router
.
push
({
path
:
'
/verification/collectionDetail
'
path
:
'
/verification/collectionDetail
'
,
query
:
{
isEdit
:
true
}
})
},
//编辑回款
...
...
src/views/verification/index.vue
View file @
4b6e943e
...
...
@@ -165,7 +165,10 @@ export default {
//新建EOB
addNewEvt
(){
this
.
$router
.
push
({
path
:
'
/verification/detail
'
path
:
'
/verification/detail
'
,
query
:
{
isEdit
:
true
}
})
},
//修改
...
...
src/views/verification/indexDetail.vue
View file @
4b6e943e
...
...
@@ -134,7 +134,10 @@ import BurtPagination from "@/components/CUSTOMER/pagation";
import
moment
from
"
moment
"
;
import
{
ClaimsStatusOptions
,
EOBStatusOptions
}
from
'
@/utils/utilsdictOptions.js
'
import
mixins
from
"
@/mixins
"
;
const
columns
=
[
export
default
{
data
()
{
const
columns
=
[
{
title
:
"
账单编号
"
,
dataIndex
:
"
receiptNo
"
,
ellipsis
:
true
,
width
:
100
},
{
title
:
"
客户姓名
"
,
dataIndex
:
"
patientName
"
,
ellipsis
:
true
,
width
:
85
},
{
title
:
"
保险公司
"
,
dataIndex
:
"
payorName
"
,
ellipsis
:
true
,
width
:
80
},
...
...
@@ -148,9 +151,7 @@ const columns = [
{
title
:
"
保险公司欠费
"
,
dataIndex
:
"
payorNoPaidAmount
"
,
ellipsis
:
true
,
width
:
110
,
},
{
title
:
"
个人欠费
"
,
dataIndex
:
"
perNoPaidAmount
"
,
ellipsis
:
true
,
width
:
85
},
{
title
:
"
备注
"
,
dataIndex
:
"
sendRemark
"
,
ellipsis
:
true
,
width
:
120
},
];
export
default
{
data
()
{
];
return
{
dialogShow
:
false
,
isEdit
:
false
,
...
...
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