Commit a229fc8c by 刘泽奇

123

parent d0130443
...@@ -1209,9 +1209,19 @@ ...@@ -1209,9 +1209,19 @@
that.$router.push({ that.$router.push({
path: "/1688/jdindentlist", path: "/1688/jdindentlist",
query: { query: {
channelUserId: this.$route.query.channelUserId channelUserId: this.$route.query.channelUserId,
} }
}); });
this.$router.push({
path: "/1688/jdindentdetail",
query: {
deliveryOrderNo: row.deliveryOrderNo,
channelUserId: this.$root.channelUserId,
itemName: this.currentOrderType,
deliveryStatus: this.deliveryStatus,
totalSum: row.totalSum,
}
});
/* /*
that.$root.pushx({ that.$root.pushx({
title: "订单支付", title: "订单支付",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment