Browse Source

欠款开票

zhanglei
yunuo970428 2 years ago
parent
commit
bbbae8cdde
  1. 6
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearsbilling/arrearsbillingAdd.vue
  2. 6
      anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingEdit.vue

6
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/arrearsbilling/arrearsbillingAdd.vue

@ -464,10 +464,10 @@ export default {
}) })
}, },
handleDelete(row, index) { handleDelete(row, index) {
if (this.formobj.trailersList.length > 0) { if (this.formobj.finBillTrailers.length > 0) {
this.formobj.trailersList.forEach((e, item) => { this.formobj.finBillTrailers.forEach((e, item) => {
if (e.vinNo === row.vinNo) { if (e.vinNo === row.vinNo) {
this.formobj.trailersList.splice(item, 1) this.formobj.finBillTrailers.splice(item, 1)
} }
}) })
} }

6
anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/qiankuankaipiaoFlow/arrearsbillingEdit.vue

@ -432,10 +432,10 @@ export default {
}) })
}, },
handleDelete(row, index) { handleDelete(row, index) {
if (this.formobj.trailersList.length > 0) { if (this.formobj.finBillTrailers.length > 0) {
this.formobj.trailersList.forEach((e, item) => { this.formobj.finBillTrailers.forEach((e, item) => {
if (e.vinNo === row.vinNo) { if (e.vinNo === row.vinNo) {
this.formobj.trailersList.splice(item, 1) this.formobj.finBillTrailers.splice(item, 1)
} }
}) })
} }

Loading…
Cancel
Save