diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue index dbdae515..3701a049 100644 --- a/src/views/inout/InvoiceCkeck.vue +++ b/src/views/inout/InvoiceCkeck.vue @@ -155,100 +155,100 @@ - - - - 单据 {{ input.billNo }}-单据详情 - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1068,6 +1070,7 @@ export default { acceptQuery: null, acceptOrderVisible: false, subRow: null, + detailList:[] }; }, components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice}, @@ -1097,11 +1100,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;