|
|
|
@ -139,7 +139,7 @@ |
|
|
|
<view class="paper-price-item"> |
|
|
|
<view class="label"> |
|
|
|
<uni-icons custom-prefix="iconfont" type="icon-required" size="14" color="#F5222D"></uni-icons> |
|
|
|
<text class="label_text">账期售价:</text> |
|
|
|
<text class="label_text">含税价格:</text> |
|
|
|
</view> |
|
|
|
<view class="label_value flex"> |
|
|
|
<qn-easyinput |
|
|
|
@ -148,7 +148,7 @@ |
|
|
|
v-model="item.listPrice" |
|
|
|
:inputBorder="false" |
|
|
|
text="right" |
|
|
|
placeholder="请输入账期售价" |
|
|
|
placeholder="请输入含税价格" |
|
|
|
></qn-easyinput> |
|
|
|
<view class="paper-price-title text-left">元/{{ item.stockUnit === 1 ? '张' : '吨' }}</view> |
|
|
|
</view> |
|
|
|
|