Commit f83ebbff by 刘泽奇

123

parent 6996aeee
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
</div> </div>
<div v-show="headerInfo==\'交官文件\'"> <div v-show="headerInfo==\'交官文件\'">
<h4 style="color:#535353"><i class="selftmreg_shuxian"></i>交官文件</h4> <h4 style="color:#535353"><i class="selftmreg_shuxian"></i>交官文件</h4>
<el-form ref="apply" :rules="applyrules" :model="apply" class="demo-ruleForm" <el-form ref="apply" :rules="applyrules" :model="editApply" class="demo-ruleForm"
label-width="120px"> label-width="120px">
<div class="selftmreg_main"> <div class="selftmreg_main">
<div style="clear:both;"></div> <div style="clear:both;"></div>
...@@ -502,9 +502,9 @@ ...@@ -502,9 +502,9 @@
<div class="upload-box" v-loading="loading2" <div class="upload-box" v-loading="loading2"
@mouseover="mouseOverDemo(2,\'b\')" @mouseover="mouseOverDemo(2,\'b\')"
@mouseleave="mouseLeaveDemo(2,\'b\')"> @mouseleave="mouseLeaveDemo(2,\'b\')">
<img @click="window.open(editDeliveryInfo.gzwtsUrl)" <img @click="window.open(editApply.gzwtsUrl)"
class="upload-applyimg" v-if="editDeliveryInfo.gzwtsUrl" class="upload-applyimg" v-if="editApply.gzwtsUrl"
:src="editDeliveryInfo.gzwtsUrl" /> :src="editApply.gzwtsUrl" />
<gsb-upload v-else flag="wts" ref="wts" :d="d" @setKey="setKey" <gsb-upload v-else flag="wts" ref="wts" :d="d" @setKey="setKey"
:action="action" filetype="image/jpeg" :ifshowlist="false" :action="action" filetype="image/jpeg" :ifshowlist="false"
@uploadsuccess="uploadsuccess" @error="error"> @uploadsuccess="uploadsuccess" @error="error">
...@@ -514,8 +514,8 @@ ...@@ -514,8 +514,8 @@
</div> </div>
</gsb-upload> </gsb-upload>
<div class="upload-dialog" <div class="upload-dialog"
v-show="editDeliveryInfo.gzwtsUrl && toViewImgKey == \'b\'"> v-show="editApply.gzwtsUrl && toViewImgKey == \'b\'">
<div @click="window.open(editDeliveryInfo.gzwtsUrl)">查看大图</div> <div @click="window.open(editApply.gzwtsUrl)">查看大图</div>
<gsb-upload flag="wts" ref="wts" :d="d" @setKey="setKey" <gsb-upload flag="wts" ref="wts" :d="d" @setKey="setKey"
:action="action" filetype="image/jpeg" :ifshowlist="false" :action="action" filetype="image/jpeg" :ifshowlist="false"
@uploadsuccess="uploadsuccess" @error="error"> @uploadsuccess="uploadsuccess" @error="error">
...@@ -541,9 +541,9 @@ ...@@ -541,9 +541,9 @@
<div class="upload-box" v-loading="loading3" <div class="upload-box" v-loading="loading3"
@mouseover="mouseOverDemo(3,\'c\')" @mouseover="mouseOverDemo(3,\'c\')"
@mouseleave="mouseLeaveDemo(3,\'c\')"> @mouseleave="mouseLeaveDemo(3,\'c\')">
<img @click="window.open(editDeliveryInfo.smwjUrl)" <img @click="window.open(editApply.smwjUrl)"
class="upload-applyimg" v-if="editDeliveryInfo.smwjUrl" class="upload-applyimg" v-if="editApply.smwjUrl"
:src="editDeliveryInfo.smwjUrl" /> :src="editApply.smwjUrl" />
<gsb-upload v-else flag="yxq" ref="yxq" :d="d" @setKey="setKey" <gsb-upload v-else flag="yxq" ref="yxq" :d="d" @setKey="setKey"
:action="action" filetype="image/jpeg" :ifshowlist="false" :action="action" filetype="image/jpeg" :ifshowlist="false"
@uploadsuccess="uploadsuccess" @error="error"> @uploadsuccess="uploadsuccess" @error="error">
...@@ -553,8 +553,8 @@ ...@@ -553,8 +553,8 @@
</div> </div>
</gsb-upload> </gsb-upload>
<div class="upload-dialog" <div class="upload-dialog"
v-show="editDeliveryInfo.smwjUrl && toViewImgKey == \'c\'"> v-show="editApply.smwjUrl && toViewImgKey == \'c\'">
<div @click="window.open(editDeliveryInfo.smwjUrl)">查看大图</div> <div @click="window.open(editApply.smwjUrl)">查看大图</div>
<gsb-upload flag="yxq" ref="yxq" :d="d" @setKey="setKey" <gsb-upload flag="yxq" ref="yxq" :d="d" @setKey="setKey"
:action="action" filetype="image/jpeg" :ifshowlist="false" :action="action" filetype="image/jpeg" :ifshowlist="false"
@uploadsuccess="uploadsuccess" @error="error"> @uploadsuccess="uploadsuccess" @error="error">
......
...@@ -583,7 +583,6 @@ ...@@ -583,7 +583,6 @@
if (d.status == 0) { if (d.status == 0) {
that.apply["businessLicensePic"] = obj.result; that.apply["businessLicensePic"] = obj.result;
that.apply["businessLicensePdf"] = d.data.url; that.apply["businessLicensePdf"] = d.data.url;
return return
} else { } else {
that.apply.businessLicensePic = ""; that.apply.businessLicensePic = "";
......
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