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
0ed2101e
Commit
0ed2101e
authored
Sep 05, 2021
by
季圣华
Browse files
商品单据宽度优化
parent
e77b9391
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/MaterialList.vue
View file @
0ed2101e
...
@@ -154,13 +154,13 @@
...
@@ -154,13 +154,13 @@
// 表头
// 表头
columns
:
[
columns
:
[
{
title
:
'
条码
'
,
dataIndex
:
'
mBarCode
'
,
width
:
'
8%
'
},
{
title
:
'
条码
'
,
dataIndex
:
'
mBarCode
'
,
width
:
'
8%
'
},
{
title
:
'
名称
'
,
dataIndex
:
'
name
'
,
width
:
'
8
%
'
},
{
title
:
'
名称
'
,
dataIndex
:
'
name
'
,
width
:
'
10
%
'
},
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
'
5
%
'
},
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
'
6
%
'
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
'
5
%
'
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
'
6
%
'
},
{
title
:
'
颜色
'
,
dataIndex
:
'
color
'
,
width
:
'
5
%
'
},
{
title
:
'
颜色
'
,
dataIndex
:
'
color
'
,
width
:
'
4
%
'
},
{
title
:
'
类别
'
,
dataIndex
:
'
categoryName
'
,
width
:
'
5
%
'
},
{
title
:
'
类别
'
,
dataIndex
:
'
categoryName
'
,
width
:
'
6
%
'
},
{
title
:
'
扩展信息
'
,
dataIndex
:
'
materialOther
'
,
width
:
'
6%
'
},
{
title
:
'
扩展信息
'
,
dataIndex
:
'
materialOther
'
,
width
:
'
6%
'
},
{
title
:
'
单位
'
,
dataIndex
:
'
unit
'
,
width
:
'
6
%
'
,
{
title
:
'
单位
'
,
dataIndex
:
'
unit
'
,
width
:
'
5
%
'
,
scopedSlots
:
{
customRender
:
'
customRenderUnit
'
}
scopedSlots
:
{
customRender
:
'
customRenderUnit
'
}
},
},
{
title
:
'
安全存量
'
,
dataIndex
:
'
safetyStock
'
,
width
:
'
5%
'
},
{
title
:
'
安全存量
'
,
dataIndex
:
'
safetyStock
'
,
width
:
'
5%
'
},
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
title
:
'
操作
'
,
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
align
:
"
center
"
,
width
:
'
10
%
'
,
width
:
'
8
%
'
,
scopedSlots
:
{
customRender
:
'
action
'
},
scopedSlots
:
{
customRender
:
'
action
'
},
}
}
],
],
...
...
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