Commit cc9eab22 authored by 华国豪's avatar 华国豪 🙄

‘1

parent 47c13131
......@@ -1036,6 +1036,7 @@ export default {
this.picIsShow= true;
// this.hideFlashMan = true;
}else{
console.log(i.Url)
if(i.Content.substring(i.Content.lastIndexOf('.')+1,i.Content.length).toUpperCase()=='PDF'){
this.previewPDF(i.Url)
}else{
......@@ -1044,6 +1045,7 @@ export default {
}
},
showUpLoadFile(i){ // 预览上传文件
console.log(i.Content)
if(i.Content.substring(i.Content.lastIndexOf('.')+1,i.Content.length).toUpperCase()=='PDF'){
this.previewPDF(i.Content)
}else{
......@@ -1118,7 +1120,7 @@ export default {
if(data.VorcherInos.length>0){
data.VorcherInos.forEach(x=>{
if(x.Type==3){
let Content = x.Content.replace('http:','https:');
let Content = x.Content.replace('http:','http:');
this.FuImgList.push(Content);
this.images.push(Content)
}
......
......@@ -440,6 +440,9 @@ export default {
AddFinancial: function () {
this.loading = true
this.msg.BankList.push(...this.inList,...this.outList)
this.msg.BankList.forEach(x=>{
delete x.shouAccNumList
})
this.apipost('Financial_post_SetFundTransfer', this.msg, res=>{
if(res.data.resultCode==1){
this.$message.success(res.data.message);
......
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