Commit 16e7989c by 刘泽奇

123

parent 513c37ec
......@@ -1202,6 +1202,7 @@
nclones: that.nclOne,
itemCode: that.itemCode,
};
this.$root.loading = true;
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) => {
console.log(d);
......@@ -1211,20 +1212,18 @@
console.log(that.orderSubInfo, '............................................');
var subInfo = that.$root.copyParams(that.orderSubInfo, "subExistTmOrder", "/action/tmOrder/springBoard", "yes", "yes");
that.$root.postReq("/web/trademark/tmqueryCtl/doPost", subInfo).then(function (d) {
this.$root.loading = false;
console.log('nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn0', d);
if (d.status == 0) {
var order = d.data;
that.toTop();
console.log(that.orderSubInfo,",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,");
that.$router.push({
path: "/1688/jdindentlist",
query: {
channelUserId: that.$route.query.channelUserId,
}
});
that.$message.warning("订单提交成功");
} else {
......@@ -1233,6 +1232,7 @@
}).catch(function (e) {
that.$message.warning("操作失败", e);
this.$root.loading = false;
console.log(e);
});
})
......
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