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
fc895c6e
Commit
fc895c6e
authored
Oct 10, 2021
by
季圣华
Browse files
优化商品库存和流水的页面布局
parent
8454c5d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/MaterialStock.vue
View file @
fc895c6e
...
...
@@ -124,15 +124,15 @@
}
},
{
title
:
'
条码
'
,
dataIndex
:
'
mBarCode
'
,
width
:
80
},
{
title
:
'
名称
'
,
dataIndex
:
'
name
'
,
width
:
8
0
},
{
title
:
'
名称
'
,
dataIndex
:
'
name
'
,
width
:
14
0
},
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
80
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
80
},
{
title
:
'
颜色
'
,
dataIndex
:
'
color
'
,
width
:
80
},
{
title
:
'
类别
'
,
dataIndex
:
'
categoryName
'
,
width
:
80
},
{
title
:
'
单位
'
,
dataIndex
:
'
unitName
'
,
width
:
8
0
},
{
title
:
'
单位
'
,
dataIndex
:
'
unitName
'
,
width
:
6
0
},
{
title
:
'
单价
'
,
dataIndex
:
'
purchaseDecimal
'
,
width
:
60
},
{
title
:
'
初始库存
'
,
dataIndex
:
'
initialStock
'
,
width
:
8
0
},
{
title
:
'
当前库存
'
,
dataIndex
:
'
currentStock
'
,
width
:
8
0
},
{
title
:
'
初始库存
'
,
dataIndex
:
'
initialStock
'
,
width
:
6
0
},
{
title
:
'
当前库存
'
,
dataIndex
:
'
currentStock
'
,
width
:
6
0
},
{
title
:
'
当前库存金额
'
,
dataIndex
:
'
currentStockPrice
'
,
width
:
80
},
{
title
:
'
库存流水
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
100
,
scopedSlots
:
{
customRender
:
'
action
'
}
...
...
jshERP-web/src/views/report/modules/MaterialInOutList.vue
View file @
fc895c6e
<
template
>
<a-modal
:title=
"title"
:width=
"1
00
0"
:width=
"1
25
0"
:visible=
"visible"
@
cancel=
"handleCancel"
cancelText=
"关闭"
...
...
@@ -66,15 +66,15 @@
}
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
1
5
0
,
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
1
0
0
,
scopedSlots
:
{
customRender
:
'
numberCustomRender
'
},
},
{
title
:
'
类型
'
,
dataIndex
:
'
type
'
,
width
:
100
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
100
},
{
title
:
'
名称
'
,
dataIndex
:
'
materialName
'
,
width
:
1
00
},
{
title
:
'
名称
'
,
dataIndex
:
'
materialName
'
,
width
:
2
00
},
{
title
:
'
仓库名称
'
,
dataIndex
:
'
depotName
'
,
width
:
80
},
{
title
:
'
数量
'
,
dataIndex
:
'
basicNumber
'
,
width
:
80
},
{
title
:
'
日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
8
0
}
{
title
:
'
日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
0
0
}
],
labelCol
:
{
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