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
703a8d53
Commit
703a8d53
authored
Feb 18, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2bc074bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+6
-4
No files found.
src/components/SalesModule/customerTransfer.vue
View file @
703a8d53
...
...
@@ -28,7 +28,7 @@
<!--class="h34 w150"-->
<el-form-item
:label=
"$t('admin.admin_Department')"
>
<treeselect
class=
"w200 fl"
style=
"height:34px !important;margin-top: 5px !important"
:options=
"departmentList"
v-model=
"msg.
RB_Department_
Id"
:label=
"$t('pub.unlimitedSel')"
:options=
"departmentList"
v-model=
"msg.
Department
Id"
:label=
"$t('pub.unlimitedSel')"
:normalizer=
"normalizer"
@
select=
"changeDepart"
placeholder=
"请选择部门"
/>
</el-form-item>
</el-col>
...
...
@@ -670,6 +670,7 @@
created
()
{
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
userInfo
.
RB_Group_id
;
this
.
departmentMsg
.
RB_Group_Id
=
this
.
userInfo
.
RB_Group_id
;
//集团
this
.
getCompanyList
();
if
(
this
.
$route
.
query
.
EnterTime
)
{
this
.
EnterTime
=
this
.
$route
.
query
.
EnterTime
...
...
@@ -691,8 +692,9 @@
this
.
msg
.
RB_Branch_id
=
Number
(
this
.
userInfo
.
RB_Branch_id
);
}
}
this
.
getDepartment
();
if
(
this
.
$route
.
query
.
RB_Department_Id
&&
Number
(
this
.
$route
.
query
.
RB_Department_Id
)
>
0
)
{
this
.
msg
.
DepartmentId
=
Number
(
this
.
$route
.
query
.
RB_Department_Id
);
this
.
msg
.
DepartmentId
=
Number
(
this
.
$route
.
query
.
RB_Department_Id
);
this
.
employeeMsg
.
departmentId
=
Number
(
this
.
$route
.
query
.
RB_Department_Id
);
this
.
getEmployee
();
}
...
...
@@ -706,8 +708,8 @@
this
.
departState
=
true
;
}
this
.
bossID
=
this
.
userInfo
.
EmployeeId
;
this
.
departmentMsg
.
RB_Group_Id
=
this
.
userInfo
.
RB_Group_id
;
//集团
this
.
getDepartment
();
this
.
getList
();
this
.
getCreateByInfoList
();
this
.
getProvince
();
...
...
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