diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue index f0688f0..619a07c 100644 --- a/src/views/inout/InvoiceCkeck.vue +++ b/src/views/inout/InvoiceCkeck.vue @@ -155,99 +155,99 @@ - - - - 单据 {{ input.billNo }}-单据详情 - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + updateorderBiz(query).then((res) => { this.closeDialog(); }); }, diff --git a/src/views/inout/InvoiceRegByOrder.vue b/src/views/inout/InvoiceRegByOrder.vue index ce726b4..52471dd 100644 --- a/src/views/inout/InvoiceRegByOrder.vue +++ b/src/views/inout/InvoiceRegByOrder.vue @@ -792,11 +792,13 @@ :close-on-click-modal="false" :close-on-press-escape="false" v-if="checkInvoice" + @close="closecheckInvoice" > @@ -1059,6 +1061,7 @@ export default { acceptQuery: null, acceptOrderVisible: false, subRow: null, + detaillist:[], }; }, components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice}, @@ -1087,11 +1090,13 @@ export default { this.getList(); }, InvoiceRegister1(_this,row) { - _this.savebillno = row.billNo + _this.savebillno = _this.currentRow.billNo _this.inputInv = row; + _this.detaillist.push(row) _this.checkInvoice = true; }, closecheckInvoice() { + this.detaillist = [] this.checkInvoice = false; this.getList(); this.currentRow.billNo = this.savebillno;