|
|
|
@ -172,10 +172,10 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
<pagination
|
|
|
|
|
v-show="codeTotal > 0"
|
|
|
|
|
:total="codeTotal"
|
|
|
|
|
:page.sync="codeQuery.page"
|
|
|
|
|
:limit.sync="codeQuery.limit"
|
|
|
|
|
v-show="total > 0"
|
|
|
|
|
:total="total"
|
|
|
|
|
:page.sync="filterQuery.page"
|
|
|
|
|
:limit.sync="filterQuery.limit"
|
|
|
|
|
@pagination="getCodeDetailLists"
|
|
|
|
|
/>
|
|
|
|
|
</el-tabs>
|
|
|
|
@ -600,7 +600,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getCodeDetailLists() {
|
|
|
|
|
debugger
|
|
|
|
|
this.filterQuery.invoiceEncode = this.inputQuery.invoiceEncode
|
|
|
|
|
this.filterQuery.vueType = 'supInvoice'
|
|
|
|
|
this.codeDetailLoading = true
|
|
|
|
|