Commit 23596f0f authored by zhengke's avatar zhengke

no message

parent 2270a6bf
...@@ -464,12 +464,23 @@ export default { ...@@ -464,12 +464,23 @@ export default {
isShowImport: false, //是否显示导入弹窗 isShowImport: false, //是否显示导入弹窗
importType: 1, //导入文件类型(1-客户导入,2-直客导入) importType: 1, //导入文件类型(1-客户导入,2-直客导入)
IsSelectAdminList: [], //是否是线索管理员 IsSelectAdminList: [], //是否是线索管理员
erpOrderObj:null erpOrderObj:{}
}; };
}, },
mounted() { mounted() {
if(this.$route.query&&this.$route.query.erpOrderObj){ if(this.$route.query&&this.$route.query.erpOrderObj){
this.erpOrderObj = JSON.parse(this.$route.query.erpOrderObj) this.erpOrderObj = JSON.parse(this.$route.query.erpOrderObj)
let data = {
condition: "is",
formType: "number",
name: "CreateBy",
nameFC: this.erpOrderObj.EmName,
regionStr: "等于",
str: "创建人",
value: 5
}
this.msg.CreateBy = []
this.msg.CreateBy.push(data)
} }
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
......
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
commissionratioList.AvfOrderNum>item.EndValue?'#FF7262':'#CACACA'}"></div> commissionratioList.AvfOrderNum>item.EndValue?'#FF7262':'#CACACA'}"></div>
<div class="rate full-width" :class="{'active-rate':commissionratioList.AvgLureNum>item.StartValue&& <div class="rate full-width" :class="{'active-rate':commissionratioList.AvgLureNum>item.StartValue&&
commissionratioList.AvfOrderNum>item.EndValue}"> commissionratioList.AvfOrderNum>item.EndValue}">
<i class="el-icon-check" style="font-size:8px"></i> {{item.Rate}}% <i class="el-icon-check" style="font-size:8px"></i> {{item.Rate}}
</div> </div>
</div> </div>
</div> </div>
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
this.EmName = item.EmName this.EmName = item.EmName
this.EmpType = item.EmpType this.EmpType = item.EmpType
let msg = { let msg = {
WageReId:item.WageReId//item.WageReId?item.WageReId:6 WageReId:item.WageReId
} }
this.apipost( this.apipost(
"/api/Commission/GetCommissionSource",msg,res => { "/api/Commission/GetCommissionSource",msg,res => {
......
...@@ -308,7 +308,6 @@ ...@@ -308,7 +308,6 @@
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
this.GetSceneList() this.GetSceneList()
this.Employee() this.Employee()
}, },
methods: { methods: {
// 修改组装数据 // 修改组装数据
......
...@@ -277,7 +277,6 @@ ...@@ -277,7 +277,6 @@
TicketOrderID: 0, TicketOrderID: 0,
GuestId: 0, GuestId: 0,
obj: {}, obj: {},
erpOrderObj: {},
}; };
}, },
watch: { watch: {
......
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