diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue index 619a07c..732aac6 100644 --- a/src/views/inout/InvoiceCkeck.vue +++ b/src/views/inout/InvoiceCkeck.vue @@ -155,99 +155,99 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 单据 {{ input.billNo }}-单据详情 + + + + + + + + + + + + + + + + + + + + + + + @@ -1061,7 +1060,6 @@ export default { acceptQuery: null, acceptOrderVisible: false, subRow: null, - detaillist:[], }; }, components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice}, @@ -1092,11 +1090,9 @@ export default { InvoiceRegister1(_this,row) { _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;