Commit d0130443 by 刘泽奇

123

parent 4ac500cb
...@@ -1195,10 +1195,10 @@ ...@@ -1195,10 +1195,10 @@
var channelOrderNo = this.$root.copyParams({ channelOrderNo: this.$route.query.channelOrderNo }, "get1688ChannelOrderInfo", "/action/tmOrder/springBoard", "yes", "yes"); var channelOrderNo = this.$root.copyParams({ channelOrderNo: this.$route.query.channelOrderNo }, "get1688ChannelOrderInfo", "/action/tmOrder/springBoard", "yes", "yes");
that.$root.postReq("/web/trademark/tmqueryCtl/doPost", channelOrderNo).then((d) => { that.$root.postReq("/web/trademark/tmqueryCtl/doPost", channelOrderNo).then((d) => {
console.log(d); console.log(d);
that.orderSubInfo.channelOrderNo = d.data.channelOrderNo; that.orderSubInfo.channelOrder = d.data.channelOrder;
that.orderSubInfo.channelUser = d.data.channelUser; that.orderSubInfo.channelUser = d.data.channelUser;
}).then((res) => { }).then((res) => {
console.log(that.orderSubInfo,res,'............................................'); console.log(that.orderSubInfo, res, '............................................');
var subInfo = that.$root.copyParams(that.orderSubInfo, "subExistTmOrder", "/action/tmOrder/springBoard", "yes", "yes"); var subInfo = that.$root.copyParams(that.orderSubInfo, "subExistTmOrder", "/action/tmOrder/springBoard", "yes", "yes");
that.$root.postReq("/web/trademark/tmqueryCtl/doPost", subInfo).then(function (d) { that.$root.postReq("/web/trademark/tmqueryCtl/doPost", subInfo).then(function (d) {
console.log('nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn0', d); console.log('nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn0', d);
...@@ -1206,7 +1206,12 @@ ...@@ -1206,7 +1206,12 @@
var order = d.data; var order = d.data;
that.toTop(); that.toTop();
that.$message.warning("订单提交成功"); that.$message.warning("订单提交成功");
that.$router.push({ path: "/1688/jdindentlist" }); that.$router.push({
path: "/1688/jdindentlist",
query: {
channelUserId: this.$route.query.channelUserId
}
});
/* /*
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