Commit 0fd4f831 authored by youjie's avatar youjie
parents d3525d91 a8f96287
......@@ -1168,6 +1168,7 @@
</el-option>
</el-select>
</p>
<p>注意:如果修改为不同币种的账户,需修改单据的汇率</p>
</div>
</el-form>
......
......@@ -2574,24 +2574,6 @@
this.saveMsg.splice(i, 1);
}
},
showUpLoadFileT(i) { // 预览上传文件
if (i.Type == 3) {
this.picObj.push(i.Url);
this.imgList.push(i.Url);
this.picIsShow = true;
// this.hideFlashMan = true;
} else {
if (i.Content.substring(i.Content.lastIndexOf('.') + 1, i.Content.length).toUpperCase() == 'PDF') {
this.previewPDF(i.Url)
} else {
let dom = document.querySelector("#groupTourOrder_DownLoad");
dom.href = i.Url;
dom.click();
// window.open("https://view.officeapps.live.com/op/view.aspx?src="+i.Url)
}
}
},
showUpLoadFile(i) { // 预览上传文件
if (i.Content.substring(i.Content.lastIndexOf('.') + 1, i.Content.length).toUpperCase() == 'PDF') {
......
......@@ -684,6 +684,7 @@
</el-option>
</el-select>
</p>
<p>注意:如果修改为不同币种的账户,需修改单据的汇率</p>
</div>
</el-form>
......
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