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
3cce6124
Commit
3cce6124
authored
Oct 19, 2022
by
季圣华
Browse files
给单据列表增加数量列的展示(优化)
parent
48f088d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
3cce6124
...
...
@@ -189,15 +189,7 @@
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
客户
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
if
(
record
.
linkNumber
)
{
return
text
+
"
[转]
"
;
}
else
{
return
text
;
}
}
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
120
},
{
title
:
'
商品信息
'
,
dataIndex
:
'
materialsList
'
,
width
:
220
,
ellipsis
:
true
,
customRender
:
function
(
text
,
record
,
index
)
{
if
(
text
)
{
...
...
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