Commit a07c4127 by 刘泽奇

123

parent 04eeb435
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -22,9 +22,7 @@
</div>
<el-tabs v-model="navActive" @tab-click="navClick">
<el-tab-pane label="商标订单" name="first">
<div class="jdindentlist-nav">
</div>
<div class="jdindentlist">
<div class="jdindentlist-inquire">
<div class="jdindentlist-inquire-form">
......
......@@ -66,3 +66,10 @@
margin-left: 11px;
}
.jdregscheme h4{
margin: 15px 0 ;
}
.jdregscheme .demo-ruleForm{
}
\ No newline at end of file
......@@ -2,17 +2,25 @@
<el-form ref="form" :rules="rules" :model="form" class="demo-ruleForm"
style="background:rgba(249,249,249,1);padding: 30px" label-width="120px">
<div class="selftmreg_main" style="width: 96%;margin: 0 auto;padding:0 50px;background: #fff">
<div class="selftmreg_main" style="width: 1320px;margin: 0 auto;background: #fff">
<div class="jdregscheme-nav" style="padding-top: 20px">
<!-- <span style="float: left;line-height: 22px;color:rgba(130,130,130,1);">当前位置:</span> -->
<!-- <el-breadcrumb separator-class="el-icon-arrow-right" style="float: left;line-height:22px">
<el-breadcrumb-item><a style="color:rgba(130,130,130,1);">我的订单</a></el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: \'/1688/jdindentlist\' }">
<a style="font-weight:800">确认注册方案</a>
<div class="jdindentdetail-nav">
<div style="background:#ffffff;
border:3px solid #3071fe;
width:6px;
height:6px;
border-radius:100%;
margin: 0 10px 0 0;
display: inline-block;">
</div>
<span>当前位置:</span>
<el-breadcrumb separator-class="el-icon-arrow-right">
<el-breadcrumb-item :to="listPath">交付中心
</el-breadcrumb-item>
</el-breadcrumb> -->
<a style="font-weight:800">确认注册方案</a>
<div style="clear:both"></div>
<el-breadcrumb-item>确认注册方案</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="selftmreg_shu"></div>
</div>
<div style="display:inline-block;margin-right:10px;">
......
......@@ -64,6 +64,13 @@
};
return {
ldms: [],
listPath: {
path: `/${this.$root.channelName}/jdindentlist`,
query: {
channelUserId: this.$route.query.channelUserId,
deliveryOrderNo: this.deliveryOrderNo,
}
},
form: {
tmFormType: 3,
name: "",
......@@ -136,7 +143,7 @@
methods: {
submitForm(){
this.apply.centerDialogVisible = false;
console.log(this.values, `zzzzzzzzzzzzzzzzzzzzzzzz`);
console.log(this.values,this.$route.query.channelUserId,`zzzzzzzzzzzzzzzzzzzzzzzz`);
var obj = {};
obj.deliveryOrderNo = this.deliveryOrderNo;
obj.channelUserId = this.$root.channelUserId;
......@@ -149,7 +156,7 @@
});
return;
}
var obj = this.$root.copyParams(obj, "tmConfirm", "/action/tmOrder/springBoard");
var obj = this.$root.copyParams(obj, "tmConfirm", "/action/tmOrder/springBoard","yes","yes");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
if (d.status == 0) {
this.$router.push({
......@@ -172,7 +179,7 @@
obj.deliveryOrderNo = this.deliveryOrderNo;
obj.channelUserId = this.$root.channelUserId;
obj.isConfirm = "1";
var obj = this.$root.copyParams(obj, "tmConfirm", "/action/tmOrder/springBoard");
var obj = this.$root.copyParams(obj, "tmConfirm", "/action/tmOrder/springBoard","yes","yes");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
if (d.status == 0) {
this.$message({
......
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