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
ecc32e0b
Commit
ecc32e0b
authored
Sep 09, 2022
by
季圣华
Browse files
给组调拨单界面去掉序列号和批号的选择
parent
62ef2b39
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/BillDetail.vue
View file @
ecc32e0b
...
...
@@ -1236,9 +1236,6 @@
{
title
:
'
库存
'
,
dataIndex
:
'
stock
'
},
{
title
:
'
调入仓库
'
,
dataIndex
:
'
anotherDepotName
'
},
{
title
:
'
单位
'
,
dataIndex
:
'
unit
'
},
{
title
:
'
序列号
'
,
dataIndex
:
'
snList
'
},
{
title
:
'
批号
'
,
dataIndex
:
'
batchNumber
'
},
{
title
:
'
有效期
'
,
dataIndex
:
'
expirationDate
'
},
{
title
:
'
多属性
'
,
dataIndex
:
'
sku
'
},
{
title
:
'
数量
'
,
dataIndex
:
'
operNumber
'
},
{
title
:
'
单价
'
,
dataIndex
:
'
unitPrice
'
},
...
...
jshERP-web/src/views/bill/modules/AllocationOutModal.vue
View file @
ecc32e0b
...
...
@@ -151,9 +151,6 @@
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
调入仓库
'
,
key
:
'
anotherDepotId
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
},
{
title
:
'
单位
'
,
key
:
'
unit
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
序列号
'
,
key
:
'
snList
'
,
width
:
'
12%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
sn
'
,
multi
:
true
},
{
title
:
'
批号
'
,
key
:
'
batchNumber
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
batch
'
,
multi
:
false
},
{
title
:
'
有效期
'
,
key
:
'
expirationDate
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
多属性
'
,
key
:
'
sku
'
,
width
:
'
9%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
数量
'
,
key
:
'
operNumber
'
,
width
:
'
5%
'
,
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