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
5a7bd11d
Commit
5a7bd11d
authored
Jul 03, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
c50e5ba7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+9
-1
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
5a7bd11d
...
@@ -618,6 +618,7 @@
...
@@ -618,6 +618,7 @@
overflow-y
:
auto
;
overflow-y
:
auto
;
position
:
fixed
;
position
:
fixed
;
background
:
#f9f9f9
;
background
:
#f9f9f9
;
top
:
220px
;
bottom
:
0
;
bottom
:
0
;
}
}
.page_fnDm
.btmTitle
{
.page_fnDm
.btmTitle
{
...
@@ -2324,12 +2325,17 @@
...
@@ -2324,12 +2325,17 @@
}
,
}
,
//导入数据
//导入数据
importInfo
()
{
importInfo
()
{
console
.
log
(
"我是导入信息"
,
this
.
importData
);
this
.
importInfoAndExport
();
this
.
importInfoAndExport
();
}
,
}
,
//导入数据
//导入数据
importInfoAndExport
()
{
importInfoAndExport
()
{
var
that
=
this
;
var
that
=
this
;
this
.
Confirm
(
this
.
$t
(
'objFill.shifoudaorucsj'
),
function
()
{
this
.
$confirm
(
this
.
$t
(
'objFill.shifoudaorucsj'
),
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}
).
then
(()
=>
{
that
.
tabLoading
=
true
;
that
.
tabLoading
=
true
;
let
qMsg
=
{
let
qMsg
=
{
msg
:
that
.
importData
,
msg
:
that
.
importData
,
...
@@ -2351,6 +2357,8 @@
...
@@ -2351,6 +2357,8 @@
}
,
}
,
err
=>
{
}
err
=>
{
}
);
);
}
).
catch
(()
=>
{
}
);
}
);
}
,
}
,
beforeAvatarUpload
(
file
)
{
beforeAvatarUpload
(
file
)
{
...
...
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