Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
c56c1d3a
Commit
c56c1d3a
authored
Nov 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b40b91e4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
77 additions
and
76 deletions
+77
-76
CompanyAccount.vue
src/pages/financial/CompanyAccount.vue
+72
-71
empBankAccount.vue
src/pages/financial/empBankAccount.vue
+3
-3
paySetting.vue
src/pages/financial/paySetting.vue
+2
-2
No files found.
src/pages/financial/CompanyAccount.vue
View file @
c56c1d3a
This diff is collapsed.
Click to expand it.
src/pages/financial/empBankAccount.vue
View file @
c56c1d3a
...
...
@@ -109,9 +109,9 @@
<el-button
v-if=
'item.Status==1'
@
click=
"deleteData(item.ID)"
type=
"primary"
style=
'background:#09D49D; border-color:#09D49D'
icon=
"iconfont icon-qidong"
></el-button>
<el-button
v-if=
'item.Status==0'
@
click=
"deleteData(item.ID)"
type=
"primary"
style=
'background:#E95252; border-color:#E95252'
icon=
"iconfont icon-dongjie"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('ground.mingxi')"
placement=
"top-start"
>
<el-button
type=
"primary"
style=
'background:#E6A014; border-color:#E6A014'
icon=
"iconfont icon-rizhi1"
></el-button
>
</el-tooltip
>
<!--
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('ground.mingxi')"
placement=
"top-start"
>
--
>
<!--
<el-button
type=
"primary"
style=
'background:#E6A014; border-color:#E6A014'
icon=
"iconfont icon-rizhi1"
></el-button>
--
>
<!--
</el-tooltip>
--
>
</el-button-group>
</td>
</tr>
...
...
src/pages/financial/paySetting.vue
View file @
c56c1d3a
...
...
@@ -752,7 +752,7 @@
list
.
push
(
cp
)
}
})
let
allArr
=
list2
.
concat
(
list
);
// 数组合并
let
allArr
=
list2
.
concat
(
list
);
// 数组合并
var
obj
=
{};
allArr
=
allArr
.
reduce
(
function
(
item
,
next
)
{
//数组对象去重
obj
[
next
.
Branch_Id
]
?
''
:
obj
[
next
.
Branch_Id
]
=
true
&&
item
.
push
(
next
);
...
...
@@ -834,7 +834,7 @@
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
console
.
log
(
userInfo
,
'userInfouserInfo'
);
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
data
.
Group_Id
;
//集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
Group_Id
;
//集团ID
this
.
getCompanyList
();
this
.
getList
();
this
.
AccountType_post_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