|
@@ -1443,7 +1443,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (this.inputForm.status === '5') {
|
|
if (this.inputForm.status === '5') {
|
|
|
- if (this.inputForm.redInvoiceFlag == 1 && this.inputForm.relatedInvoice == 0) {
|
|
|
|
|
|
|
+ if (this.inputForm.redInvoiceFlag == 1 &&
|
|
|
|
|
+ (this.inputForm.relatedInvoice == 0 || this.inputForm.invoiceNumberStr == "" || this.inputForm.invoiceNumberStr == null || this.inputForm.invoiceNumberStr.length == 8)) {
|
|
|
let acc = 0
|
|
let acc = 0
|
|
|
this.inputForm.financeInvoiceDetailDTOList.forEach((item, index) => {
|
|
this.inputForm.financeInvoiceDetailDTOList.forEach((item, index) => {
|
|
|
if (this.commonJS.isEmpty(item.number)) {
|
|
if (this.commonJS.isEmpty(item.number)) {
|