Commit 0d55d84a authored by youjie's avatar youjie

no message

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