Commit a233e365 by 刘泽奇

123

parent 6ac55c90
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -79,6 +79,7 @@ ...@@ -79,6 +79,7 @@
height: 32px; height: 32px;
width: 100%; width: 100%;
padding-left: 12px; padding-left: 12px;
padding-right: 12px;
box-sizing: border-box; box-sizing: border-box;
line-height: 32px; line-height: 32px;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
......
...@@ -103,8 +103,8 @@ ...@@ -103,8 +103,8 @@
<div class="license-uploader"> <div class="license-uploader">
<img v-if="imageUrl" :src="imageUrl" class="license"> <img v-if="imageUrl" :src="imageUrl" class="license">
<div class="license-uploader-icon" v-else> <div class="license-uploader-icon" v-else>
<img :src="applyInfo.businessLicensePic ? applyInfo.businessLicensePic : \'/imgs/indent/pdf.png\'" <img :src="applyInfo.businessLicensePic ? applyInfo.businessLicensePic : \'/imgs/indent/materialNull.png\'"
alt="" @click="window.open(applyInfo.businessLicensePdf)"> alt="" @click="openPdf(applyInfo.businessLicensePdf)">
</div> </div>
</div> </div>
<p>营业执照</p> <p>营业执照</p>
...@@ -113,8 +113,8 @@ ...@@ -113,8 +113,8 @@
<div class="license-uploader"> <div class="license-uploader">
<img v-if="imageUrl" :src="imageUrl" class="license"> <img v-if="imageUrl" :src="imageUrl" class="license">
<div class="license-uploader-icon" v-else> <div class="license-uploader-icon" v-else>
<img :src="deliveryInfo.gzwtsUrl?deliveryInfo.gzwtsUrl:\'/imgs/indent/jpg.png\'" alt="" <img :src="deliveryInfo.gzwtsUrl?deliveryInfo.gzwtsUrl:\'/imgs/indent/materialNull.png\'" alt=""
@click="window.open(deliveryInfo.gzwtsUrl)"> @click="openPdf(deliveryInfo.gzwtsUrl)">
</div> </div>
</div> </div>
<p>委托书</p> <p>委托书</p>
...@@ -124,8 +124,8 @@ ...@@ -124,8 +124,8 @@
<div class="license-uploader"> <div class="license-uploader">
<img v-if="imageUrl" :src="imageUrl" class="license"> <img v-if="imageUrl" :src="imageUrl" class="license">
<div class="license-uploader-icon" v-else> <div class="license-uploader-icon" v-else>
<img :src="deliveryInfo.smwjUrl?deliveryInfo.smwjUrl:\'/imgs/indent/jpg.png\'" alt="" <img :src="deliveryInfo.smwjUrl?deliveryInfo.smwjUrl:\'/imgs/indent/materialNull.png\'" alt=""
@click="window.open(deliveryInfo.smwjUrl)> @click="openPdf(deliveryInfo.smwjUrl)">
</div> </div>
</div> </div>
<p>优先权证明</p> <p>优先权证明</p>
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<div class="license-uploader"> <div class="license-uploader">
<img v-if="imageUrl" :src="imageUrl" class="license"> <img v-if="imageUrl" :src="imageUrl" class="license">
<div class="license-uploader-icon" v-else> <div class="license-uploader-icon" v-else>
<img :src="applyInfo.identityCardPic?applyInfo.identityCardPic:\'/imgs/indent/jpg.png\'" <img :src="applyInfo.identityCardPic?applyInfo.identityCardPic:\'/imgs/indent/materialNull.png\'"
alt=""> alt="">
</div> </div>
</div> </div>
......
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