|
|
@@ -4,6 +4,11 @@
|
|
|
<text class="line-1">单号:{{item.billno}}</text>
|
|
|
<view class="status" style="background-color: {{backColor.getColor(item.status)}};">{{item.status}}</view>
|
|
|
</view>
|
|
|
+ <view class="tag-box">
|
|
|
+ <van-tag custom-class='tag' color='#FA8C16' text-color='#fff' round>{{item.quotedpricetype}}</van-tag>
|
|
|
+ <van-tag custom-class='tag' wx:for="{{item.tags.systemtag}}" wx:for-item='tag' color='#FA8C16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
+ <van-tag custom-class='tag' wx:for="{{item.tags.datatag}}" wx:for-item='tag' color='#FAAB16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
+ </view>
|
|
|
<view class="exp line-1">客户:<text>{{item.enterprisename}}</text></view>
|
|
|
<view class="exp line-1">报价日期:<text>{{item.billdate}}</text></view>
|
|
|
<view class="exp line-1">特价:<text>{{item.specialoffer==1?'是':'否'}}</text></view>
|