|
|
@ -477,7 +477,7 @@ export default { |
|
|
|
}, |
|
|
|
toArrear() { |
|
|
|
if (this.sids.length === 1) { |
|
|
|
if (this.nodeState_list[0].nodeState === '已办结' && this.nodeState_list[0].isLQOrigInvoice === '是') { |
|
|
|
if (this.nodeState_list[0].nodeState === '已办结' && this.nodeState_list[0].isLQOrigInvoice === '否') { |
|
|
|
this.viewState = 5 |
|
|
|
this.$refs['divArrearScollection'].showAdd(this.sids[0]) |
|
|
|
} else { |
|
|
|