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
c51aa7c7
Commit
c51aa7c7
authored
Oct 06, 2022
by
季圣华
Browse files
出库明细单据,排序优化
parent
c69506db
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/OutDetail.vue
View file @
c51aa7c7
...
...
@@ -181,8 +181,8 @@
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
60
,
ellipsis
:
true
},
{
title
:
'
单位
'
,
dataIndex
:
'
mUnit
'
,
width
:
50
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
operNumber
'
,
sorter
:
(
a
,
b
)
=>
a
.
operNumber
-
b
.
operNumber
,
width
:
60
},
{
title
:
'
单价
'
,
dataIndex
:
'
unitPrice
'
,
sorter
:
(
a
,
b
)
=>
a
.
operNumber
-
b
.
operNumber
,
width
:
60
},
{
title
:
'
金额
'
,
dataIndex
:
'
allPrice
'
,
sorter
:
(
a
,
b
)
=>
a
.
operNumber
-
b
.
operNumber
,
width
:
60
},
{
title
:
'
单价
'
,
dataIndex
:
'
unitPrice
'
,
sorter
:
(
a
,
b
)
=>
a
.
unitPrice
-
b
.
unitPrice
,
width
:
60
},
{
title
:
'
金额
'
,
dataIndex
:
'
allPrice
'
,
sorter
:
(
a
,
b
)
=>
a
.
allPrice
-
b
.
allPrice
,
width
:
60
},
{
title
:
'
税率(%)
'
,
dataIndex
:
'
taxRate
'
,
width
:
60
},
{
title
:
'
税额
'
,
dataIndex
:
'
taxMoney
'
,
sorter
:
(
a
,
b
)
=>
a
.
taxMoney
-
b
.
taxMoney
,
width
:
60
},
{
title
:
'
客户
'
,
dataIndex
:
'
sname
'
,
width
:
80
,
ellipsis
:
true
},
...
...
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