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
94a2a591
Commit
94a2a591
authored
Dec 23, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f341cc82
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
275 additions
and
211 deletions
+275
-211
CostType.vue
src/pages/financial/CostType.vue
+1
-1
PlatformAccount.vue
src/pages/financial/PlatformAccount.vue
+1
-1
TeamRevenueReport.vue
src/pages/financial/TeamRevenueReport.vue
+1
-1
CashAccDetail.vue
src/pages/financial/accDetail/CashAccDetail.vue
+1
-1
CashReport.vue
src/pages/financial/accDetail/CashReport.vue
+1
-7
CompanyAccDetail.vue
src/pages/financial/accDetail/CompanyAccDetail.vue
+1
-1
PlatformAccDetail.vue
src/pages/financial/accDetail/PlatformAccDetail.vue
+1
-1
TransferReport.vue
src/pages/financial/accDetail/TransferReport.vue
+1
-1
CapitalAllocation.vue
src/pages/financial/financalDocument/CapitalAllocation.vue
+214
-148
FinancialDocuments.vue
src/pages/financial/financalDocument/FinancialDocuments.vue
+52
-48
RecPayQuery.vue
src/pages/financial/financalDocument/RecPayQuery.vue
+1
-1
No files found.
src/pages/financial/CostType.vue
View file @
94a2a591
...
...
@@ -765,7 +765,7 @@
},
//导出费用类型明细报表
method5
:
function
()
{
this
.
GetLocalFile
(
"financeinfo_post_OutToCostTypeExcel"
,
this
.
msg
,
"费用类型明细报表.xls"
);
this
.
Get
Erp
LocalFile
(
"financeinfo_post_OutToCostTypeExcel"
,
this
.
msg
,
"费用类型明细报表.xls"
);
}
,
editCurency
(
id
){
// 修改信息
this
.
apipost
(
'financeinfo_post_GetCostType'
,{
ID
:
id
},
res
=>
{
...
...
src/pages/financial/PlatformAccount.vue
View file @
94a2a591
...
...
@@ -1022,7 +1022,7 @@
let
msg
=
this
.
msg
;
let
userInfo
=
this
.
getLocalStorage
();
msg
.
UId
=
userInfo
.
Id
;
this
.
GetLocalFile
(
this
.
Get
Erp
LocalFile
(
"BankAccount_post_OutToExcelPlatform"
,
msg
,
"平台账户.xls"
...
...
src/pages/financial/TeamRevenueReport.vue
View file @
94a2a591
...
...
@@ -2046,7 +2046,7 @@
delete
msg
.
pageIndex
;
delete
msg
.
pageSize
;
msg
.
EmployeeId
=
this
.
userId
;
this
.
GetLocalFile
(
this
.
Get
Erp
LocalFile
(
"financestatistics_post_OutToExcelRevenueReportList"
,
msg
,
"营收报表.xls"
...
...
src/pages/financial/accDetail/CashAccDetail.vue
View file @
94a2a591
...
...
@@ -522,7 +522,7 @@
msg
.
EmployeeId
=
this
.
userInfo
.
EmployeeId
;
msg
.
AccountToExcelType
=
1
;
var
fileName
=
"现金账户明细.xls"
;
this
.
GetLocalFile
(
"Financial_post_OutToExcelAccountDetailList"
,
msg
,
fileName
);
this
.
Get
Erp
LocalFile
(
"Financial_post_OutToExcelAccountDetailList"
,
msg
,
fileName
);
},
addChuNaFun
(){
// 添加出纳按钮点击事件
let
count
=
0
;
...
...
src/pages/financial/accDetail/CashReport.vue
View file @
94a2a591
...
...
@@ -273,14 +273,8 @@
this
.
currentPage
=
1
;
},
method5
:
function
()
{
this
.
GetLocalFile
(
"Financial_post_CashOutToGetReportList"
,
this
.
msg
,
"现金日报表.xls"
);
this
.
Get
Erp
LocalFile
(
"Financial_post_CashOutToGetReportList"
,
this
.
msg
,
"现金日报表.xls"
);
},
// goUrl(path,id,type,typeid){
// this.$router.push({
// path: '/' + path,
// query: {'Is_Cashier':1,'typeid':type,'AccountId':id,'Type':type,'sTradeDate':this.msg.sTradeDate,'eTradeDate':this.msg.eTradeDate,blank:'y',tab:'现金账户明细'}
// })
// },
}
}
...
...
src/pages/financial/accDetail/CompanyAccDetail.vue
View file @
94a2a591
...
...
@@ -577,7 +577,7 @@
msg
.
EmployeeId
=
this
.
userInfo
.
EmployeeId
;
msg
.
AccountToExcelType
=
2
;
var
fileName
=
"银行账户明细.xls"
;
this
.
GetLocalFile
(
"Financial_post_OutToExcelAccountDetailList"
,
msg
,
fileName
);
this
.
Get
Erp
LocalFile
(
"Financial_post_OutToExcelAccountDetailList"
,
msg
,
fileName
);
},
goUrlNew
(
item
){
let
status
=
false
;
...
...
src/pages/financial/accDetail/PlatformAccDetail.vue
View file @
94a2a591
...
...
@@ -483,7 +483,7 @@
msg
.
EmployeeId
=
this
.
userInfo
.
EmployeeId
;
msg
.
AccountToExcelType
=
3
;
var
fileName
=
"平台账户明细.xls"
;
this
.
GetLocalFile
(
"Financial_post_OutToExcelAccountDetailList"
,
msg
,
fileName
);
this
.
Get
Erp
LocalFile
(
"Financial_post_OutToExcelAccountDetailList"
,
msg
,
fileName
);
},
goUrlNew
(
item
){
let
status
=
false
;
...
...
src/pages/financial/accDetail/TransferReport.vue
View file @
94a2a591
...
...
@@ -260,7 +260,7 @@
this
.
currentPage
=
1
;
},
method5
:
function
()
{
this
.
GetLocalFile
(
"Financial_post_OutToGetReportList"
,
this
.
msg
,
"银行日报表.xls"
);
this
.
Get
Erp
LocalFile
(
"Financial_post_OutToGetReportList"
,
this
.
msg
,
"银行日报表.xls"
);
},
}
}
...
...
src/pages/financial/financalDocument/CapitalAllocation.vue
View file @
94a2a591
This diff is collapsed.
Click to expand it.
src/pages/financial/financalDocument/FinancialDocuments.vue
View file @
94a2a591
This diff is collapsed.
Click to expand it.
src/pages/financial/financalDocument/RecPayQuery.vue
View file @
94a2a591
...
...
@@ -1281,7 +1281,7 @@
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
if
(
!
this
.
msg
.
KJCostTypeId
)
this
.
msg
.
KJCostTypeId
=
0
;
if
(
!
this
.
msg
.
IsSelectKJSetCostType
)
this
.
msg
.
IsSelectKJSetCostType
=
0
;
this
.
GetLocalFile
(
"Financial_post_DownInOrOut"
,
this
.
msg
,
"收支款.xls"
);
this
.
Get
Erp
LocalFile
(
"Financial_post_DownInOrOut"
,
this
.
msg
,
"收支款.xls"
);
},
financeRemove
(
id
)
{
//作废
this
.
$confirm
(
'是否对申请单进行作废操作?作废后不可恢复!'
,
'提示'
,
{
...
...
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