订单售后争议数据展示
parent
49b7b9ef6b
commit
f00fab5ba0
|
|
@ -42,6 +42,11 @@
|
|||
"service": "service",
|
||||
"base": "Base",
|
||||
"params": "Params",
|
||||
"status": "Status",
|
||||
"reason": "Reason",
|
||||
"close_reason": "Close Reason",
|
||||
"refuse": "Refuse",
|
||||
"buy": "Buy",
|
||||
"web_client": "WebClient",
|
||||
"app_client": "AppClient",
|
||||
"please_input": "Please enter",
|
||||
|
|
@ -1205,7 +1210,6 @@
|
|||
"s70kj4": "Application Information",
|
||||
"1s2f0g": "Electronic invoice",
|
||||
"4tu3v3": "You can click on the invoice name and copy it, then go to the browser to open the address and download the invoice.",
|
||||
"rrfex6": "state",
|
||||
"p73963": "Invoice content",
|
||||
"41qbu6": "Name of the bank where the enterprise opens the account",
|
||||
"3a9459": "Enterprise account opening",
|
||||
|
|
@ -1594,7 +1598,8 @@
|
|||
"c9e2ms": "Please fill in the courier name",
|
||||
"ld10pm": "Please fill in the courier tracking number",
|
||||
"87tuff": "Describe the reason",
|
||||
"6uygft": "Describe the reason in a format of 1-230 characters"
|
||||
"6uygft": "Describe the reason in a format of 1-230 characters",
|
||||
"t67iug": "You have applied for platform intervention in mediation!"
|
||||
}
|
||||
},
|
||||
"ask-comments": {
|
||||
|
|
@ -1620,7 +1625,6 @@
|
|||
},
|
||||
"binding-list": {
|
||||
"binding-list": {
|
||||
"kh7951": "buy",
|
||||
"2u4v35": "Put it away",
|
||||
"91d60h": "launch"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
"service": "服务",
|
||||
"base": "基础",
|
||||
"params": "参数",
|
||||
"status": "状态",
|
||||
"reason": "原因",
|
||||
"close_reason": "关闭原因",
|
||||
"refuse": "拒绝",
|
||||
"buy": "购买",
|
||||
"web_client": "web端",
|
||||
"app_client": "手机端",
|
||||
"please_input": "请输入",
|
||||
|
|
@ -1581,7 +1586,8 @@
|
|||
"c9e2ms": "请填写快递名称",
|
||||
"ld10pm": "请填写快递单号",
|
||||
"87tuff": "描述原因",
|
||||
"6uygft": "描述原因格式1~230个字符"
|
||||
"6uygft": "描述原因格式1~230个字符",
|
||||
"t67iug": "您已申请平台介入调解!"
|
||||
}
|
||||
},
|
||||
"ask-comments": {
|
||||
|
|
@ -1607,7 +1613,6 @@
|
|||
},
|
||||
"binding-list": {
|
||||
"binding-list": {
|
||||
"kh7951": "购买",
|
||||
"2u4v35": "收起",
|
||||
"91d60h": "展开"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<button type="default" size="mini" class="br-main bg-main cr-white round buy-submit self-e margin-0 text-size-xs">{{ item.type_name }}{{$t('binding-list.binding-list.kh7951')}}</button>
|
||||
<button type="default" size="mini" class="br-main bg-main cr-white round buy-submit self-e margin-0 text-size-xs">{{ item.type_name }}{{$t('common.buy')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="binding-goods-list border-radius-main margin-top-main oh" :style="'height: ' + ((item.is_home_show_goods || 0) == 1 ? Math.ceil(item.goods.length / 2) * ((goods_cover_class || null) == null ? 134 : 158) + 12 : '0') + 'rpx'">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<view class="pa right-0"><iconfont :name="popup_accounts_status ? 'icon-arrow-top' : 'icon-arrow-bottom'" size="24rpx"></iconfont></view>
|
||||
</view>
|
||||
<view class="flex-shrink flex-row align-c margin-right-xxxl padding-right-xl pr" @tap="popup_recharge_status_open_event">
|
||||
<view>{{ recharge_status_name !== null && recharge_status_name !== $t('common.all') ? recharge_status_name : $t('invoice-detail.invoice-detail.rrfex6') }}</view>
|
||||
<view>{{ recharge_status_name !== null && recharge_status_name !== $t('common.all') ? recharge_status_name : $t('common.status') }}</view>
|
||||
<view class="pa right-0"><iconfont :name="popup_recharge_status_status ? 'icon-arrow-top' : 'icon-arrow-bottom'" size="24rpx"></iconfont></view>
|
||||
</view>
|
||||
<view class="flex-shrink flex-row align-c padding-right-xl pr" @tap="popup_network_open_event">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<view class="pa right-0"><iconfont :name="popup_accounts_status ? 'icon-arrow-top' : 'icon-arrow-bottom'" size="24rpx"></iconfont></view>
|
||||
</view>
|
||||
<view class="flex-shrink flex-row align-c margin-right-xxxl padding-right-xl pr" @tap="popup_recharge_status_open_event">
|
||||
<view>{{ recharge_status_name !== null && recharge_status_name !== $t('common.all') ? recharge_status_name : $t('invoice-detail.invoice-detail.rrfex6') }}</view>
|
||||
<view>{{ recharge_status_name !== null && recharge_status_name !== $t('common.all') ? recharge_status_name : $t('common.status') }}</view>
|
||||
<view class="pa right-0"><iconfont :name="popup_recharge_status_status ? 'icon-arrow-top' : 'icon-arrow-bottom'" size="24rpx"></iconfont></view>
|
||||
</view>
|
||||
<view class="flex-shrink flex-row align-c padding-right-xl pr" @tap="popup_network_open_event">
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
{ name: this.$t('form.form.xy87t8'), field: "describe" },
|
||||
{ name: this.$t('common.note'), field: "note" },
|
||||
{ name: this.$t('buy.buy.s7rr5s'), field: "upd_time" },
|
||||
{ name: this.$t('invoice-detail.invoice-detail.rrfex6'), field: "status_name" },
|
||||
{ name: this.$t('common.status'), field: "status_name" },
|
||||
],
|
||||
};
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<!-- 提示 -->
|
||||
<view class="bg-white padding-main border-radius-main spacing-mb">
|
||||
<!-- 售后状态,退货,取消,智能工具箱插件(客服信息) -->
|
||||
<!-- 售后状态,退货,取消,智能工具箱插件(客服信息),多商户售后争议数据 -->
|
||||
<view class="fw-b text-size" :class="aftersale_data.status == 3 ? 'cr-green' : (aftersale_data.status == 4 ? 'cr-red' : '')">{{ aftersale_data.tips_msg.title }}</view>
|
||||
<view v-if="(aftersale_data.tips_msg.desc || null) != null" class="cr-grey margin-top-sm">{{ aftersale_data.tips_msg.desc }}</view>
|
||||
<view v-if="(plugins_intellectstools_data || null) != null && (plugins_intellectstools_data.service_msg || null) != null" class="cr-grey margin-top-sm">{{ plugins_intellectstools_data.service_msg }}</view>
|
||||
|
|
@ -50,6 +50,25 @@
|
|||
<button v-if="(plugins_intellectstools_data || null) != null" type="default" size="mini" class="bg-green br-green cr-white round margin-right" @tap="plugins_intellectstools_service_open_event" hover-class="none">{{$t('common.customer_service')}}</button>
|
||||
<button v-if="(plugins_shop_data || null) != null && (plugins_shop_data.status || 0) == 1 && (plugins_shop_data.dispute_data || null) == null" type="default" size="mini" class="bg-main br-main cr-white round" @tap="plugins_shop_dispute_interfere_open_event" hover-class="none">申请平台介入</button>
|
||||
</view>
|
||||
<view v-if="(plugins_shop_data || null) != null && (plugins_shop_data.status || 0) == 1 && (plugins_shop_data.dispute_data || null) != null" class="margin-top-lg">
|
||||
<view class="cr-red">{{$t('user-orderaftersale-detail.user-orderaftersale-detail.t67iug')}}</view>
|
||||
<view class="margin-top-xs">
|
||||
<text class="cr-grey">{{$t('common.status')}}:</text>
|
||||
<text>{{plugins_shop_data.dispute_data.status_name}}</text>
|
||||
</view>
|
||||
<view class="margin-top-xs">
|
||||
<text class="cr-grey">{{$t('common.reason')}}:</text>
|
||||
<text>{{plugins_shop_data.dispute_data.describe}}</text>
|
||||
</view>
|
||||
<view class="margin-top-xs">
|
||||
<text class="cr-grey">{{$t('common.refuse')}}/{{$t('common.close_reason')}}:</text>
|
||||
<text>{{plugins_shop_data.dispute_data.reason}}</text>
|
||||
</view>
|
||||
<view class="margin-top-xs">
|
||||
<text class="cr-grey">{{$t('common.apply_time')}}:</text>
|
||||
<text>{{plugins_shop_data.dispute_data.add_time}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 售后争议 -->
|
||||
|
|
@ -127,7 +146,7 @@
|
|||
</block>
|
||||
</scroll-view>
|
||||
<view v-if="chat_send_submit_status" class="chat-input flex-row align-s margin-top-sm">
|
||||
<textarea :placeholder="$t('common.input_enter_chat_tips')" class="chat-send-input ht-auto padding-sm br radius" :value="chat_input_value" @input="chat_input_event" placeholder-class="cr-grey"></textarea>
|
||||
<textarea :placeholder="$t('common.input_enter_chat_tips')" class="chat-send-input wh-auto ht-auto padding-sm br radius" :value="chat_input_value" @input="chat_input_event" placeholder-class="cr-grey"></textarea>
|
||||
<button type="default" size="mini" class="chat-send-submit bg-main br-main cr-white radius" @tap="chat_send_submit_event" :disabled="chat_send_submit_disabled_status" hover-class="none">{{$t('common.send')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue