Commit c5a1f879 authored by Mac's avatar Mac

修改

parent 21fcee80
......@@ -217,7 +217,7 @@
},
YijianZD(item) {
let Money
if(this.msg.OutBranchId>0){
if(this.msg.OutBranchId>-1){
if(item.BranchCommission>0){
Money=item.BranchCommission
}else{
......@@ -228,11 +228,11 @@
Money=item.SumPrice
}
let obj = {
CostType: 16,
CostType: 112,
Money: Money,
CurrencyId: 1,
XSTC: 1,
OtherType:43,
OtherType:48,
ReFinanceId:item.Id
}
let query = {
......
......@@ -70,11 +70,11 @@
</el-select>
</li>
<li>
<!-- <li>
<em>订单号</em>
<el-input maxlength="50" v-model="msg.OrderId" class="permiss-input w200"
@keyup.native.enter="handleCurrentChange(1)" :placeholder="$t('pub.pleaseImport')"></el-input>
</li>
</li> -->
<li>
<em>团号</em>
<el-input maxlength="50" v-model="msg.TCNUM" class="permiss-input w200"
......@@ -168,7 +168,7 @@
UserId: -1,
RB_Branch_Id: -1,
RB_Department_Id: -1,
OrderId: '',
// OrderId: '',
TCNUM: '',
OutBranchId: -1
},
......
......@@ -238,7 +238,7 @@
},
YijianZD(item) {
let Money
if(this.msg.OutBranchId>0){
if(this.msg.OutBranchId>-1){
if(item.BranchCommission>0){
Money=item.BranchCommission
}else{
......
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