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
8744e7eb
Commit
8744e7eb
authored
Jul 28, 2021
by
季圣华
Browse files
优化库存逻辑和单据sku
parent
7154492a
Changes
4
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue
View file @
8744e7eb
...
...
@@ -100,7 +100,8 @@
{
dataIndex
:
'
model
'
,
title
:
'
型号
'
,
width
:
80
},
{
dataIndex
:
'
unit
'
,
title
:
'
单位
'
,
width
:
60
},
{
dataIndex
:
'
sku
'
,
title
:
'
多属性
'
,
width
:
100
},
{
dataIndex
:
'
stock
'
,
title
:
'
库存
'
,
width
:
50
},
{
dataIndex
:
'
skuStock
'
,
title
:
'
多属性库存
'
,
width
:
100
},
{
dataIndex
:
'
stock
'
,
title
:
'
商品库存
'
,
width
:
100
},
{
dataIndex
:
'
expand
'
,
title
:
'
扩展信息
'
,
width
:
80
}
],
scrollTrigger
:
{},
...
...
jshERP-web/src/views/bill/modules/PurchaseBackModal.vue
View file @
8744e7eb
...
...
@@ -190,7 +190,7 @@
{
title
:
'
单价
'
,
key
:
'
unitPrice
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
},
{
title
:
'
含税单价
'
,
key
:
'
taxUnitPrice
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
readonly
:
true
},
{
title
:
'
金额
'
,
key
:
'
allPrice
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
},
{
title
:
'
税率
'
,
key
:
'
taxRate
'
,
width
:
'
3
%
'
,
type
:
FormTypes
.
inputNumber
,
placeholder
:
'
%
'
},
{
title
:
'
税率
'
,
key
:
'
taxRate
'
,
width
:
'
4
%
'
,
type
:
FormTypes
.
inputNumber
,
placeholder
:
'
%
'
},
{
title
:
'
税额
'
,
key
:
'
taxMoney
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
,
readonly
:
true
},
{
title
:
'
价税合计
'
,
key
:
'
taxLastMoney
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
},
{
title
:
'
备注
'
,
key
:
'
remark
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
input
}
...
...
jshERP-web/src/views/bill/modules/SaleBackModal.vue
View file @
8744e7eb
...
...
@@ -193,9 +193,9 @@
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
单价
'
,
key
:
'
unitPrice
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
},
{
title
:
'
含税单价
'
,
key
:
'
taxUnitPrice
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
inputNumber
,
readonly
:
true
},
{
title
:
'
含税单价
'
,
key
:
'
taxUnitPrice
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
inputNumber
,
readonly
:
true
},
{
title
:
'
金额
'
,
key
:
'
allPrice
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
},
{
title
:
'
税率
'
,
key
:
'
taxRate
'
,
width
:
'
3
%
'
,
type
:
FormTypes
.
inputNumber
,
placeholder
:
'
%
'
},
{
title
:
'
税率
'
,
key
:
'
taxRate
'
,
width
:
'
4
%
'
,
type
:
FormTypes
.
inputNumber
,
placeholder
:
'
%
'
},
{
title
:
'
税额
'
,
key
:
'
taxMoney
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
,
readonly
:
true
},
{
title
:
'
价税合计
'
,
key
:
'
taxLastMoney
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
},
{
title
:
'
备注
'
,
key
:
'
remark
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
input
}
...
...
jshERP-web/src/views/bill/modules/SaleOutModal.vue
View file @
8744e7eb
...
...
@@ -193,9 +193,9 @@
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
单价
'
,
key
:
'
unitPrice
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
},
{
title
:
'
含税单价
'
,
key
:
'
taxUnitPrice
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
inputNumber
,
readonly
:
true
},
{
title
:
'
含税单价
'
,
key
:
'
taxUnitPrice
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
inputNumber
,
readonly
:
true
},
{
title
:
'
金额
'
,
key
:
'
allPrice
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
},
{
title
:
'
税率
'
,
key
:
'
taxRate
'
,
width
:
'
3
%
'
,
type
:
FormTypes
.
inputNumber
,
placeholder
:
'
%
'
},
{
title
:
'
税率
'
,
key
:
'
taxRate
'
,
width
:
'
4
%
'
,
type
:
FormTypes
.
inputNumber
,
placeholder
:
'
%
'
},
{
title
:
'
税额
'
,
key
:
'
taxMoney
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
,
readonly
:
true
},
{
title
:
'
价税合计
'
,
key
:
'
taxLastMoney
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
},
{
title
:
'
备注
'
,
key
:
'
remark
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
input
}
...
...
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