@@ -40,8 +40,8 @@ export default {
action:[
{ text: '作废',handleId:0},
{ text: '设为非订单款',handleId:2},
- // { text: '设为返佣款',handleId:3},
- // { text: '设为供应商退款',handleId:4},
+ { text: '设为返佣款',handleId:3},
+ { text: '设为供应商退款',handleId:4},
],
},
{
@@ -58,15 +58,15 @@ export function stateExpFormat(value) {// 订单状态
4: '已关闭',
5: '交易全退',
6: '交易全退',
- 11: '待付款待发货',
- 12: '待付款部分发货',
- 13: '待付款已发货',
- 21: '部分付款待发货',
- 22: '部分付款部分发货',
- 23: '部分付款已发货',
- 31: '已付款待发货',
- 32: '已付款部分发货',
- 33: '已付款已发货'
+ 11: '待收款待发货',
+ 12: '待收款部分发货',
+ 13: '待收款已发货',
+ 21: '部分收款待发货',
+ 22: '部分收款部分发货',
+ 23: '部分收款已发货',
+ 31: '已收款待发货',
+ 32: '已收款部分发货',
+ 33: '已收款已发货'
}
return map[value]
@@ -66,7 +66,7 @@
borderRadius="10rpx"
:isLoading="true"
:loadingType="7"
- ></tui-skeleton>
+ />
<view
class="user-section"
v-else
@@ -149,13 +149,13 @@
</view>
<!-- 口头返佣按钮 -->
-<!-- <view
+ <view
class="tui-icon-button"
v-if="currents == 2 && returnBtnVisible"
@click="toNoSms('/pages/relation/return/list')"
>
<text class="iconfont icon-jiahao"></text>
- </view> -->
+ </view>
<!--右抽屉-->
<tui-drawer mode="right" :visible="rightDrawer" @close="closeDrawer">
<view class="d-container clearfix" :style="{ paddingTop: CustomBar + 10 + 'px' }">
@@ -254,8 +254,8 @@ export default {
paymentActions: [
{ name: '普通款项', value: 1 },
- // { name: '返佣款项', value: 3 },
- // { name: '供应商退款', value: 5 }
+ { name: '返佣款项', value: 3 },
+ { name: '供应商退款', value: 5 }
receiptTypeActions: [],
paymentTypeText: '普通款项', // 款项类型显示文案