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
afda050e
Commit
afda050e
authored
Feb 22, 2022
by
季圣华
Browse files
给财务单据增加数据权限
parent
9d0d61d7
Changes
6
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/financial/AdvanceInList.vue
View file @
afda050e
...
...
@@ -127,6 +127,7 @@
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
{
FinancialListMixin
}
from
'
./mixins/FinancialListMixin
'
import
JDate
from
'
@/components/jeecg/JDate
'
import
Vue
from
'
vue
'
export
default
{
name
:
"
AdvanceInList
"
,
mixins
:[
JeecgListMixin
,
FinancialListMixin
],
...
...
@@ -151,7 +152,8 @@
type
:
"
收预付款
"
,
organId
:
""
,
creator
:
""
,
handsPersonId
:
""
handsPersonId
:
""
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
},
// 表头
columns
:
[
...
...
jshERP-web/src/views/financial/GiroList.vue
View file @
afda050e
...
...
@@ -118,6 +118,7 @@
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
{
FinancialListMixin
}
from
'
./mixins/FinancialListMixin
'
import
JDate
from
'
@/components/jeecg/JDate
'
import
Vue
from
'
vue
'
export
default
{
name
:
"
GiroList
"
,
mixins
:[
JeecgListMixin
,
FinancialListMixin
],
...
...
@@ -141,7 +142,8 @@
searchMaterial
:
""
,
type
:
"
转账
"
,
creator
:
""
,
handsPersonId
:
""
handsPersonId
:
""
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
},
// 表头
columns
:
[
...
...
jshERP-web/src/views/financial/ItemInList.vue
View file @
afda050e
...
...
@@ -127,6 +127,7 @@
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
{
FinancialListMixin
}
from
'
./mixins/FinancialListMixin
'
import
JDate
from
'
@/components/jeecg/JDate
'
import
Vue
from
'
vue
'
export
default
{
name
:
"
ItemInList
"
,
mixins
:[
JeecgListMixin
,
FinancialListMixin
],
...
...
@@ -151,7 +152,8 @@
type
:
"
收入
"
,
organId
:
""
,
creator
:
""
,
handsPersonId
:
""
handsPersonId
:
""
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
},
// 表头
columns
:
[
...
...
jshERP-web/src/views/financial/ItemOutList.vue
View file @
afda050e
...
...
@@ -127,6 +127,7 @@
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
{
FinancialListMixin
}
from
'
./mixins/FinancialListMixin
'
import
JDate
from
'
@/components/jeecg/JDate
'
import
Vue
from
'
vue
'
export
default
{
name
:
"
ItemOutList
"
,
mixins
:[
JeecgListMixin
,
FinancialListMixin
],
...
...
@@ -151,7 +152,8 @@
type
:
"
支出
"
,
organId
:
""
,
creator
:
""
,
handsPersonId
:
""
handsPersonId
:
""
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
},
// 表头
columns
:
[
...
...
jshERP-web/src/views/financial/MoneyInList.vue
View file @
afda050e
...
...
@@ -128,6 +128,7 @@
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
{
FinancialListMixin
}
from
'
./mixins/FinancialListMixin
'
import
JDate
from
'
@/components/jeecg/JDate
'
import
Vue
from
'
vue
'
export
default
{
name
:
"
MoneyInList
"
,
mixins
:[
JeecgListMixin
,
FinancialListMixin
],
...
...
@@ -152,7 +153,8 @@
type
:
"
收款
"
,
organId
:
""
,
creator
:
""
,
handsPersonId
:
""
handsPersonId
:
""
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
},
// 表头
columns
:
[
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
afda050e
...
...
@@ -128,6 +128,7 @@
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
{
FinancialListMixin
}
from
'
./mixins/FinancialListMixin
'
import
JDate
from
'
@/components/jeecg/JDate
'
import
Vue
from
'
vue
'
export
default
{
name
:
"
MoneyOutList
"
,
mixins
:[
JeecgListMixin
,
FinancialListMixin
],
...
...
@@ -152,7 +153,8 @@
type
:
"
付款
"
,
organId
:
""
,
creator
:
""
,
handsPersonId
:
""
handsPersonId
:
""
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
},
// 表头
columns
:
[
...
...
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