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
bea99d58
Commit
bea99d58
authored
May 19, 2022
by
季圣华
Browse files
优化销售单据分批出库的界面
parent
fe50e259
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/SaleOutModal.vue
View file @
bea99d58
...
...
@@ -267,7 +267,7 @@
{
title
:
'
有效期
'
,
key
:
'
expirationDate
'
,
width
:
'
6%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
多属性
'
,
key
:
'
sku
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
原数量
'
,
key
:
'
preNumber
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
已
入
库
'
,
key
:
'
finishNumber
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
已
出
库
'
,
key
:
'
finishNumber
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
数量
'
,
key
:
'
operNumber
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
...
...
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