Commit e22355ed authored by youjie's avatar youjie

no message

parent 9dbfd26c
......@@ -1108,7 +1108,7 @@
v-if="GetDetail.KingdeeInvoice&&(GetDetail.KingdeeInvoice==1||GetDetail.KingdeeInvoice==3)">
<p
style="margin-top: 10px;">
<span style="color: red;">需要发票</span>
<span style="color: red;">发票凭证</span>
</p>
<div class="_addUpload_box _addUpload_box_btm clearfix" v-if="GetDetail.InvoiceVoucherInfo.length>0"
style="overflow: hidden;max-height: auto;">
......
......@@ -1124,7 +1124,7 @@
v-if="GetDetail.KingdeeInvoice&&(GetDetail.KingdeeInvoice==1||GetDetail.KingdeeInvoice==3)">
<p
style="margin-top: 10px;">
<span style="color: red;">需要发票</span>
<span style="color: red;">发票凭证</span>
</p>
<div class="_addUpload_box _addUpload_box_btm clearfix" v-if="InvoiceVoucherList.length>0">
<template v-for="(file,fIndex) in InvoiceVoucherList">
......@@ -2165,6 +2165,7 @@
};
this.apipost('Financial_post_UpdateInvoiceVoucher', msg, res => {
if (res.data.resultCode === 1) {
this.$message.success('上传成功');
this.Financial_post_GetDetail(this.ID)
} else {
this.$message.error(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