Commit 24cefba6 by 刘泽奇

123

parent 51e0fbb1
......@@ -209,8 +209,8 @@
sealAuthorizeStuff: "",
descUrl: "",
notes: "",
gzwtsUrl:"",
smwjUrl:"",
gzwtsUrl: "",
smwjUrl: "",
},
rules: {
tmName: [
......@@ -773,6 +773,17 @@
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){
var that = this;
var isSize = false;
......@@ -1217,7 +1228,7 @@
if (d.status == 0) {
var order = d.data;
that.toTop();
console.log(that.orderSubInfo,",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,");
console.log(that.orderSubInfo, ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,");
that.$router.push({
path: "/1688/jdindentlist",
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