| | |
| | | </view> |
| | | <view class="item_top_img"> |
| | | <image v-if="item.status === 2" src="@/static/icon/progress_yishengxiao@2x.png" mode="widthFix"></image> |
| | | <image v-if="item.status === 1 || item.status === 9" src="@/static/icon/progress_daishenhe@2x.png" mode="widthFix"></image> |
| | | <image v-if="item.status === 9" src="@/static/icon/ic_toubaozhong.png" mode="widthFix"></image> |
| | | <image v-if="item.status === 1" src="@/static/icon/progress_daishenhe@2x.png" mode="widthFix"></image> |
| | | <image v-if="item.status === 0" src="@/static/icon/progress_daiqianshu@2x.png" mode="widthFix"></image> |
| | | <image v-if="item.status === 3" src="@/static/icon/progress_shenqingtuihui@2x.png" mode="widthFix"></image> |
| | | <image v-if="item.status === 5" src="@/static/icon/progress_yituihui@2x.png" mode="widthFix"></image> |
| | |
| | | </view> |
| | | <view class="item_list_item" style="width: 100%;"> |
| | | <view class="item_list_item_label">费用变更:</view> |
| | | <view class="item_list_item_val">-{{item.fee}}元</view> |
| | | <view class="item_list_item_val">{{item.fee}}元</view> |
| | | </view> |
| | | <view class="item_list_item" style="width: 100%;"> |
| | | <view class="item_list_item_label">批单生效期:</view> |
| | |
| | | this.getList() |
| | | }, |
| | | returnStyle(type) { |
| | | if ([2].includes(type)) { |
| | | if ([2,9].includes(type)) { |
| | | return 'linear-gradient( 180deg, #E5F7F1 0%, rgba(255,255,255,0) 100%);' |
| | | } else if ([0,1,9,7].includes(type)) { |
| | | } else if ([0,1,7].includes(type)) { |
| | | return 'linear-gradient( 180deg, #FFF2E3 0%, rgba(255,255,255,0) 100%);' |
| | | } else if ([3,5,6].includes(type)) { |
| | | return '#ffffff' |