Commit 4ac500cb by 刘泽奇

123

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