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
d3b32363
Commit
d3b32363
authored
Jul 18, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 付款对象 领队导游账号绑定优化
parent
57ad0829
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
9 deletions
+17
-9
empBankAccount.vue
src/components/administrative/empBankAccount.vue
+9
-5
empBankAccountAll.vue
src/components/administrative/empBankAccountAll.vue
+8
-4
No files found.
src/components/administrative/empBankAccount.vue
View file @
d3b32363
...
...
@@ -341,7 +341,8 @@
CountryStr
:
""
,
ProvinceStr
:
""
,
CityStr
:
""
,
DistrictStr
:
""
DistrictStr
:
""
,
ID
:
0
},
loading
:
true
,
accountList
:
[],
...
...
@@ -395,7 +396,7 @@
AccountClassify
:
'2'
,
Type
:
'9'
,
DutyNo
:
''
,
SupplierName
:
''
,
SupplierName
:
''
},
rules
:
{
BankName
:
[{
...
...
@@ -502,15 +503,17 @@
url
=
"leader_post_GetPageList"
msg
=
{
Type
:
"0"
,
FullName
:
this
.
supplierMsg
.
Name
,
ID
:
this
.
supplierMsg
.
ID
,
FullName
:
this
.
supplierMsg
.
ID
>
0
?
''
:
this
.
supplierMsg
.
Name
,
RB_Branch_id
:
-
1
,
pageIndex
:
1
,
pageSize
:
this
.
supplierMsg
.
pageSize
,
pageSize
:
20
,
total
:
0
,
currentPage
:
1
,
QueryType
:
0
,
LeaderGuidClass
:
-
1
}
this
.
supplierMsg
.
ID
=
0
;
}
if
(
this
.
addMsg
.
Type
==
8
)
{
url
=
"app_customer_GetCustomerListForCareOf"
...
...
@@ -601,7 +604,7 @@
}
}
else
if
(
this
.
addMsg
.
Type
==
7
)
{
Obj
=
{
Name
:
x
.
Surname
+
x
.
Name
,
Name
:
x
.
Surname
+
x
.
Name
+
x
.
MobilePhone
,
ID
:
x
.
ID
}
}
else
if
(
this
.
addMsg
.
Type
==
6
)
{
...
...
@@ -778,6 +781,7 @@
this
.
addMsg
.
SupplierName
=
res
.
data
.
data
.
SupplierName
if
(
this
.
addMsg
.
ObjIdStr
)
{
this
.
supplierMsg
.
Name
=
this
.
addMsg
.
ObjIdStr
this
.
supplierMsg
.
ID
=
this
.
addMsg
.
ObjID
this
.
getSupplierGetPageList
()
}
else
{
this
.
addMsg
.
ObjID
=
null
...
...
src/components/administrative/empBankAccountAll.vue
View file @
d3b32363
...
...
@@ -530,7 +530,8 @@ export default {
CountryStr
:
""
,
ProvinceStr
:
""
,
CityStr
:
""
,
DistrictStr
:
""
DistrictStr
:
""
,
ID
:
0
},
loading
:
false
,
accountList
:
[],
...
...
@@ -678,15 +679,17 @@ export default {
url
=
"leader_post_GetPageList"
msg
=
{
Type
:
"0"
,
FullName
:
this
.
supplierMsg
.
Name
,
ID
:
this
.
supplierMsg
.
ID
,
FullName
:
this
.
supplierMsg
.
ID
>
0
?
''
:
this
.
supplierMsg
.
Name
,
RB_Branch_id
:
-
1
,
pageIndex
:
1
,
pageSize
:
this
.
supplierMsg
.
pageSize
,
pageSize
:
20
,
total
:
0
,
currentPage
:
1
,
QueryType
:
0
,
LeaderGuidClass
:
-
1
}
this
.
supplierMsg
.
ID
=
0
;
}
if
(
this
.
addMsg
.
Type
==
8
)
{
url
=
"app_customer_GetCustomerListForCareOf"
...
...
@@ -778,7 +781,7 @@ export default {
}
}
else
if
(
this
.
addMsg
.
Type
==
7
){
Obj
=
{
Name
:
x
.
Surname
+
x
.
Name
,
Name
:
x
.
Surname
+
x
.
Name
+
x
.
MobilePhone
,
ID
:
x
.
ID
}
}
else
if
(
this
.
addMsg
.
Type
==
6
){
...
...
@@ -985,6 +988,7 @@ export default {
this
.
supplierMsg
.
Type
=
this
.
addMsg
.
Type
if
(
this
.
addMsg
.
ObjIdStr
){
this
.
supplierMsg
.
Name
=
this
.
addMsg
.
ObjIdStr
this
.
supplierMsg
.
ID
=
this
.
addMsg
.
ObjID
this
.
getSupplierGetPageList
()
}
else
{
this
.
addMsg
.
ObjID
=
null
...
...
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