Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
151a5169
Commit
151a5169
authored
Nov 03, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9895f12a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
6 deletions
+43
-6
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+43
-6
No files found.
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
151a5169
...
...
@@ -709,8 +709,8 @@
</li>
</ul>
<div
style=
"text-align: right;"
>
<button
class=
"normalBtn"
@
click=
"
method5(15)
"
>
核算项目校对导入
</button>
<button
class=
"hollowFixedBtn"
@
click=
"method5(1)"
>
核算项目校对导
入
出
</button>
<button
class=
"normalBtn"
@
click=
"
outerVisible = true
"
>
核算项目校对导入
</button>
<button
class=
"hollowFixedBtn"
@
click=
"method5(1)"
>
核算项目校对导出
</button>
</div>
</div>
<div
class=
"_fnDm_content"
v-loading=
'loading'
>
...
...
@@ -846,6 +846,17 @@
<button
class=
"normalBtn"
type=
"primary"
@
click=
"determine"
>
查询
</button>
</div>
</el-dialog>
<el-dialog
custom-class=
'w700'
title=
"导入"
:visible
.
sync=
"outerVisible"
center
>
<el-upload
style=
"text-align: center;"
drag
class=
"upload-demo"
:action=
"importFileUrl2"
:on-success=
"handleAvatarSuccess"
:before-upload=
"beforeAvatarUpload"
>
<i
class=
"el-icon-upload"
></i>
<div
class=
"el-upload__text"
>
将文件拖到此处,或
<em>
点击上传
</em></div>
<!-- <div slot="tip" class="el-upload__tip">只能上传Excel文件</div> -->
</el-upload>
</el-dialog>
</div>
</template>
<
script
>
...
...
@@ -1012,6 +1023,8 @@
PostId
:
0
,
IsLeave
:
0
,
},
importFileUrl2
:
''
,
outerVisible
:
false
}
},
created
()
{
...
...
@@ -1022,6 +1035,10 @@
},
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
this
.
importFileUrl2
=
this
.
domainManager
().
UploadFileUrl
+
"?cmd=dmc_post_LocalFileUpload&Type=15&fileType=1&fileLimit=1&EmployeeId="
+
userInfo
.
EmployeeId
+
'&RB_Group_id='
+
userInfo
.
RB_Group_id
+
'&KingdeeBId='
+
this
.
msg
.
RB_Branch_Id
;
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
DepartIDs
=
userInfo
.
RB_Department_Id
;
...
...
@@ -1249,15 +1266,35 @@
}
else
{
this
.
msg
.
BranchIds
=
''
}
if
(
type
==
15
){
this
.
msg
.
type
=
15
this
.
GetLocalFile
(
"Financial_post_DownLoadFinanceToKingdeeItem"
,
this
.
msg
,
"核算项目校对导入.xls"
);
}
else
if
(
type
==
1
){
if
(
type
==
1
){
this
.
GetLocalFile
(
"Financial_post_DownLoadFinanceToKingdeeItem"
,
this
.
msg
,
"核算项目校对导出.xls"
);
}
else
{
this
.
GetLocalFile
(
"Financial_post_DownLoadFinanceToKingdee"
,
this
.
msg
,
"金蝶数据导出.xls"
);
}
},
beforeAvatarUpload
(
file
)
{
return
},
//上传
handleAvatarSuccess
(
res
,
file
)
{
let
that
=
this
if
(
res
.
resultCode
==
1
)
{
this
.
Success
(
res
.
message
);
this
.
outerVisible
=
false
;
this
.
getList
();
}
else
{
that
.
$confirm
(
res
.
message
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
}).
catch
(()
=>
{
});
}
},
financeRemove
(
id
)
{
//作废
this
.
$confirm
(
'是否对申请单进行作废操作?作废后不可恢复!'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
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