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
a9b899e3
Commit
a9b899e3
authored
Nov 07, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公司id绑定
parent
08162779
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+4
-1
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
a9b899e3
...
...
@@ -1392,12 +1392,15 @@ export default {
let
num
=
0
data
.
forEach
(
x
=>
{
x
.
disabled
=
true
;
let
thisId
=
this
.
getLocalStorage
().
RB_Branch_id
BranchList
.
forEach
(
y
=>
{
if
(
x
.
Id
==
y
){
x
.
disabled
=
false
;
if
(
num
<
1
&&
!
this
.
$route
.
query
.
edit
)
{
this
.
msg
.
RB_Branch_Id
=
x
.
Id
console
.
log
(
resdata
.
BranchList
,
this
.
msg
.
RB_Branch_Id
)
}
if
(
thisId
===
x
.
Id
)
{
this
.
msg
.
RB_Branch_Id
=
x
.
Id
}
num
=
num
+
1
}
...
...
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