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
88625dc2
Commit
88625dc2
authored
Sep 26, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
麦子助手下载,op提成验证
parent
0b55d1f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
OPRules.vue
src/components/FinancialModule/OPRules.vue
+19
-18
index.vue
src/components/index.vue
+3
-4
No files found.
src/components/FinancialModule/OPRules.vue
View file @
88625dc2
...
...
@@ -38,7 +38,7 @@
</li>
<li
style=
"float:right;color:red;font-weight:700"
>
{{
tips
}}
</li>
</ul>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<table
style=
"margin-bottom:30px"
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<th>
公司名称
</th>
<th
style=
"width:20%"
>
线路名称
</th>
...
...
@@ -117,9 +117,7 @@
<el-option
v-for=
"item in LineTeamList"
:label=
'item.LtName'
:value=
'item.LtID'
:key=
'item.LtID'
></el-option>
</el-select>
</el-form-item>
-->
<el-form-item
label=
"描述"
>
<el-input
class=
"w220"
v-model=
"form.Description"
></el-input>
</el-form-item>
<el-form-item
label=
"线控"
prop=
"XKEmployeeIdList"
>
<el-select
class=
"multiple_input"
filterable
multiple
collapse-tags
v-model=
"form.XKEmployeeIdList"
>
<el-option
v-for=
"item in EmployeeList"
:label=
"item.EmName"
...
...
@@ -158,6 +156,9 @@
<el-form-item
v-show=
"stateShow"
label=
"分助理金额"
>
<el-input
class=
"w220"
@
keyup
.
native=
"checkInteger(form,'FInternMoney')"
v-model=
"form.FInternMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"描述"
>
<el-input
class=
"w220"
v-model=
"form.Description"
></el-input>
</el-form-item>
</el-form>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -315,24 +316,24 @@ export default {
// this.form.EmployeeIdList.push(-1)
// }
// 公司选择成都
if
(
this
.
departmentMsg
.
RB_Branch_Id
!=
0
){
if
(
this
.
form
.
EmployeeIdList
.
length
==
0
){
this
.
Error
(
"请选择分负责OP!"
)
return
;
}
//
if(this.departmentMsg.RB_Branch_Id!=0){
//
if(this.form.EmployeeIdList.length==0){
//
this.Error("请选择分负责OP!")
//
return;
//
}
// if(this.form.FZLEmployeeIdList.length==0){
// this.Error("请选择分助理!")
// return;
// }
if
(
this
.
form
.
FManagerMoney
==
0
){
this
.
Error
(
"请填写分负责人金额!"
)
return
;
}
if
(
this
.
form
.
FInternMoney
==
0
){
this
.
Error
(
"请填写分助理金额!"
)
return
;
}
}
//
if(this.form.FManagerMoney==0){
//
this.Error("请填写分负责人金额!")
//
return;
//
}
//
if(this.form.FInternMoney==0){
//
this.Error("请填写分助理金额!")
//
return;
//
}
//
}
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
apipost
(
...
...
src/components/index.vue
View file @
88625dc2
...
...
@@ -668,7 +668,7 @@
</div>
</div>
<div
style=
"text-align:center;margin-top:20px"
>
<span
class=
"khd"
><a
href=
"http
s://url.cn/5tmuvIW
"
>
IM客户端下载
</a></span>
<span
class=
"khd"
><a
href=
"http
://im.oytour.com/麦子助手.exe
"
>
IM客户端下载
</a></span>
</div>
<div
class=
"im_bottom"
></div>
</div>
...
...
@@ -1413,12 +1413,11 @@ export default {
document
.
addEventListener
(
visibilityChangeEvent
,
onVisibilityChange
);
// console.log('initIM',this.firstMenuList.indexOf('IM'))
if
(
!
localStorage
.
menu
){
//this.$store.dispatch("connect");
let
aaa
=
0
this
.
$store
.
dispatch
(
"connect"
);
}
else
{
this
.
firstMenuList
=
JSON
.
parse
(
localStorage
.
menu
)
if
(
this
.
firstMenuList
.
indexOf
(
'IM'
)
!=-
1
){
//
this.$store.dispatch("connect");
this
.
$store
.
dispatch
(
"connect"
);
}
}
this
.
userInfo
=
this
.
getLocalStorage
();
...
...
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