|
@@ -14,10 +14,10 @@
|
|
|
<view class="label">
|
|
<view class="label">
|
|
|
<text style="font-weight:bold;">{{item.name}}</text>
|
|
<text style="font-weight:bold;">{{item.name}}</text>
|
|
|
<text>金额:¥{{item.xhUnitPrice?parseFloat(item.xhUnitPrice):0}} x {{item.xhNum}}</text>
|
|
<text>金额:¥{{item.xhUnitPrice?parseFloat(item.xhUnitPrice):0}} x {{item.xhNum}}</text>
|
|
|
- <text>原因:{{item.cause == 0 ? '质量问题' : '多开错开'}}</text>
|
|
|
|
|
|
|
+ <text :class="[item.cause == 0?'qa_cause':'']">原因:{{item.cause == 0 ? '质量问题' : '多开错开'}}</text>
|
|
|
<text>时间:{{item.addTime.substr(5,11)}}</text>
|
|
<text>时间:{{item.addTime.substr(5,11)}}</text>
|
|
|
- <text v-if="!$util.isEmpty(item.refundInfo.remark)">备注:{{item.refundInfo.remark}}</text>
|
|
|
|
|
- <text style="position:absolute;right:-500upx;top:0upx;">{{ item.status==0?'待审核':item.status==1?'已通过':item.status==2?'已驳回':item.status==3 ? '已取消':'' }}</text>
|
|
|
|
|
|
|
+ <text v-if="!$util.isEmpty(item.refundInfo.remark)" style="color:red;font-weight:bold;">备注:{{item.refundInfo.remark}}</text>
|
|
|
|
|
+ <text style="position:absolute;right:-490upx;top:0upx;">{{ item.status==0?'待审核':item.status==1?'已通过':item.status==2?'已驳回':item.status==3 ? '已取消':'' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex val">¥{{parseFloat(item.xhPrice)}} <view class="iconfont iconxiangyou"></view> </view>
|
|
<view class="flex val">¥{{parseFloat(item.xhPrice)}} <view class="iconfont iconxiangyou"></view> </view>
|
|
|
</block>
|
|
</block>
|
|
@@ -226,4 +226,7 @@ export default {
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
color:black;
|
|
color:black;
|
|
|
}
|
|
}
|
|
|
|
|
+ .qa_cause{
|
|
|
|
|
+ color:blue;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|