Commit 1367bf27 authored by youjie's avatar youjie

no message

parent 821ad619
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/>
</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>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text> <text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/>
</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>
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<text>{{item.CostProjectStr?item.CostProjectStr:'选择费用项目'}}</text> <text>{{item.CostProjectStr?item.CostProjectStr:'选择费用项目'}}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/>
</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>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text> <text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/>
</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>
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<text>{{item.CostProjectStr?item.CostProjectStr:'选择费用项目'}}</text> <text>{{item.CostProjectStr?item.CostProjectStr:'选择费用项目'}}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/>
</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>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text> <text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42"/>
</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>
...@@ -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