Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
66d76730
Commit
66d76730
authored
May 28, 2022
by
季圣华
Browse files
优化账户流水的页面排版
parent
f0ecf2b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/modules/AccountInOutList.vue
View file @
66d76730
...
@@ -70,12 +70,12 @@
...
@@ -70,12 +70,12 @@
}
}
},
},
{
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
1
5
0
,
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
1
2
0
,
scopedSlots
:
{
customRender
:
'
numberCustomRender
'
},
scopedSlots
:
{
customRender
:
'
numberCustomRender
'
},
},
},
{
title
:
'
类型
'
,
dataIndex
:
'
type
'
,
width
:
100
},
{
title
:
'
类型
'
,
dataIndex
:
'
type
'
,
width
:
100
},
{
title
:
'
单位信息
'
,
dataIndex
:
'
supplierName
'
,
width
:
1
50
},
{
title
:
'
单位信息
'
,
dataIndex
:
'
supplierName
'
,
width
:
1
80
,
ellipsis
:
true
},
{
title
:
'
金额
'
,
dataIndex
:
'
changeAmount
'
,
width
:
80
,
{
title
:
'
金额
'
,
dataIndex
:
'
changeAmount
'
,
width
:
100
,
ellipsis
:
true
,
customRender
:
function
(
t
,
r
,
index
)
{
customRender
:
function
(
t
,
r
,
index
)
{
if
(
r
.
aList
&&
r
.
amList
)
{
if
(
r
.
aList
&&
r
.
amList
)
{
let
aListArr
=
r
.
aList
.
toString
().
split
(
"
,
"
);
let
aListArr
=
r
.
aList
.
toString
().
split
(
"
,
"
);
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
}
}
},
},
{
title
:
'
余额
'
,
dataIndex
:
'
balance
'
,
width
:
80
},
{
title
:
'
余额
'
,
dataIndex
:
'
balance
'
,
width
:
80
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
8
0
}
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
2
0
}
],
],
labelCol
:
{
labelCol
:
{
xs
:
{
span
:
1
},
xs
:
{
span
:
1
},
...
...
Write
Preview
Supports
Markdown
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