Commit c5a1f879 authored by Mac's avatar Mac

修改

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