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
0d345705
Commit
0d345705
authored
Sep 25, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
83fa32cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+20
-0
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
0d345705
...
...
@@ -740,6 +740,8 @@
v-if=
"msg.Conditon == 3"
>
{{
BOSSBtn2
?
$t
(
'objFill.noOneclicktransfer'
)
:
$t
(
'objFill.oneclicktransfer'
)
}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon == 3 && BOSSBtn2"
@
click=
"BOSSBtnClick(2)"
>
{{
$t
(
'fnc.zhuanjiao'
)
}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"this.userId == 2994"
@
click=
"outerVisible3=true"
>
车行ETC补差
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon == 1&&ActionMenuCode.indexOf('batchAddWages')!=-1 "
@
click=
"outerVisible=true"
>
{{
$t
(
'objFill.payroll'
)
}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon == 1&&ActionMenuCode.indexOf('batchAddWages')!=-1 "
...
...
@@ -1651,6 +1653,14 @@
<
div
slot
=
"tip"
class
=
"el-upload__tip"
>
{{
$t
(
"ground.znscexcel"
)
}}
<
/div
>
<
/el-upload
>
<
/el-dialog
>
<
el
-
dialog
custom
-
class
=
'w700'
title
=
"导入车行ETC差额"
:
visible
.
sync
=
"outerVisible3"
center
>
<
el
-
upload
drag
class
=
"upload-demo"
:
action
=
"importFileUrl5+'&EmployeeId='+userId"
:
on
-
success
=
"handleAvatarSuccess3"
:
before
-
upload
=
"beforeAvatarUpload2"
>
<
i
class
=
"el-icon-upload"
><
/i
>
<
div
class
=
"el-upload__text"
>
{{
$t
(
"tips.tuodongwenjian"
)
}}
<
em
>
{{
$t
(
'tips.dianjishanhcuan'
)
}}
<
/em></
div
>
<
div
slot
=
"tip"
class
=
"el-upload__tip"
>
{{
$t
(
"ground.znscexcel"
)
}}
<
/div
>
<
/el-upload
>
<
/el-dialog
>
<
el
-
dialog
custom
-
class
=
'w700'
title
=
"导入快递费"
:
visible
.
sync
=
"outerVisible2"
center
>
<
el
-
upload
drag
class
=
"upload-demo"
:
action
=
"importFileUrl3"
:
on
-
success
=
"handleAvatarSuccess2"
:
before
-
upload
=
"beforeAvatarUpload2"
>
...
...
@@ -1829,6 +1839,7 @@
isTerminate
:
-
1
,
outerVisible
:
false
,
outerVisible2
:
false
,
outerVisible3
:
false
,
importData
:
""
,
importDataIndex
:
0
,
picObj
:
[],
...
...
@@ -1838,6 +1849,8 @@
tabLoading
:
false
,
importFileUrl2
:
this
.
domainManager
().
UploadFileUrl
+
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&RB_Group_id=2&Type=18"
,
importFileUrl5
:
this
.
domainManager
().
UploadFileUrl
+
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&RB_Group_id=2&Type=22"
,
expressageMsg
:
[],
importFileUrl3
:
this
.
domainManager
().
UploadFileUrl
+
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&RB_Group_id=2&Type=21"
,
...
...
@@ -2485,6 +2498,13 @@
this
.
$message
.
error
(
res
.
message
);
}
}
,
handleAvatarSuccess3
(
res
,
file
)
{
if
(
res
.
resultCode
==
1
)
{
this
.
Success
(
res
.
message
);
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
}
,
getRate
(
value
)
{
return
this
.
moneyFormatB
(
value
)
}
,
...
...
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