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
b6dac633
Commit
b6dac633
authored
Dec 13, 2021
by
季圣华
Browse files
优化单据中操作员的展示排版
parent
bebcc1b7
Changes
19
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/AllocationOutList.vue
View file @
b6dac633
...
...
@@ -172,7 +172,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/AssembleList.vue
View file @
b6dac633
...
...
@@ -172,7 +172,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/DisassembleList.vue
View file @
b6dac633
...
...
@@ -172,7 +172,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/OtherInList.vue
View file @
b6dac633
...
...
@@ -189,7 +189,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/OtherOutList.vue
View file @
b6dac633
...
...
@@ -189,7 +189,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/PurchaseBackList.vue
View file @
b6dac633
...
...
@@ -189,7 +189,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/PurchaseInList.vue
View file @
b6dac633
...
...
@@ -191,7 +191,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/PurchaseOrderList.vue
View file @
b6dac633
...
...
@@ -177,7 +177,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/RetailBackList.vue
View file @
b6dac633
...
...
@@ -189,7 +189,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
付款金额
'
,
dataIndex
:
'
getAmount
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/RetailOutList.vue
View file @
b6dac633
...
...
@@ -183,7 +183,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
收款金额
'
,
dataIndex
:
'
getAmount
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/SaleBackList.vue
View file @
b6dac633
...
...
@@ -189,7 +189,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
b6dac633
...
...
@@ -177,7 +177,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
70
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
...
...
jshERP-web/src/views/bill/SaleOutList.vue
View file @
b6dac633
...
...
@@ -191,7 +191,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
145
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
含税合计
'
,
dataIndex
:
'
totalTaxLastMoney
'
,
width
:
80
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
jshERP-web/src/views/financial/AdvanceInList.vue
View file @
b6dac633
...
...
@@ -159,7 +159,7 @@
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
billTimeStr
'
,
width
:
160
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
合计金额
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
收款金额
'
,
dataIndex
:
'
changeAmount
'
,
width
:
80
},
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
...
...
jshERP-web/src/views/financial/GiroList.vue
View file @
b6dac633
...
...
@@ -148,7 +148,7 @@
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
billTimeStr
'
,
width
:
160
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
实付金额
'
,
dataIndex
:
'
changeAmount
'
,
width
:
80
},
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
...
...
jshERP-web/src/views/financial/ItemInList.vue
View file @
b6dac633
...
...
@@ -159,7 +159,7 @@
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
billTimeStr
'
,
width
:
160
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
收入金额
'
,
dataIndex
:
'
changeAmount
'
,
width
:
80
},
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
...
...
jshERP-web/src/views/financial/ItemOutList.vue
View file @
b6dac633
...
...
@@ -159,7 +159,7 @@
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
billTimeStr
'
,
width
:
160
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
支出金额
'
,
dataIndex
:
'
changeAmount
'
,
width
:
80
},
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
...
...
jshERP-web/src/views/financial/MoneyInList.vue
View file @
b6dac633
...
...
@@ -160,7 +160,7 @@
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
billTimeStr
'
,
width
:
160
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
合计收款
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
优惠金额
'
,
dataIndex
:
'
discountMoney
'
,
width
:
80
},
{
title
:
'
实际收款
'
,
dataIndex
:
'
changeAmount
'
,
width
:
80
},
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
b6dac633
...
...
@@ -160,7 +160,7 @@
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
billTimeStr
'
,
width
:
160
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
80
,
ellipsis
:
true
},
{
title
:
'
合计付款
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
优惠金额
'
,
dataIndex
:
'
discountMoney
'
,
width
:
80
},
{
title
:
'
实际付款
'
,
dataIndex
:
'
changeAmount
'
,
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