|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
OrderPayAction,
|
|
|
|
|
OrderListAction,
|
|
|
|
|
$image,
|
|
|
|
|
$response
|
|
|
|
|
$response,$chat_url,$service_platform_appid
|
|
|
|
|
} from '@/api'
|
|
|
|
|
import {
|
|
|
|
|
onShow
|
|
|
|
|
@ -198,6 +198,19 @@
|
|
|
|
|
const cancelClose = () => {
|
|
|
|
|
cancel_show.value = false
|
|
|
|
|
}
|
|
|
|
|
const KaiPiao=(row)=>{
|
|
|
|
|
console.log(row)
|
|
|
|
|
let jump_path=$chat_url+'/h5/#/pages/login/login?appid='+$service_platform_appid+'&userid='+$service_platform_appid+'_'+uni.getStorageSync('loginUserId')+'&objtype=invoice&page=edit&ordernum='+$service_platform_appid+'_'+row.show+'&price='+row.true_price
|
|
|
|
|
let info ={
|
|
|
|
|
title: '提交工单',
|
|
|
|
|
icon: '/storage/assets/mp/user/会员卡信息@2x.png',
|
|
|
|
|
show: true,
|
|
|
|
|
jump_type: 3,
|
|
|
|
|
jump_path: jump_path,
|
|
|
|
|
login_type: 1
|
|
|
|
|
}
|
|
|
|
|
uni.$lu.jump(info)
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<template>
|
|
|
|
|
<view>
|
|
|
|
|
@ -304,6 +317,11 @@
|
|
|
|
|
<image :src="$image('/storage/assets/mp/order/二维码.png')"></image>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="i.status === 4" class="pay_done_wrapper">
|
|
|
|
|
<view @click.stop="KaiPiao(i)" class="cancel_wrapper">
|
|
|
|
|
申请开票
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="i.status === 1" class="pay_done_wrapper">
|
|
|
|
|
<view @click.stop="OrderCancelShow(i)" class="cancel_wrapper">
|
|
|
|
|
取消订单
|
|
|
|
|
|