Commit 0b94d7f1 by 刘泽奇

123

parent fc9d3f6d
...@@ -319,17 +319,17 @@ ...@@ -319,17 +319,17 @@
console.log(that.action, `oooooooooooooooooooooooooooo`); console.log(that.action, `oooooooooooooooooooooooooooo`);
}); });
console.log(this.$route.query.deliveryOrderNo, '11111111111'); console.log(this.$route.query.deliveryOrderNo, '11111111111');
if(this.$route.query.deliveryOrderNo){ if (this.$route.query.deliveryOrderNo) {
this.deliveryOrderNo = this.$route.query.deliveryOrderNo; this.deliveryOrderNo = this.$route.query.deliveryOrderNo;
this.initIndent(); this.initIndent();
} }
}, },
created: function() { created: function() {
}, },
methods: { methods: {
/*初始化订单数据 */ /*初始化订单数据 */
initIndent(){ initIndent(){
console.log(this.$route.query); console.log(this.$route.query);
...@@ -521,8 +521,8 @@ ...@@ -521,8 +521,8 @@
if (obj.flag == "picUrl") { if (obj.flag == "picUrl") {
console.log("黑白图样------调整宽高"); console.log("黑白图样------调整宽高",obj);
var uploadStandardTm = { "key": obj.key }; var uploadStandardTm = { "key": obj.result };
var uploadStandardTm = this.$root.copyParams(uploadStandardTm, "uploadStandardTm", "/action/tmTools/springBoard"); var uploadStandardTm = this.$root.copyParams(uploadStandardTm, "uploadStandardTm", "/action/tmTools/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", uploadStandardTm).then(function (d) { this.$root.postReq("/web/trademark/tmqueryCtl/doPost", uploadStandardTm).then(function (d) {
console.log(d); console.log(d);
...@@ -1126,7 +1126,7 @@ ...@@ -1126,7 +1126,7 @@
businessLicensePic: this.apply.businessLicensePic, customerType: this.apply.customerType, identityCardNo: this.apply.identityCardNo, businessLicensePic: this.apply.businessLicensePic, customerType: this.apply.customerType, identityCardNo: this.apply.identityCardNo,
identityCardPic: this.apply.identityCardPic identityCardPic: this.apply.identityCardPic
}; };
console.log(entobj,`wwwwwwwwwwwwwwwwwwwwwwwwwwwww`); console.log(entobj, `wwwwwwwwwwwwwwwwwwwwwwwwwwwww`);
if (this.apply.customerType == "ent") { if (this.apply.customerType == "ent") {
var entData = localStorage.getItem("historyentlist"); var entData = localStorage.getItem("historyentlist");
var o = ""; var o = "";
...@@ -1360,6 +1360,30 @@ ...@@ -1360,6 +1360,30 @@
this.nclSearch(); this.nclSearch();
}, },
submitEdit(v){ submitEdit(v){
switch (v) {
case '商标信息':
break;
case '商标类别':
break;
case '交官文件':
break;
case '申请人信息':
break;
case '订单联系人':
break;
default:
break;
}
/* /*
商标信息 商标信息
商标类别 商标类别
......
...@@ -124,11 +124,11 @@ ...@@ -124,11 +124,11 @@
mounted: function() { mounted: function() {
}, },
created: function() { created: function() {
}, },
methods: { methods: {
submitForm(done){ submitForm(done){
this.apply.centerDialogVisible = true this.apply.centerDialogVisible = true;
}, },
AgreedForm(){ AgreedForm(){
this.$router.push({ path: "/1688/jdindentdetail"}); this.$router.push({ path: "/1688/jdindentdetail"});
......
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