Commit 4ac500cb by 刘泽奇

123

parent 552f0520
......@@ -295,6 +295,7 @@
showConfrim: false,
agree: false,
nclSelected: null,
orderSubInfo: null,
}
},
computed: Vuex.mapState({
......@@ -1184,23 +1185,22 @@
}
*/
console.log(this.$route.query.channelServiceNo, ">>>>>>>>>>>>>>>>>>>>>>>");
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) => {
obj.channelOrderNo = d.channelOrderNo;
obj.channelUser = d.channelUser;
}).then(() => {
var obj = {
console.log(this.$route.query.channelOrderNo, ">>>>>>>>>>>>>>>>>>>>>>>");
that.orderSubInfo = {
tm: that.form,
apply: that.apply,
nclones: that.nclOne,
itemCode: that.itemCode,
channelParams: that.channelParams,
channelOrder: that.channelOrder,
channelUser: that.channelUser,
};
var obj = this.$root.copyParams(obj, "subTmOrder", "/action/tmOrder/springBoard", "yes");
that.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then(function (d) {
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);
that.orderSubInfo.channelOrderNo = d.data.channelOrderNo;
that.orderSubInfo.channelUser = d.data.channelUser;
}).then((res) => {
console.log(that.orderSubInfo,res,'............................................');
var subInfo = that.$root.copyParams(that.orderSubInfo, "subExistTmOrder", "/action/tmOrder/springBoard", "yes", "yes");
that.$root.postReq("/web/trademark/tmqueryCtl/doPost", subInfo).then(function (d) {
console.log('nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn0', d);
if (d.status == 0) {
var order = d.data;
......@@ -1222,8 +1222,9 @@
}).catch(function (e) {
that.$message.warning("操作失败");
});
})
}
......
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