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
48f088d4
Commit
48f088d4
authored
Oct 19, 2022
by
季圣华
Browse files
给单据列表增加数量列的展示
parent
3f1b4410
Changes
13
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/AllocationOutList.vue
View file @
48f088d4
...
...
@@ -194,6 +194,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/AssembleList.vue
View file @
48f088d4
...
...
@@ -194,6 +194,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/DisassembleList.vue
View file @
48f088d4
...
...
@@ -194,6 +194,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/OtherInList.vue
View file @
48f088d4
...
...
@@ -211,6 +211,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/OtherOutList.vue
View file @
48f088d4
...
...
@@ -211,6 +211,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/PurchaseBackList.vue
View file @
48f088d4
...
...
@@ -221,6 +221,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/PurchaseInList.vue
View file @
48f088d4
...
...
@@ -223,6 +223,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/PurchaseOrderList.vue
View file @
48f088d4
...
...
@@ -201,6 +201,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/RetailBackList.vue
View file @
48f088d4
...
...
@@ -221,6 +221,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
付款金额
'
,
dataIndex
:
'
getAmount
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/RetailOutList.vue
View file @
48f088d4
...
...
@@ -215,6 +215,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
收款金额
'
,
dataIndex
:
'
getAmount
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/SaleBackList.vue
View file @
48f088d4
...
...
@@ -221,6 +221,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
48f088d4
...
...
@@ -207,6 +207,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/SaleOutList.vue
View file @
48f088d4
...
...
@@ -223,6 +223,7 @@
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
数量
'
,
dataIndex
:
'
materialCount
'
,
width
:
60
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
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