Commit 6bea4b63 by 刘泽奇

123

parent 3d63047b
This source diff could not be displayed because it is too large. You can view the blob instead.

1.86 KB | W: | H:

1.43 KB | W: | H:

igirl-channel-web/app/front/entry/public/imgs/indent/pdf.png
igirl-channel-web/app/front/entry/public/imgs/indent/pdf.png
igirl-channel-web/app/front/entry/public/imgs/indent/pdf.png
igirl-channel-web/app/front/entry/public/imgs/indent/pdf.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -66,10 +66,10 @@
<div class="jdindentdetail-main-type-box" v-for="(item, index) in nclInfo" :key="index">
<div class="jdindentdetail-main-type">
<div class="jdindentdetail-main-title">
{{item.nclOneCodes}}
商标类别
</div>
<div class="jdindentdetail-main-type-title">
广告销售
{{item.nclOneCodes}}
<span>{{item.tbCode}}</span>
<span>初审公告</span>
<span v-if="itemName" @click="showDialog(2,index)"><i class="el-icon-edit"></i> 修改</span>
......
......@@ -307,8 +307,8 @@
deliveryStatus: "",
totalSum: "",
/*大类下标 */
nclIndex:"",
editNcl:{},
nclIndex: "",
editNcl: {},
}
},
mounted: function() {
......@@ -326,7 +326,7 @@
console.log(this.$route.query, '11111111111', this.form.tmFormType);
if (this.$route.query.deliveryOrderNo != "" && this.$route.query.channelUserId != "") {
this.deliveryOrderNo = this.$route.query.deliveryOrderNo;
this.$root.channelUserId = this.$route.query.channelUserId;
this.channelUserId = this.$root.channelUserId = this.$route.query.channelUserId;
this.itemName = this.$route.query.itemName == "商标自助注册" || this.$route.query.itemName == "商标自主注册" ? true : false;
this.initIndent();
}
......@@ -363,7 +363,7 @@
created: function() {
if (this.$route.query.channelUserId != "") {
this.$root.channelUserId = this.$route.query.channelUserId;
console.log(this.$route.query.channelUserId,"11111111111");
console.log(this.$route.query.channelUserId, "11111111111");
}
},
computed: {
......@@ -418,14 +418,12 @@
this.$root.loading = false;
}
});
},
/*订单流程 */
initOrderFlow(){
},
showDialog(from,index){
showDialog(from, index){
this.popupValue = from;
this.nclIndex = index;
this.dialogTableVisible = true;
......@@ -805,7 +803,7 @@
})
},
handleCheckChange(obj, a, b) {
console.log(obj, a, b, '1233333333333333333333344444444444444444444',this.checkedNcl);
console.log(obj, a, b, '1233333333333333333333344444444444444444444', this.checkedNcl);
let dataRecieve = this.$refs.tree.getCheckedNodes();
if (obj.type) {
return
......@@ -1300,10 +1298,10 @@
break;
case '商标类别':
this.editNcl.deliveryOrderNo = this.deliveryOrderNo;
this.editNcl.tbCode = this.nclInfo[this.nclIndex].tbCode;
this.editNcl.tbCode = this.nclInfo[this.nclIndex].tbCode;
this.editNcl.nclOneCodes = this.nclOne[0].code;
this.editNcl.nclSmallCodes = this.nclOne[0].nclThree;
console.log(this.nclInfo,this.nclOne,`xxxxxxxxxxxxxxxxxxxxxxxx`);
console.log(this.nclInfo, this.nclOne, `xxxxxxxxxxxxxxxxxxxxxxxx`);
var obj = this.$root.copyParams(this.editNcl, "updateNclInfo", "/action/tmOrder/springBoard", "yes", "yes");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((res) => {
if (res.status == 0) {
......@@ -1322,7 +1320,7 @@
});
break;
case '交官文件':
this.apply.deliveryOrderNo = this.deliveryOrderNo;
var obj = this.$root.copyParams(this.apply, "updateOfficial", "/action/tmOrder/springBoard", "yes", "yes");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((res) => {
......@@ -1362,7 +1360,7 @@
break;
case '订单联系人':
this.apply.deliveryOrderNo = this.deliveryOrderNo;
console.log(this.apply,`zzzzzzzzzzzzzzzzzzzz`);
console.log(this.apply, `zzzzzzzzzzzzzzzzzzzz`);
var obj = this.$root.copyParams(this.apply, "updateContacts", "/action/tmOrder/springBoard", "yes", "yes");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((res) => {
if (res.status == 0) {
......
.jdregschemesubmit-footer {
text-align: center;
margin-top: 15px;
}
.jdregschemesubmit-footer-box button {
width: 208px;
height: 40px;
......@@ -24,32 +24,47 @@
color: rgba(130, 130, 130, 1);
margin-top: 15px;
}
..jdregscheme-nav {
height: 70px;
box-sizing: border-box;
width: 100%;
margin: 0 auto;
width:261px;
height:22px;
font-size:16px;
font-weight:400;
width: 261px;
height: 22px;
font-size: 16px;
font-weight: 400;
padding: 10px 0;
;}
;
}
.jdregscheme-footer-main>div>div{
.jdregscheme-footer-main>div>div {
text-align: center;
}
.jdregscheme_border{
width:100%;
height:2px;
.jdregscheme_border {
width: 100%;
height: 2px;
}
.jdregscheme_border,.dialog-footer,.el-dialog__title,.jdregscheme-footer-main>div>div{
.jdregscheme_border,
.dialog-footer,
.el-dialog__title,
.jdregscheme-footer-main>div>div {
display: block;
}
.dialog-footer{
.dialog-footer {
width: 100%;
}
}
.jdregscheme .jdindentdetail-main-type-services>p {
margin: 0;
float: none;
margin-left: 11px;
}
.jdregscheme .jdindentdetail-main-type-services>ul>li{
}
\ No newline at end of file
......@@ -116,23 +116,77 @@
centerDialogVisible: false
},
isRead: false,
nclOne: []
/*页面信息 */
deliveryInfo: "",
applyInfo: {},
deliveryOrderNo: '',
nclInfo:"",
}
},
mounted: function() {
this.initIndent();
},
created: function() {
if (this.$route.query.channelUserId != "" && this.$route.query.deliveryOrderNo) {
this.$root.channelUserId = this.$route.query.channelUserId;
this.deliveryOrderNo = this.$route.query.deliveryOrderNo;
}
},
methods: {
submitForm(done){
submitForm(){
this.apply.centerDialogVisible = true;
},
AgreedForm(){
this.$router.push({ path: "/1688/jdindentlist"});
}
agreedForm(){
this.$router.push({ path: "/1688/jdindentlist" });
},
/*初始化订单数据 */
initIndent(){
var deliveryObj = this.$root.copyParams({ "deliveryOrderNo": this.deliveryOrderNo, "channelUserId": this.$root.channelUserId }, "getTmOrderInfo", "/action/tmOrder/springBoard");
var applyObj = this.$root.copyParams({ "deliveryOrderNo": this.deliveryOrderNo, "channelUserId": this.$root.channelUserId }, "getTmApplyInfo", "/action/tmOrder/springBoard");
var nclObj = this.$root.copyParams({ "deliveryOrderNo": this.deliveryOrderNo, "channelUserId": this.$root.channelUserId }, "getTmNclList", "/action/tmOrder/springBoard");
let [loadingA, loadingB, loadingC] = [1, 1, 1];
this.$root.loading = true;
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", deliveryObj).then((d) => {
loadingA = 0;
if (d.status == 0 && d.data) {
console.log(d, `deliveryInfo`);
this.deliveryInfo = d.data.tm;
this.orderFlow = d.data.orderFlow;
this.orderFlow.map((item, index) => {
item.createDate = new Date(item.createDate).toLocaleString('chinese', { hour12: false });
})
}
}).then(() => {
if (loadingA == 0 && loadingB == 0 && loadingC == 0) {
this.$root.loading = false;
}
});
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", applyObj).then((d) => {
loadingB = 0;
console.log(d, `applyObj`);
if (d.status == 0 && d.data) {
this.applyInfo = d.data;
}
}).then(() => {
if (loadingA == 0 && loadingB == 0 && loadingC == 0) {
this.$root.loading = false;
}
});
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", nclObj).then((d) => {
loadingC = 0;
console.log(d, `nclObj`);
if (d.status == 0 && d.data) {
this.nclInfo = d.data;
this.nclInfo.map((item, index) => {
item.nclSmallCodes = JSON.parse(item.nclSmallCodes);
})
}
}).then(() => {
if (loadingA == 0 && loadingB == 0 && loadingC == 0) {
this.$root.loading = false;
}
});
},
},
vname: "gsb-jdregscheme"
}
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