Commit 24cefba6 by 刘泽奇

123

parent 51e0fbb1
...@@ -209,8 +209,8 @@ ...@@ -209,8 +209,8 @@
sealAuthorizeStuff: "", sealAuthorizeStuff: "",
descUrl: "", descUrl: "",
notes: "", notes: "",
gzwtsUrl:"", gzwtsUrl: "",
smwjUrl:"", smwjUrl: "",
}, },
rules: { rules: {
tmName: [ tmName: [
...@@ -773,6 +773,17 @@ ...@@ -773,6 +773,17 @@
that.apply.descUrl=obj.result that.apply.descUrl=obj.result
} }
},*/ },*/
historyapplierchange(d){
if (d) {
this.editApply.name = d.entName || "";
this.editApply.applyAddr = d.regLocation || "";
this.editApply.code = d.creditCode || "";
this.editApply.businessLicensePic = d.businessLicensePic || "";
this.editApply.identityCardNo = d.identityCardNo || "";
this.editApply.identityCardPic = d.identityCardPic || "";
}
},
beforeUpload(file){ beforeUpload(file){
var that = this; var that = this;
var isSize = false; var isSize = false;
...@@ -1217,7 +1228,7 @@ ...@@ -1217,7 +1228,7 @@
if (d.status == 0) { if (d.status == 0) {
var order = d.data; var order = d.data;
that.toTop(); that.toTop();
console.log(that.orderSubInfo,",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"); console.log(that.orderSubInfo, ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,");
that.$router.push({ that.$router.push({
path: "/1688/jdindentlist", path: "/1688/jdindentlist",
query: { query: {
......
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