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
98fe2d9f
Commit
98fe2d9f
authored
Oct 26, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3e72bab4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
RecPayQuery.vue
src/pages/financial/Kingdee/RecPayQuery.vue
+8
-2
SubjectContrast.vue
src/pages/financial/Kingdee/SubjectContrast.vue
+4
-4
No files found.
src/pages/financial/Kingdee/RecPayQuery.vue
View file @
98fe2d9f
...
...
@@ -1107,7 +1107,12 @@
},
getPageList
()
{
// 获取列表数据
this
.
loading
=
true
;
// Financial_post_GetALLPageList
if
(
this
.
msg
.
FrID
===
''
){
this
.
msg
.
FrID
=
0
}
if
(
this
.
msg
.
FinanceName
===
''
){
this
.
msg
.
FinanceName
=
'记'
}
this
.
apipost
(
'Financial_post_GetFinanceToKingdeePageList'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
.
pageData
;
...
...
@@ -1128,6 +1133,7 @@
},
method5
:
function
()
{
if
(
!
this
.
msg
.
FinanceName
)
return
this
.
Error
(
this
.
$t
(
'请输入凭证字'
));
if
(
!
this
.
msg
.
FinanceName
)
this
.
msg
.
FinanceName
=
'记'
;
if
(
!
this
.
msg
.
ClientID
)
this
.
msg
.
ClientID
=
0
;
if
(
!
this
.
msg
.
ClientType
)
this
.
msg
.
ClientType
=
0
;
if
(
!
this
.
msg
.
CurrencyId
)
this
.
msg
.
CurrencyId
=
0
;
...
...
@@ -1145,7 +1151,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
.
GetErpLocalFile
(
"Financial_post_DownLoadFinanceToKingdee"
,
this
.
msg
,
"金蝶
收支查询
.xls"
);
this
.
GetErpLocalFile
(
"Financial_post_DownLoadFinanceToKingdee"
,
this
.
msg
,
"金蝶
数据导出
.xls"
);
},
financeRemove
(
id
)
{
//作废
this
.
$confirm
(
'是否对申请单进行作废操作?作废后不可恢复!'
,
'提示'
,
{
...
...
src/pages/financial/Kingdee/SubjectContrast.vue
View file @
98fe2d9f
...
...
@@ -67,11 +67,11 @@
<!--
<q-btn
color=
"primary"
size=
"11px"
label=
"支出导入"
@
click=
"title='支出',outerVisible=true,clickDaoRu(12)"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
label=
"收入导入"
@
click=
"title='收入',outerVisible=true,clickDaoRu(13)"
/>
-->
<
!--
<
q-btn
color=
"primary"
size=
"11px"
>
<q-btn
color=
"primary"
size=
"11px"
>
<template
v-slot:default
>
<a
style=
"color:#fff;width:84px;"
:href=
"downList"
>
导入模板下载
</a>
</
template
>
</q-btn>
-->
</q-btn>
</li>
</ul>
<div
class=
"suject-title-box"
>
...
...
@@ -229,8 +229,8 @@
}
},
created
()
{
this
.
downList
=
this
.
domainManager
().
LocalTemplateFileDownLoadUrl
+
"/ExportFile/金蝶科目关联导入-甲鹤专用.xlsx"
;
this
.
getList
();
// this.GetKingdeeSubjectList()
this
.
Financial_post_GetEduBranchEnumList
()
},
mounted
()
{
...
...
@@ -342,7 +342,7 @@
// '&RB_Group_id=' + userInfo.Group_Id;
this
.
importFileUrl2
=
this
.
domainManager
().
UploadFileUrl
+
`?cmd=dmc_post_LocalFileUpload&KingdeeBId=0&Type=
${
type
}
&fileType=1&fileLimit=10&EmployeeId=
${
userInfo
.
Id
}
&RB_Group_id=
${
userInfo
.
Group_Id
}
`
;
this
.
downList
=
this
.
domainManager
().
LocalTemplateFileDownLoadUrl
+
"/Upload/Template/未认款导入模板.xls"
;
},
beforeAvatarUpload
(
file
)
{
return
;
...
...
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