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
3bfd9679
Commit
3bfd9679
authored
Jul 21, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
254268e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
index.vue
src/components/dmc/manager/GroundSupplier/index.vue
+14
-1
No files found.
src/components/dmc/manager/GroundSupplier/index.vue
View file @
3bfd9679
...
...
@@ -84,6 +84,7 @@
<el-table
ref=
"multipleTable"
:data=
"DataList"
tooltip-effect=
"dark"
style=
"width: 100%"
>
<el-table-column
prop=
"Name"
label=
"供应商名称"
></el-table-column>
<el-table-column
prop=
"GroundingTypeStr"
label=
"分类"
></el-table-column>
<el-table-column
prop=
"Address"
label=
"供应商地址"
></el-table-column>
<el-table-column
prop=
"LinkMan"
label=
"供应商联系人"
></el-table-column>
<el-table-column
prop=
"LinkTel"
label=
"供应商电话"
></el-table-column>
...
...
@@ -91,7 +92,6 @@
<el-table-column
prop=
"FinanceMan"
label=
"财务联系人"
></el-table-column>
<el-table-column
prop=
"FinanceTel"
label=
"财务电话"
></el-table-column>
<el-table-column
prop=
"FinanceDuties"
label=
"财务职务"
></el-table-column>
<el-table-column
prop=
"GroundingTypeStr"
label=
"分类"
></el-table-column>
<el-table-column
prop=
""
label=
"合同"
>
<template
slot-scope=
"scope"
>
<div
v-if=
"verificationFile(scope.row.ContractUrl,3)"
class=
"img-box"
>
...
...
@@ -140,6 +140,12 @@
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"账户管理"
placement=
"top"
>
<el-button
@
click=
"AccountManage(scope.row)"
class=
"button"
type=
"primary"
icon=
"el-icon-s-finance"
circle
>
</el-button>
</el-tooltip>
<el-button
@
click=
"Edit(scope.row)"
class=
"button"
type=
"primary"
icon=
"el-icon-edit"
circle
>
...
...
@@ -324,6 +330,13 @@
this
.
GetSelectList
()
},
methods
:
{
//账户管理
AccountManage
(
row
)
{
this
.
$router
.
push
({
name
:
"empBankAccount"
,
query
:
{
id
:
row
.
Id
,
type
:
11
,
blank
:
'y'
,
tab
:
'供应商账号管理'
}
});
},
addShow
(){
this
.
titleName
=
'新增'
this
.
showVisible
=
true
...
...
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