@@ -56,9 +56,16 @@ | |||
}); | |||
const quanCheckActionTrue = () => { | |||
let source = "" | |||
// #ifdef MP-ALIPAY | |||
source ="ALI" | |||
// #endif | |||
// #ifdef MP-WEIXIN | |||
source ="WECHAT" | |||
// #endif | |||
var data = { | |||
opId: getItem(StorageKeys.OpenId), | |||
source: 'WECHAT', //渠道为小程序 | |||
source: source, //渠道为小程序 | |||
tabIndex: '0', //0全部 | |||
orderStep: '11', //11 为已完成” | |||
isValueCard: "", |
@@ -62,13 +62,13 @@ | |||
</view> | |||
</view> | |||
</view> | |||
<view class="title"> 注意事项 </view> | |||
<!-- <view class="title"> 注意事项 </view> | |||
<view class="remark"> | |||
<view> 1.xxxxxxxx </view> | |||
<view> 2.xxxxxxxx </view> | |||
<view> 3.xxxxxxxx </view> | |||
<view> 4.xxxxxxxx </view> | |||
</view> | |||
</view> --> | |||
<button class="submit" @click="toPage" v-show="!state.flag">卡签续期</button> | |||
<button class="submit" @click="toBack" v-show="state.flag">返回服务中心</button> | |||
<view class="mask" v-show="state.showPopup"> |
@@ -57,9 +57,16 @@ | |||
}); | |||
const quanCheckActionTrue = () => { | |||
let source = "" | |||
// #ifdef MP-ALIPAY | |||
source ="ALI" | |||
// #endif | |||
// #ifdef MP-WEIXIN | |||
source ="WECHAT" | |||
// #endif | |||
var data = { | |||
opId: getItem(StorageKeys.OpenId), | |||
source: 'WECHAT', | |||
source: source, | |||
tabIndex: '0', | |||
orderStep: '11', | |||
isValueCard: '', |
@@ -61,13 +61,13 @@ | |||
</view> | |||
</view> | |||
</view> | |||
<view class="title"> 注意事项 </view> | |||
<!-- <view class="title"> 注意事项 </view> | |||
<view class="remark"> | |||
<view> 1.xxxxxxxx </view> | |||
<view> 2.xxxxxxxx </view> | |||
<view> 3.xxxxxxxx </view> | |||
<view> 4.xxxxxxxx </view> | |||
</view> | |||
</view> --> | |||
<button class="submit" @click="toPage" v-show="!state.flag">{{orderInfos.cardStatus ==1?'卡签停用':'卡签启用'}}</button> | |||
<button class="submit" @click="toBack" v-show="state.flag">返回服务中心</button> | |||
<view class="mask" v-show="state.showPopup"> |
@@ -57,9 +57,16 @@ | |||
}); | |||
const quanCheckActionTrue = () => { | |||
let source = "" | |||
// #ifdef MP-ALIPAY | |||
source ="ALI" | |||
// #endif | |||
// #ifdef MP-WEIXIN | |||
source ="WECHAT" | |||
// #endif | |||
var data = { | |||
opId: getItem(StorageKeys.OpenId), | |||
source: 'WECHAT', | |||
source: source, | |||
tabIndex: '0', | |||
orderStep: '11', | |||
isValueCard: "", |
@@ -54,9 +54,16 @@ | |||
}); | |||
const quanCheckActionTrue = () => { | |||
let source = "" | |||
// #ifdef MP-ALIPAY | |||
source ="ALI" | |||
// #endif | |||
// #ifdef MP-WEIXIN | |||
source ="WECHAT" | |||
// #endif | |||
var data = { | |||
opId: getItem(StorageKeys.OpenId), | |||
source: 'WECHAT', | |||
source: source, | |||
tabIndex: '0', | |||
orderStep: '11', | |||
isValueCard: '', |
@@ -35,9 +35,16 @@ | |||
}); | |||
const quanCheckActionTrue = () => { | |||
let source = "" | |||
// #ifdef MP-ALIPAY | |||
source ="ALI" | |||
// #endif | |||
// #ifdef MP-WEIXIN | |||
source ="WECHAT" | |||
// #endif | |||
var data = { | |||
opId: getItem(StorageKeys.OpenId), | |||
source: "WECHAT", | |||
source: source, | |||
tabIndex: "0", | |||
orderStep: "11", | |||
isValueCard: "", |
@@ -3,7 +3,7 @@ | |||
<view class="content"> | |||
<text class="title">卡上余额(元)</text> | |||
<view class=""> | |||
<text style="font-size: 30rpx;">¥</text>{{state.hasData.cardBalance / 100}} | |||
<text style="font-size: 30rpx;">¥</text>{{state.hasData.cardBalance? state.hasData.cardBalance / 100:state.hasData.cardBalance}} | |||
</view> | |||
</view> | |||
<view class="from"> |
@@ -211,17 +211,14 @@ | |||
const applyResList = reactive([{ | |||
//原因 | |||
value: "原因1", | |||
label: "原因1", | |||
value: "损坏", | |||
label: "损坏", | |||
}, | |||
{ | |||
value: "原因1", | |||
label: "原因1", | |||
}, | |||
{ | |||
value: "原因1", | |||
label: "原因1", | |||
value: "其它", | |||
label: "其它", | |||
}, | |||
]); | |||
// 单选数据列表 | |||
const radiolist1 = reactive([{ |
@@ -88,11 +88,11 @@ const state = reactive({ | |||
/* 区别-线上方式 */ | |||
{ | |||
title: "物流公司:", | |||
type: 4, | |||
type: 2, | |||
value: "exchangeLogisticsCompany", | |||
required: true, | |||
star: true, | |||
hint: "请选择", | |||
hint: "请输入", | |||
divider: true, | |||
itemData: [], | |||
hide: false, | |||
@@ -137,12 +137,12 @@ const state = reactive({ | |||
/* 线上-营业点自提 */ | |||
{ | |||
title: "自提网点:", | |||
type: 4, | |||
title: "自提网点编号:", | |||
type: 2, | |||
value: "exchangeRgNetworkName", | |||
required: true, | |||
star: true, | |||
hint: "请选择", | |||
hint: "请输入", | |||
divider: true, | |||
hide: false, | |||
itemData: [], | |||
@@ -227,12 +227,12 @@ const state = reactive({ | |||
/* 区别-线下方式 */ | |||
{ | |||
title: "退货网点:", | |||
type: 4, | |||
title: "退货网点编号:", | |||
type: 2, | |||
value: "exchangeNetworkName", | |||
required: true, | |||
star: true, | |||
hint: "请选择", | |||
hint: "请输入", | |||
divider: true, | |||
itemData: [], | |||
hide: true, | |||
@@ -381,10 +381,12 @@ const submit = (e: any) => { | |||
data: { | |||
id: state.orderInfo.id, | |||
exchangeMode: e.exchangeMode, | |||
exchangeNetworkId: curOutlet == null ? "" : curOutlet.servicehallId, | |||
// exchangeNetworkId: curOutlet == null ? "" : curOutlet.servicehallId, | |||
exchangeNetworkId: e.exchangeNetworkName, | |||
exchangeNetworkName: e.exchangeNetworkName, | |||
exchangeRgMode: e.exchangeRgMode, | |||
exchangeRgNetworkId: curOutlet == null ? "" : curOutlet.servicehallId, | |||
// exchangeRgNetworkId: curOutlet == null ? "" : curOutlet.servicehallId, | |||
exchangeRgNetworkId: e.exchangeNetworkName, | |||
exchangeRgNetworkName: e.exchangeRgNetworkName, | |||
exchangeLogisticsCompany: e.exchangeLogisticsCompany, | |||
exchangeLogisticsNumber: e.exchangeLogisticsNumber, |
@@ -83,11 +83,11 @@ const state = reactive({ | |||
{ | |||
title: "物流公司:", | |||
type: 4, | |||
type: 2, | |||
value: "returnLogisticsCompany", | |||
required: true, | |||
star: true, | |||
hint: "请选择", | |||
hint: "请输入", | |||
divider: true, | |||
itemData: [], | |||
hide: false, | |||
@@ -108,12 +108,12 @@ const state = reactive({ | |||
hide: false, | |||
}, | |||
{ | |||
title: "退货网点:", | |||
type: 4, | |||
title: "退货网点编号:", | |||
type: 2, | |||
value: "returnNetworkName", | |||
required: true, | |||
star: true, | |||
hint: "请选择", | |||
hint: "请输入", | |||
emptyHint: "请选择退货网点", | |||
divider: true, | |||
itemData: [], | |||
@@ -194,7 +194,8 @@ const submit = (e: any) => { | |||
data: { | |||
id: state.orderInfo.id, | |||
returnMode: e.returnMode, | |||
returnNetworkId: curOutlet == null ? "" : curOutlet.servicehallId, | |||
// returnNetworkId: curOutlet == null ? "" : curOutlet.servicehallId, | |||
returnNetworkId: e.returnNetworkName, | |||
returnNetworkName: e.returnNetworkName, | |||
returnLogisticsCompany: e.returnLogisticsCompany, | |||
returnLogisticsNumber: e.returnLogisticsNumber, |