Commit ff1ad60b authored by youjie's avatar youjie

no message

parent 1367bf27
...@@ -156,14 +156,14 @@ ...@@ -156,14 +156,14 @@
<u-number-box :min="0" :max="99999999999999999" v-model="item.UnitPrice" @change="(e)=>getNum(e,i,'金额')"/> <u-number-box :min="0" :max="99999999999999999" v-model="item.UnitPrice" @change="(e)=>getNum(e,i,'金额')"/>
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <!-- <view class="inputBox row justify-between">
<view class="row"> <view class="row">
<text>返佣</text> <text>返佣</text>
</view> </view>
<view class="inputBoxRight"> <view class="inputBoxRight">
<u-number-box :min="0" :value="item.Rebate" @change="(e)=>getNum(e,i,'返佣')"/> <u-number-box :min="0" :value="item.Rebate" @change="(e)=>getNum(e,i,'返佣')"/>
</view> </view>
</view> </view> -->
<view class="paymentTitle PA30">备注</view> <view class="paymentTitle PA30">备注</view>
<view class="textareaBox PX30 row"> <view class="textareaBox PX30 row">
<textarea class="PA20 flex1" placeholder-style="color:#AAAAAA" <textarea class="PA20 flex1" placeholder-style="color:#AAAAAA"
......
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