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
8dbc7226
Commit
8dbc7226
authored
Apr 28, 2022
by
神话
Browse files
给关联单据选择列表中增加含税金额的列
parent
2df1e020
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/LinkBillList.vue
View file @
8dbc7226
...
...
@@ -76,9 +76,14 @@
}
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
1
4
5
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
1
3
5
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
70
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
70
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
return
(
record
.
discountMoney
+
record
.
discountLastMoney
).
toFixed
(
2
);
}
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
70
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
}
...
...
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