Commit 69e1799d by 刘泽奇

123

parent 43fe99cb
var proxy = require('http-proxy-middleware')
......@@ -310,7 +310,7 @@
</el-tab-pane>
<el-tab-pane label="工商订单" name="second">
<el-tab-pane label="工商订单" name="second" v-if="0">
<div class="jdindentlist">
<div class="jdindentlist-inquire">
<div class="jdindentlist-inquire-form">
......
......@@ -1269,20 +1269,19 @@
this.$root.loading = true;
var jdObj = that.$root.copyParams(obj, "subTmOrder", "/action/tmOrder/springBoard", "yes", "yes");
that.$root.postReq("/web/trademark/tmqueryCtl/doPost", jdObj).then(function (d) {
this.$root.loading = false;
that.$root.loading = false;
console.log(`///////////////////////////////`, d);
if (d.status == 0) {
that.$message.warning("操作成功");
location.href = d.data.payUrl;
} else {
console.log(d, "subTmOrder..........");
console.log(d,"subTmOrder..........",);
that.$message.warning(d.msg);
}
}).catch(function (e) {
this.$root.loading = false;
that.$root.loading = false;
that.$message.warning("操作失败");
});
} else if (this.$root.channelName == "1688") {
console.log(this.$route.query.channelOrderNo, ">>>>>>>>>>>>>>>>>>>>>>>");
that.orderSubInfo = {
......
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