Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
c1762307
Commit
c1762307
authored
Nov 19, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cf0aaa43
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
35 deletions
+35
-35
TeamRevenueReport.vue
src/pages/financial/TeamRevenueReport.vue
+5
-5
czBillModule.vue
src/pages/financial/components/czBillModule.vue
+5
-5
BasicDocuments.vue
src/pages/financial/financalDocument/BasicDocuments.vue
+15
-15
FinancialDocumentsDetail.vue
...s/financial/financalDocument/FinancialDocumentsDetail.vue
+10
-10
No files found.
src/pages/financial/TeamRevenueReport.vue
View file @
c1762307
...
...
@@ -1893,11 +1893,11 @@
GetSupperOrderEditAuth
()
{
// F_GeneralManager_Special 财务总经理副总经理权限
var
actionCode
=
this
.
$AuthCode
.
F_GeneralManager_Special
;
this
.
CheckUserAuth
(
actionCode
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
&&
res
.
data
.
data
==
1
)
{
this
.
F_GeneralManager
=
true
;
}
});
//
this.CheckUserAuth(actionCode, res => {
//
if (res.data.resultCode == 1 && res.data.data == 1) {
//
this.F_GeneralManager = true;
//
}
//
});
},
rowClick
(
rowIndex
,
rowData
,
column
){
let
path
=
'RegistrationList'
;
...
...
src/pages/financial/components/czBillModule.vue
View file @
c1762307
...
...
@@ -250,11 +250,11 @@
this
.
IsAdvanceFinance
=
data
.
IsAdvanceFinance
;
this
.
ECommerceGoodsModel
=
data
.
ECommerceGoodsModel
;
this
.
details
=
data
;
if
(
this
.
OtherType
==
7
){
this
.
getDetails
()
}
else
{
this
.
getczTableList
();
}
//
if(this.OtherType==7){
//
this.getDetails()
//
}else{
//
this.getczTableList();
//
}
}
},
err
=>
{})
...
...
src/pages/financial/financalDocument/BasicDocuments.vue
View file @
c1762307
...
...
@@ -1535,17 +1535,17 @@
methods
:{
GetAuth
()
{
var
actionCode
=
this
.
$AuthCode
.
TeamShouZhi
;
this
.
CheckUserAuth
(
actionCode
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
&&
res
.
data
.
data
==
1
)
{
this
.
TeamShouZhi
=
true
;
}
});
//
this.CheckUserAuth(actionCode, res => {
//
if (res.data.resultCode == 1 && res.data.data == 1) {
//
this.TeamShouZhi = true;
//
}
//
});
var
actionCodeNew
=
this
.
$AuthCode
.
F_Disbursement_Schedule
;
this
.
CheckUserAuth
(
actionCodeNew
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
&&
res
.
data
.
data
==
1
)
{
this
.
F_Disbursement_Schedule
=
true
;
}
});
//
this.CheckUserAuth(actionCodeNew, res => {
//
if (res.data.resultCode == 1 && res.data.data == 1) {
//
this.F_Disbursement_Schedule = true;
//
}
//
});
},
goPrintPageNew
(
type
,
id
,
Merge
,
OrderSource
){
...
...
@@ -2565,11 +2565,11 @@
},
GetSupperOrderEditAuth
()
{
var
actionCode
=
this
.
$AuthCode
.
F_PayMoney_CapitalPool
;
this
.
CheckUserAuth
(
actionCode
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
&&
res
.
data
.
data
==
1
)
{
this
.
F_PayMoney_CapitalPool
=
true
;
}
});
//
this.CheckUserAuth(actionCode, res => {
//
if (res.data.resultCode == 1 && res.data.data == 1) {
//
this.F_PayMoney_CapitalPool = true;
//
}
//
});
},
AccountType_post_GetList
(){
//获取账户类型下拉
this
.
apipost
(
'AccountType_post_GetList'
,
this
.
queryAccMsg
,
res
=>
{
...
...
src/pages/financial/financalDocument/FinancialDocumentsDetail.vue
View file @
c1762307
...
...
@@ -988,17 +988,17 @@
methods
:{
GetAuth
()
{
var
actionCode
=
this
.
$AuthCode
.
TeamShouZhi
;
this
.
CheckUserAuth
(
actionCode
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
&&
res
.
data
.
data
==
1
)
{
this
.
TeamShouZhi
=
true
;
}
});
//
this.CheckUserAuth(actionCode, res => {
//
if (res.data.resultCode == 1 && res.data.data == 1) {
//
this.TeamShouZhi = true;
//
}
//
});
var
actionCodeNew
=
this
.
$AuthCode
.
F_Disbursement_Schedule
;
this
.
CheckUserAuth
(
actionCodeNew
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
&&
res
.
data
.
data
==
1
)
{
this
.
F_Disbursement_Schedule
=
true
;
}
});
//
this.CheckUserAuth(actionCodeNew, res => {
//
if (res.data.resultCode == 1 && res.data.data == 1) {
//
this.F_Disbursement_Schedule = true;
//
}
//
});
},
goHand
(
type
,
GetDetail
){
...
...
Write
Preview
Markdown
is supported
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