Commit b4d5b154 authored by liudong1993's avatar liudong1993

1

parent b1221515
......@@ -201,7 +201,7 @@
<th>总提成</th>
<th>出团公司提成</th>
<th>期数</th>
<th>描述</th>
<th width="25%">描述</th>
<th>操作</th>
</tr>
<tr v-for="item in dataList">
......
......@@ -63,7 +63,7 @@
<th>所属公司追加工资</th>
<th>总提成</th>
<th>公司提成</th>
<th>财务提成单据</th>
<th width="45%">财务提成单据</th>
<th>追加工资单据</th>
<th>操作信息</th>
<th>操作</th>
......
......@@ -1947,8 +1947,11 @@
let userInfo = this.getLocalStorage()
let ParentCompanyId = userInfo.ParentCompanyId;
if(!this.$route.query.edit){
this.msg.RB_Branch_Id = this.msg.RB_Branch_Id == 0 || this.msg.RB_Branch_Id == ParentCompanyId ? this
.getLocalStorage().RB_Branch_id : this.msg.RB_Branch_Id;
}
if (this.orderObj && this.orderObj.companyIDList && this.orderObj.companyIDList.length > 0) {
this.msg.RB_Branch_Id = this.orderObj.companyIDList[0];
} else if (this.$route.query.companyID) {
......
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