|
|
|
@ -44,7 +44,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="orderForm-b-m">
|
|
|
|
<view class="orderForm-b-m">
|
|
|
|
<text class="blacsa">原价¥ <text class="bla">{{item.amount}}</text> </text> <text
|
|
|
|
<text class="blacsa">原价¥ <text class="bla">{{item.amount}}</text> </text> <text
|
|
|
|
class="blu">实付款¥<text class="blues">{{item.amount}}</text> </text>
|
|
|
|
class="blu">实付款¥<text class="blues" v-if="item.status!=0">{{item.amount}}</text><text class="blues" v-if="item.status===0">0</text> </text>
|
|
|
|
<view class="btns" v-if="item.status===1" @click.stop="goOks(index)">
|
|
|
|
<view class="btns" v-if="item.status===1" @click.stop="goOks(index)">
|
|
|
|
申请退款
|
|
|
|
申请退款
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -227,7 +227,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="orderForm-b-m">
|
|
|
|
<view class="orderForm-b-m">
|
|
|
|
<text class="blacsa">原价¥ <text class="bla">{{item.amount}}</text> </text> <text
|
|
|
|
<text class="blacsa">原价¥ <text class="bla">{{item.amount}}</text> </text> <text
|
|
|
|
class="blu">实付款¥<text class="blues">{{item.amount}}</text> </text>
|
|
|
|
class="blu">实付款¥<text class="blues" v-if="item.status!=0">{{item.amount}}</text><text class="blues" v-if="item.status===0">0</text> </text>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <view class="btnsc" v-if="item.status===0" @click="openClose">
|
|
|
|
<!-- <view class="btnsc" v-if="item.status===0" @click="openClose">
|
|
|
|
查看原因
|
|
|
|
查看原因
|
|
|
|
@ -279,7 +279,7 @@
|
|
|
|
请输入退款原因
|
|
|
|
请输入退款原因
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="inputBox">
|
|
|
|
<view class="inputBox">
|
|
|
|
<textarea class="inputBox_go" name="" id="" cols="30" rows="30" maxlength=-1 v-model="inputBoxVlaue"></textarea>
|
|
|
|
<textarea class="inputBox_go" name="" id="" cols="30" rows="30" placeholder="请输入退款原因" maxlength=-1 v-model="inputBoxVlaue"></textarea>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="btn">
|
|
|
|
<view class="btn">
|
|
|
|
<view class="btn-left" @click="moneyRefund=1">
|
|
|
|
<view class="btn-left" @click="moneyRefund=1">
|
|
|
|
@ -437,7 +437,7 @@
|
|
|
|
const getMoneyRefund = ()=>{
|
|
|
|
const getMoneyRefund = ()=>{
|
|
|
|
console.log(inputBoxVlaue.value);
|
|
|
|
console.log(inputBoxVlaue.value);
|
|
|
|
console.log(orders.value[orderIndex.value]);
|
|
|
|
console.log(orders.value[orderIndex.value]);
|
|
|
|
o.getRefundApi({
|
|
|
|
o.getClose({
|
|
|
|
id:orders.value[orderIndex.value].id,
|
|
|
|
id:orders.value[orderIndex.value].id,
|
|
|
|
inputs:inputBoxVlaue.value,
|
|
|
|
inputs:inputBoxVlaue.value,
|
|
|
|
money:orders.value[orderIndex.value].amount,
|
|
|
|
money:orders.value[orderIndex.value].amount,
|
|
|
|
@ -830,7 +830,7 @@
|
|
|
|
z-index: 99999;
|
|
|
|
z-index: 99999;
|
|
|
|
.refundWindows{
|
|
|
|
.refundWindows{
|
|
|
|
width: 606rpx;
|
|
|
|
width: 606rpx;
|
|
|
|
height: 606rpx;
|
|
|
|
height:436rpx;
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
top: 50%;
|
|
|
|
top: 50%;
|
|
|
|
@ -847,8 +847,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.inputBox{
|
|
|
|
.inputBox{
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 400rpx;
|
|
|
|
height: 230rpx;
|
|
|
|
// background-color: salmon;
|
|
|
|
// background-color: salmon;
|
|
|
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
.inputBox_go{
|
|
|
|
.inputBox_go{
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
@ -859,6 +860,7 @@
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-top: 1rpx solid #ccc;
|
|
|
|
border-top: 1rpx solid #ccc;
|
|
|
|
// border-bottom: 1rpx solid #ccc;
|
|
|
|
// border-bottom: 1rpx solid #ccc;
|
|
|
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn{
|
|
|
|
.btn{
|
|
|
|
@ -878,7 +880,7 @@
|
|
|
|
color: #70b6f2;
|
|
|
|
color: #70b6f2;
|
|
|
|
letter-spacing: 5rpx;
|
|
|
|
letter-spacing: 5rpx;
|
|
|
|
// border-radius: 15rpx 15rpx 15rpx 15rpx;
|
|
|
|
// border-radius: 15rpx 15rpx 15rpx 15rpx;
|
|
|
|
border-right: 1rpx solid #ccc;
|
|
|
|
// border-right: 1rpx solid #ccc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-right {
|
|
|
|
.btn-right {
|
|
|
|
@ -888,7 +890,7 @@
|
|
|
|
line-height: 108rpx;
|
|
|
|
line-height: 108rpx;
|
|
|
|
// background-color: #70b6f2;
|
|
|
|
// background-color: #70b6f2;
|
|
|
|
// border-radius: 15rpx 15rpx 15rpx 15rpx;
|
|
|
|
// border-radius: 15rpx 15rpx 15rpx 15rpx;
|
|
|
|
border-left: 1rpx solid #ccc;
|
|
|
|
// border-left: 1rpx solid #ccc;
|
|
|
|
letter-spacing: 5rpx;
|
|
|
|
letter-spacing: 5rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|