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

‘1

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