Commit e22355ed authored by youjie's avatar youjie

no message

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