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
224cfce9
Commit
224cfce9
authored
Dec 13, 2022
by
季圣华
Browse files
批号选择页面样式优化
parent
de1ee0c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue
View file @
224cfce9
...
...
@@ -76,11 +76,11 @@
},
categoryTree
:[],
columns
:
[
{
dataIndex
:
'
batchNumber
'
,
title
:
'
批号
'
,
width
:
100
,
align
:
'
left
'
},
{
dataIndex
:
'
barCode
'
,
title
:
'
条码
'
,
width
:
100
},
{
dataIndex
:
'
name
'
,
title
:
'
名称
'
,
width
:
100
},
{
dataIndex
:
'
standard
'
,
title
:
'
规格
'
,
width
:
80
},
{
dataIndex
:
'
model
'
,
title
:
'
型号
'
,
width
:
80
},
{
dataIndex
:
'
batchNumber
'
,
title
:
'
批号
'
,
width
:
100
,
align
:
'
left
'
,
ellipsis
:
true
},
{
dataIndex
:
'
barCode
'
,
title
:
'
条码
'
,
width
:
100
,
ellipsis
:
true
},
{
dataIndex
:
'
name
'
,
title
:
'
名称
'
,
width
:
100
,
ellipsis
:
true
},
{
dataIndex
:
'
standard
'
,
title
:
'
规格
'
,
width
:
80
,
ellipsis
:
true
},
{
dataIndex
:
'
model
'
,
title
:
'
型号
'
,
width
:
80
,
ellipsis
:
true
},
{
dataIndex
:
'
expirationDateStr
'
,
title
:
'
有效期至
'
,
width
:
80
},
{
dataIndex
:
'
totalNum
'
,
title
:
'
库存
'
,
width
:
80
}
],
...
...
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