Commit 68a8f79a authored by youjie's avatar youjie

no message

parent 68734119
......@@ -266,10 +266,10 @@
</el-col>
<el-col :span="8">
<el-form-item :prop="'DetailList.'+ y +'.Rate'"
:rules="productGroupRules.Rate" label="提成比例">
:rules="productGroupRules.Rate" label="提成比例(%)">
<el-input style="width: 100%;" type="Number" v-model="x.Rate"
@keyup.native="checkPrice(x,'Rate',true)">
<template slot="append">%</template>
<!-- <template slot="append">%</template> -->
</el-input>
</el-form-item>
</el-col>
......
......@@ -94,7 +94,7 @@
<td>{{item.DiJieBonus?item.DiJieBonus:'-'}}</td>
<td>{{item.YearBonus?item.YearBonus:'-'}}</td>
<td>{{item.OrderProfit?item.OrderProfit:'-'}}</td>
<td>{{item.CommissionRate?item.CommissionRate:'-'}}</td>
<td>{{item.CommissionRate?item.CommissionRate+'%':'-'}}</td>
<!-- <td>{{item.Periods}}</td> -->
<td>
......@@ -218,7 +218,7 @@
},
getqishilist() {
this.apipost(
"sellcommission_GetGNCommissionPeriodsList",
"sellcommission_GetTWSellCommissionPeriodsList",
{},
res => {
if (res.data.resultCode == 1) {
......
......@@ -142,8 +142,8 @@
<td>{{item.CommissionMoney}}</td>
<td>{{item.OriginalProfit?item.OriginalProfit:'-'}}</td>
<td>{{item.StandardProfit?item.StandardProfit:'-'}}</td>
<td>{{item.ProfitRate?item.ProfitRate:'-'}}</td>
<td>{{item.CommissionRate?item.CommissionRate:'-'}}</td>
<td>{{item.ProfitRate?item.ProfitRate+'%':'-'}}</td>
<td>{{item.CommissionRate?item.CommissionRate+'%':'-'}}</td>
<td>{{item.CurrencyName}}</td>
<td>{{item.Periods}}</td>
<td>{{item.Description}}</td>
......
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