Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
pda
pda-ui
Commits
1b247928
Commit
1b247928
authored
Jan 28, 2024
by
全洪江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
银行账号页修复
parent
ca67f1ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Account.vue
src/views/mes/md/client/components/Account.vue
+4
-3
No files found.
src/views/mes/md/client/components/Account.vue
View file @
1b247928
...
...
@@ -52,9 +52,9 @@
<el-table
v-loading=
"loading"
:data=
"accountList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"开户银行"
align=
"center"
prop=
"bank"
/>
<el-table-column
label=
"银行账户"
align=
"center"
prop=
"bankAccount"
/>
<el-table-column
label=
"户名"
align=
"center"
prop=
"accountName"
/>
<el-table-column
label=
"开户银行"
align=
"center"
prop=
"bank"
/>
<el-table-column
label=
"是否启用"
align=
"center"
prop=
"enableFlag"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.enableFlag"
/>
...
...
@@ -133,7 +133,7 @@ export default {
name
:
'Account'
,
dicts
:
[
'sys_yes_no'
],
props
:
{
clientId
:
Number
clientId
:
{
type
:
Number
|
undefined
,
default
:
undefined
},
},
data
()
{
return
{
...
...
@@ -246,6 +246,7 @@ export default {
})
}
else
{
addAccount
(
this
.
form
).
then
(
response
=>
{
this
.
form
.
clientId
=
this
.
clientId
this
.
$modal
.
msgSuccess
(
'新增成功'
)
this
.
open
=
false
this
.
getList
()
...
...
@@ -272,7 +273,7 @@ export default {
},
`account_
${
new
Date
().
getTime
()}
.xlsx`
)
},
init
(
form
)
{
console
.
log
(
form
)
if
(
!
form
.
clientId
)
return
this
.
queryParams
.
clientId
=
form
.
clientId
this
.
getList
()
}
...
...
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