Commit 1ecd0954 authored by youjie's avatar youjie

no message

parent bc6b0a2e
......@@ -419,7 +419,9 @@
</div>
</div>
<div v-if="file.Type==1">
<div class="iconfont " :class="file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'" @click="showUpLoadFile(file)">
<div class="iconfont "
style="text-align: center;line-height: 92px;"
:class="file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'" @click="showUpLoadFile(file)">
</div>
</div>
......@@ -519,11 +521,13 @@
</div>
<div v-if="file.Type==1">
<div class="iconfont _wenjian_P"
style="text-align: center;line-height: 92px;"
:class="file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'" @click="showUpLoadFileT(file)">
</div>
</div>
<div v-if="file.Type==2">
<div class="iconfont icon-excel" @click="showUpLoadFile(file)">
<div class="iconfont icon-excel"
style="text-align: center;line-height: 92px;" @click="showUpLoadFile(file)">
</div>
</div>
......@@ -912,10 +916,8 @@ export default {
let TradeWayId
if(type==1){
this.loading = true
TradeWayId = this.dataList.SBankList[0].AccountId
}else{
this.loading2 = true
TradeWayId = this.dataList.FBankList[0].AccountId
}
let msg = {
FrID: this.msg.ID,
......@@ -969,6 +971,7 @@ export default {
this.attachmentsList2.push({
Type: fileTypeNumber,
Content: x.data.FilePath,
TradeWayId: this.dataList.FBankList[0].AccountId,
Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
});
this.$message.success('上传成功');
......@@ -1009,6 +1012,7 @@ export default {
this.attachmentsList.push({
Type: fileTypeNumber,
Content: x.data.FilePath,
TradeWayId: this.dataList.SBankList[0].AccountId,
Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
});
this.$message.success('上传成功');
......
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