Commit 88625dc2 authored by 黄媛媛's avatar 黄媛媛

麦子助手下载,op提成验证

parent 0b55d1f6
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</li> </li>
<li style="float:right;color:red;font-weight:700">{{tips}}</li> <li style="float:right;color:red;font-weight:700">{{tips}}</li>
</ul> </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> <tr>
<th>公司名称</th> <th>公司名称</th>
<th style="width:20%">线路名称</th> <th style="width:20%">线路名称</th>
...@@ -117,9 +117,7 @@ ...@@ -117,9 +117,7 @@
<el-option v-for="item in LineTeamList" :label='item.LtName' :value='item.LtID' :key='item.LtID'></el-option> <el-option v-for="item in LineTeamList" :label='item.LtName' :value='item.LtID' :key='item.LtID'></el-option>
</el-select> </el-select>
</el-form-item> --> </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-form-item label="线控" prop="XKEmployeeIdList">
<el-select class="multiple_input" filterable multiple collapse-tags v-model="form.XKEmployeeIdList" > <el-select class="multiple_input" filterable multiple collapse-tags v-model="form.XKEmployeeIdList" >
<el-option v-for="item in EmployeeList" :label="item.EmName" <el-option v-for="item in EmployeeList" :label="item.EmName"
...@@ -158,6 +156,9 @@ ...@@ -158,6 +156,9 @@
<el-form-item v-show="stateShow" label="分助理金额"> <el-form-item v-show="stateShow" label="分助理金额">
<el-input class="w220" @keyup.native="checkInteger(form,'FInternMoney')" v-model="form.FInternMoney"></el-input> <el-input class="w220" @keyup.native="checkInteger(form,'FInternMoney')" v-model="form.FInternMoney"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="描述">
<el-input class="w220" v-model="form.Description"></el-input>
</el-form-item>
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
...@@ -315,24 +316,24 @@ export default { ...@@ -315,24 +316,24 @@ export default {
// this.form.EmployeeIdList.push(-1) // this.form.EmployeeIdList.push(-1)
// } // }
// 公司选择成都 // 公司选择成都
if(this.departmentMsg.RB_Branch_Id!=0){ // if(this.departmentMsg.RB_Branch_Id!=0){
if(this.form.EmployeeIdList.length==0){ // if(this.form.EmployeeIdList.length==0){
this.Error("请选择分负责OP!") // this.Error("请选择分负责OP!")
return; // return;
} // }
// if(this.form.FZLEmployeeIdList.length==0){ // if(this.form.FZLEmployeeIdList.length==0){
// this.Error("请选择分助理!") // this.Error("请选择分助理!")
// return; // return;
// } // }
if(this.form.FManagerMoney==0){ // if(this.form.FManagerMoney==0){
this.Error("请填写分负责人金额!") // this.Error("请填写分负责人金额!")
return; // return;
} // }
if(this.form.FInternMoney==0){ // if(this.form.FInternMoney==0){
this.Error("请填写分助理金额!") // this.Error("请填写分助理金额!")
return; // return;
} // }
} // }
this.$refs[formName].validate((valid) => { this.$refs[formName].validate((valid) => {
if (valid) { if (valid) {
this.apipost( this.apipost(
......
...@@ -668,7 +668,7 @@ ...@@ -668,7 +668,7 @@
</div> </div>
</div> </div>
<div style="text-align:center;margin-top:20px"> <div style="text-align:center;margin-top:20px">
<span class="khd"><a href="https://url.cn/5tmuvIW">IM客户端下载</a></span> <span class="khd"><a href="http://im.oytour.com/麦子助手.exe">IM客户端下载</a></span>
</div> </div>
<div class="im_bottom"></div> <div class="im_bottom"></div>
</div> </div>
...@@ -1413,12 +1413,11 @@ export default { ...@@ -1413,12 +1413,11 @@ export default {
document.addEventListener(visibilityChangeEvent, onVisibilityChange); document.addEventListener(visibilityChangeEvent, onVisibilityChange);
// console.log('initIM',this.firstMenuList.indexOf('IM')) // console.log('initIM',this.firstMenuList.indexOf('IM'))
if(!localStorage.menu){ if(!localStorage.menu){
//this.$store.dispatch("connect"); this.$store.dispatch("connect");
let aaa=0
}else{ }else{
this.firstMenuList=JSON.parse(localStorage.menu) this.firstMenuList=JSON.parse(localStorage.menu)
if(this.firstMenuList.indexOf('IM')!=-1){ if(this.firstMenuList.indexOf('IM')!=-1){
//this.$store.dispatch("connect"); this.$store.dispatch("connect");
} }
} }
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment