Commit 6eddb4f6 by 刘泽奇

123

parent 5142a97c
......@@ -141,7 +141,7 @@
<div v-loading="loading1">
<img width="120px" height="120px" style="border:2px dashed #e9e9e9"
@click="window.open(stuff.identityCardPic)" v-if="stuff.identityCardPic"
src="http://gsb-zc.oss-cn-beijing.aliyuncs.com/PDF20180904.jpg" />
:src="stuff.identityCardPic" />
<img width="120px" height="120px" style="border:2px dashed #e9e9e9" v-else
src="/imgs/zwcl.png" />
</div>
......
......@@ -511,6 +511,15 @@
this.showUploadStuff = true;
this.currentOrderNo = row.deliveryOrderNo;
this.currentName = row.name;
this.stuff.customerType = row.customerType;
this.stuff.businessLicensePic = row.businessLicensePic;
this.stuff.identityCardPic = row.identityCardPic;
this.stuff.smwjUrl = row.smwjUrl;
},
uploadStuffs(){
console.log(this.stuff);
......
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