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
e29f90d0
Commit
e29f90d0
authored
Oct 12, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
6e47f60e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+18
-1
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
e29f90d0
...
...
@@ -583,7 +583,14 @@
</div>
</div>
</td>
<td></td>
<td>
<!-- @click="OpenCompanyAlipay(item)" :class="item.CompanyAlipay==1?'colorE95252':''" -->
<div
@
click=
"GoCompanyAlipay(item)"
v-if=
"item.CompanyAlipay==1"
class=
"colorE95252"
style=
"text-decoration: underline;padding-top:5px;padding-bottom:4px;font-size:13px;cursor: pointer;"
>
已开启企业代付
<!-- {{item.CompanyAlipay==1?"已开启企业代付":"开启企业代付"}} -->
</div>
</td>
</tr>
</template>
</tbody>
...
...
@@ -789,6 +796,16 @@
DateLimit
},
methods
:
{
GoCompanyAlipay
(
obj
){
let
routeData
=
this
.
$router
.
resolve
({
name
:
'AlipayManagementDetail'
,
query
:
{
Id
:
obj
.
TCID
,
searchTitle
:
'费控制度详情'
}
})
window
.
open
(
routeData
.
href
,
'_blank'
)
},
//推送消息
PushMessage
(
obj
,
item
)
{
...
...
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