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