|
@@ -194,13 +194,13 @@ export default {
|
|
|
// this.$msg("下单成功");
|
|
// this.$msg("下单成功");
|
|
|
this.resetSelectInfoByType(this.pageType);
|
|
this.resetSelectInfoByType(this.pageType);
|
|
|
const {
|
|
const {
|
|
|
- data: { orderId, orderSn }
|
|
|
|
|
|
|
+ data: { id, orderSn }
|
|
|
} = res;
|
|
} = res;
|
|
|
// 如果是客户跳转到客户成功页pagesClient/official/clientApply 供货员工下单到 /admin/billing/result
|
|
// 如果是客户跳转到客户成功页pagesClient/official/clientApply 供货员工下单到 /admin/billing/result
|
|
|
let url =
|
|
let url =
|
|
|
this.getLoginInfo.identity == "1"
|
|
this.getLoginInfo.identity == "1"
|
|
|
? "pagesClient/official/clientApply"
|
|
? "pagesClient/official/clientApply"
|
|
|
- : `/admin/billing/result?orderId=${orderId}&orderSn=${orderSn}`;
|
|
|
|
|
|
|
+ : `/admin/billing/result?orderId=${id}&orderSn=${orderSn}`;
|
|
|
uni.redirectTo({
|
|
uni.redirectTo({
|
|
|
url: url,
|
|
url: url,
|
|
|
success: result => {},
|
|
success: result => {},
|