Commit 5fa21d4e authored by youjie's avatar youjie

no message

parent f8bcb32f
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
} }
let obj = { let obj = {
CostType: 16, CostType: type==1?16:186,
Money: Money, Money: Money,
CurrencyId: item.CurrencyRateList[0].CurrencyId, CurrencyId: item.CurrencyRateList[0].CurrencyId,
XSTC: 1, XSTC: 1,
...@@ -429,14 +429,21 @@ ...@@ -429,14 +429,21 @@
orderObj: JSON.stringify(obj), orderObj: JSON.stringify(obj),
companyID: this.msg.OutBranchId companyID: this.msg.OutBranchId
} }
if(this.msg.OutBranchId>0){ // 费用流程
if(type==1){
if(this.msg.OutBranchId>0){
query.id = 30 query.id = 30
query.Name = "分公司销售提成单" query.Name = "分公司销售提成单"
}else{
query.id = 28
query.Name = "总部销售提成单"
}
}else{ }else{
query.id = 28 query.id = 87
query.Name = "总部销售提成单" query.Name = "费用科目"
} }
this.$router.push({ this.$router.push({
path: "/addFinancialDocuments", path: "/addFinancialDocuments",
query query
......
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
<label <label
style="display:inline-block;margin:5px 0 0 5px;font-size:12px;color: red;"> style="display:inline-block;margin:5px 0 0 5px;font-size:12px;color: red;">
<!-- {{item.PriceTeamTypeName}} --> <!-- {{item.PriceTeamTypeName}} -->
{{item.teamType == 1?'团':''}} {{item.teamType == 1?'小包团':''}}
</label> </label>
</p> </p>
......
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