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
73890021
Commit
73890021
authored
Oct 05, 2022
by
季圣华
Browse files
调整单据列表的操作按钮的位置,改到最左侧
parent
2173def0
Changes
36
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/AllocationOutList.vue
View file @
73890021
...
...
@@ -170,6 +170,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
if
(
record
.
linkNumber
)
{
...
...
@@ -191,12 +197,6 @@
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/AssembleList.vue
View file @
73890021
...
...
@@ -170,6 +170,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
if
(
record
.
linkNumber
)
{
...
...
@@ -191,12 +197,6 @@
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/DisassembleList.vue
View file @
73890021
...
...
@@ -170,6 +170,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
if
(
record
.
linkNumber
)
{
...
...
@@ -191,12 +197,6 @@
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/OtherInList.vue
View file @
73890021
...
...
@@ -186,6 +186,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
供应商
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -208,12 +214,6 @@
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/OtherOutList.vue
View file @
73890021
...
...
@@ -186,6 +186,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
客户
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -208,12 +214,6 @@
{
title
:
'
金额合计
'
,
dataIndex
:
'
totalPrice
'
,
width
:
80
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/PurchaseBackList.vue
View file @
73890021
...
...
@@ -196,6 +196,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
160
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
供应商
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -230,12 +236,6 @@
{
title
:
'
退款
'
,
dataIndex
:
'
changeAmount
'
,
width
:
50
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
160
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/PurchaseInList.vue
View file @
73890021
...
...
@@ -198,6 +198,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
180
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
供应商
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -238,12 +244,6 @@
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
180
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/PurchaseOrderList.vue
View file @
73890021
...
...
@@ -176,6 +176,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
供应商
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -208,12 +214,6 @@
{
title
:
'
支付订金
'
,
dataIndex
:
'
changeAmount
'
,
width
:
60
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/RetailBackList.vue
View file @
73890021
...
...
@@ -196,6 +196,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
会员
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -228,12 +234,6 @@
{
title
:
'
找零
'
,
dataIndex
:
'
backAmount
'
,
width
:
50
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/RetailOutList.vue
View file @
73890021
...
...
@@ -190,6 +190,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
会员
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -222,12 +228,6 @@
{
title
:
'
找零
'
,
dataIndex
:
'
backAmount
'
,
width
:
50
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/SaleBackList.vue
View file @
73890021
...
...
@@ -196,6 +196,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
160
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
客户
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -230,12 +236,6 @@
{
title
:
'
退款
'
,
dataIndex
:
'
changeAmount
'
,
width
:
50
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
160
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
73890021
...
...
@@ -182,6 +182,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
客户
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -217,12 +223,6 @@
},
{
title
:
'
采购进度
'
,
dataIndex
:
'
purchaseStatus
'
,
width
:
70
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderPurchaseStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
150
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/bill/SaleOutList.vue
View file @
73890021
...
...
@@ -198,6 +198,12 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
180
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
客户
'
,
dataIndex
:
'
organName
'
,
width
:
120
,
ellipsis
:
true
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
160
,
customRender
:
function
(
text
,
record
,
index
)
{
...
...
@@ -238,12 +244,6 @@
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
align
:
"
center
"
,
width
:
180
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/financial/AdvanceInList.vue
View file @
73890021
...
...
@@ -172,6 +172,13 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
付款会员
'
,
dataIndex
:
'
organName
'
,
width
:
140
,
ellipsis
:
true
},
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
...
...
@@ -182,13 +189,6 @@
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/financial/GiroList.vue
View file @
73890021
...
...
@@ -172,6 +172,13 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
billTimeStr
'
,
width
:
160
},
...
...
@@ -180,13 +187,6 @@
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/financial/ItemInList.vue
View file @
73890021
...
...
@@ -182,6 +182,13 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
往来单位
'
,
dataIndex
:
'
organName
'
,
width
:
140
,
ellipsis
:
true
},
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
...
...
@@ -191,13 +198,6 @@
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/financial/ItemOutList.vue
View file @
73890021
...
...
@@ -182,6 +182,13 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
往来单位
'
,
dataIndex
:
'
organName
'
,
width
:
140
,
ellipsis
:
true
},
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
...
...
@@ -191,13 +198,6 @@
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/financial/MoneyInList.vue
View file @
73890021
...
...
@@ -183,6 +183,13 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
客户
'
,
dataIndex
:
'
organName
'
,
width
:
140
,
ellipsis
:
true
},
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
...
...
@@ -194,13 +201,6 @@
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
73890021
...
...
@@ -183,6 +183,13 @@
},
// 表头
columns
:
[
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
},
{
title
:
'
供应商
'
,
dataIndex
:
'
organName
'
,
width
:
140
,
ellipsis
:
true
},
{
title
:
'
财务人员
'
,
dataIndex
:
'
handsPersonName
'
,
width
:
140
},
{
title
:
'
单据编号
'
,
dataIndex
:
'
billNo
'
,
width
:
160
},
...
...
@@ -194,13 +201,6 @@
{
title
:
'
备注
'
,
dataIndex
:
'
remark
'
,
width
:
200
},
{
title
:
'
状态
'
,
dataIndex
:
'
status
'
,
width
:
80
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
customRenderStatus
'
}
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
200
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
],
url
:
{
...
...
jshERP-web/src/views/material/MaterialAttributeList.vue
View file @
73890021
...
...
@@ -97,15 +97,15 @@
return
parseInt
(
index
)
+
1
;
}
},
{
title
:
'
属性名
'
,
dataIndex
:
'
attributeName
'
,
width
:
200
},
{
title
:
'
属性值(用竖线隔开)
'
,
dataIndex
:
'
attributeValue
'
,
width
:
500
},
{
title
:
'
操作
'
,
dataIndex
:
'
action
'
,
width
:
100
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
'
action
'
},
}
},
{
title
:
'
属性名
'
,
dataIndex
:
'
attributeName
'
,
width
:
200
},
{
title
:
'
属性值(用竖线隔开)
'
,
dataIndex
:
'
attributeValue
'
,
width
:
500
}
],
url
:
{
list
:
"
/materialAttribute/list
"
,
...
...
Prev
1
2
Next
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