Commit 308487b5 authored by youjie's avatar youjie

no message

parent f8835603
......@@ -2152,9 +2152,9 @@
// 保存发票
if(type==1){
let that = this
if (this.InvoiceVoucherList.length === 0) return this.$message.error('请上传发票文件!');
if (this.InvoiceVoucherList.length === 0) return this.$message.error('请上传发票凭证文件!');
if(this.GetDetail.Is_Merge===1 && this.ZhiDanRen!==this.bossID){
this.$confirm('合并单据,共用发票文件', this.$t("tips.tips"), {
this.$confirm('合并单据,共用发票凭证文件', this.$t("tips.tips"), {
confirmButtonText: this.$t("pub.sureBtn"),
cancelButtonText: this.$t("pub.cancelBtn"),
type: "warning"
......
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