修复了功能(对项目明细设置抽佣比例)
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
<wxs module="filters" src="../../../../utils/addmul.wxs"></wxs>
|
||||
<view wx:if="{{show}}" class="popup-wrapper">
|
||||
<view class="promo-mask" bindtap="close"></view>
|
||||
<view class="flex-col section popup-content">
|
||||
<text class="self-center font text">代理价设置</text>
|
||||
<view class="flex-col self-stretch mt-24">
|
||||
<view class="flex-col">
|
||||
<text class="self-start font_2 text_2">我的价格{{ myUnitPrice }},我的抽成{{ (myUnitPrice*100 - pgencyPrice*100)/100 }}元</text>
|
||||
<text class="self-start font_2 text_2">我的价格{{ filters.toFix2(myUnitPrice) }},我的抽成{{ filters.toFix2((myUnitPrice*100 - pgencyPrice*100)/100) }}元</text>
|
||||
<view class="flex-col self-stretch section_2 mt-13">
|
||||
<view class="flex-row justify-between items-center">
|
||||
<text class="font_2 text_4">结算标准</text>
|
||||
@ -16,7 +17,7 @@
|
||||
<input
|
||||
class="text_8 font"
|
||||
type="digit"
|
||||
placeholder="请输入代理单价"
|
||||
placeholder="请输入"
|
||||
data-field="pgencyPrice"
|
||||
value="{{ pgencyPrice }}"
|
||||
disabled="{{ pgencyPriceAble }}"
|
||||
@ -31,7 +32,7 @@
|
||||
<image class="input-icon" src="./images/baifenbi.png"></image>
|
||||
<input
|
||||
class="text_8 font"
|
||||
placeholder="请输入抽成比例"
|
||||
placeholder="请输入"
|
||||
type="digit"
|
||||
data-field="commissionRate"
|
||||
value="{{ commissionRate }}"
|
||||
@ -50,7 +51,7 @@
|
||||
<text class="font_2 text_9 ml-7">代理价</text>
|
||||
</view>
|
||||
<view class="flex-row items-center mt-14">
|
||||
<radio class="radio_1" color="#FF8D1A" value="抽成比例"></radio>
|
||||
<radio class="radio_1" color="#FF8D1A" value="抽成比例" checked></radio>
|
||||
<text class="font_2 text_11 ml-7">抽成比例</text>
|
||||
</view>
|
||||
</radio-group>
|
||||
|
Reference in New Issue
Block a user