Commit 0d55d84a authored by youjie's avatar youjie

no message

parent 83be1820
......@@ -34,13 +34,13 @@
<ul class="opUl">
<li>
<em>出团公司</em>
<el-select filterable v-model='msg.OutBranchId'
<el-select filterable v-model='msg.OutBranchId'
@change='handleCurrentChange(1)' :disabled="disabled">
<el-option label="不限" :value="-1" :key="-1"></el-option>
<el-option
v-for="item in companyList"
:label='item.BName'
:value='item.Id'
:label='item.BName'
:value='item.Id'
:key='item.Id'
></el-option>
</el-select>
......@@ -232,7 +232,7 @@
},
// 点击制单
YijianZD(item) {
let Money
let Money
if(this.msg.OutBranchId>-1){
if(item.BranchCommission>0){
Money=item.BranchCommission
......@@ -240,7 +240,7 @@
this.Error("公司提成为0,不能制单!")
return;
}
}else{
Money=item.SumPrice
}
......@@ -250,8 +250,9 @@
CurrencyId: 1,
XSTC: 1,
OtherType:73,
ReFinanceId:item.ID,
isRB_Branch_Id: true
ReFinanceId: item.ID,
isRB_Branch_Id: true,
RB_Branch_Id: this.msg.OutBranchId
}
let query = {
blank: "y",
......@@ -267,12 +268,12 @@
query.id = 28
query.Name = "总部OP提成单"
}
this.$router.push({
path: "/addFinancialDocuments",
query
});
},
gofinancialdetail(item) {
......@@ -289,4 +290,4 @@
}
}
</script>
\ No newline at end of file
</script>
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