Commit b3a64d84 by 刘泽奇

123

parent 941a6c42
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -373,8 +373,8 @@
.jdindentdetail-main-official-img .license-uploader-icon>img {
margin: auto;
width: 39px;
height: 40px;
width: 100%;
height: 100%;
}
.jdindentdetail-main-official-img .license {
......
......@@ -201,8 +201,8 @@
fax: "",
businessLicensePic: "",
identityCardPic: "",
sealAuthorizeStuff: "",
descUrl: "",
gzwtsUrl: "",
smwjUrl: "",
notes: "",
},
rules: {
......@@ -670,7 +670,7 @@
that.loading3 = false;
that.loading = false;
if (d.status == 0) {
that.apply["sealAuthorizeStuff"] = d.data.url;
that.apply["gzwtsUrl"] = d.data.url;
return;
} else {
that.$refs[obj.flag][0].result = "";
......@@ -689,7 +689,8 @@
});
}
if (obj.flag == "yxq") {
that.apply["descUrl"] = obj.result;
console.log(obj);
that.apply["smwjUrl"] = obj.result;
setTimeout(() => {
that.loading1 = false;
that.loading2 = false;
......@@ -801,7 +802,7 @@
})
},
handleCheckChange(obj, a, b) {
console.log(obj, a, b, '1233333333333333333333344444444444444444444');
console.log(obj, a, b, '1233333333333333333333344444444444444444444',this.checkedNcl);
let dataRecieve = this.$refs.tree.getCheckedNodes();
if (obj.type) {
return
......@@ -1297,8 +1298,8 @@
case '商标类别':
this.editNcl.deliveryOrderNo = this.deliveryOrderNo;
this.editNcl.tbCode = this.nclInfo[this.nclIndex].tbCode;
this.editNcl.nclOneCodes = this.nclOne;
this.editNcl.nclSmallCodes = this.nclOne;
this.editNcl.nclOneCodes = this.nclOne[0].code;
this.editNcl.nclSmallCodes = this.nclOne[0].nclThree;
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) => {
......@@ -1310,7 +1311,6 @@
message: '修改成功!'
});
this.$router.go(0);
} else {
this.$message(res.msg);
}
......@@ -1321,7 +1321,7 @@
case '交官文件':
this.apply.deliveryOrderNo = this.deliveryOrderNo;
var obj = this.$root.copyParams(this.apply, "updateCustomerInfo", "/action/tmOrder/springBoard", "yes", "yes");
var obj = this.$root.copyParams(this.apply, "updateOfficial", "/action/tmOrder/springBoard", "yes", "yes");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((res) => {
if (res.status == 0) {
console.log(res);
......@@ -1331,7 +1331,6 @@
message: '提交成功!'
});
this.$router.go(0);
} else {
this.$message(res.msg);
}
......@@ -1351,7 +1350,6 @@
message: '提交成功!'
});
this.$router.go(0);
} else {
this.$message(res.msg);
}
......@@ -1360,8 +1358,9 @@
});
break;
case '订单联系人':
this.applyInfo.deliveryOrderNo = this.deliveryOrderNo;
var obj = this.$root.copyParams(this.applyInfo, "updateContacts", "/action/tmOrder/springBoard", "yes", "yes");
this.apply.deliveryOrderNo = this.deliveryOrderNo;
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) {
console.log(res);
......@@ -1371,7 +1370,6 @@
message: '提交成功!'
});
this.$router.go(0);
} else {
this.$message(res.msg);
}
......@@ -1379,8 +1377,6 @@
this.$message(e);
});
break;
default:
break;
}
......
......@@ -241,8 +241,8 @@
height: 32px;
line-height: 32px;
text-align: center;
border: 1px solid #DCDFE6;
color: #DCDFE6;
border: 1px solid #BBBBBB;
color: #BBBBBB;
cursor: pointer;
position: relative;
}
......
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