发票登记显示问题

dev
anthonywj 2 years ago
parent 7e95fb3425
commit 42f7da0483

@ -680,7 +680,6 @@ export default {
// this.resultDetailList = []; // this.resultDetailList = [];
}, },
handleInvoiceChange(val) { handleInvoiceChange(val) {
debugger
this.cowEn=val; this.cowEn=val;
this.getOrderList(val) this.getOrderList(val)
this.getProductDetailList(val) this.getProductDetailList(val)

@ -1,6 +1,8 @@
<template> <template>
<div style="display: flex; flex-direction: column"> <div style="display: flex; flex-direction: column">
<el-button size="small" style="margin-left: auto; margin-right: 15px" type="primary" icon="el-icon-bottom-right" @click="onSubmit"></el-button> <el-button size="small" style="margin-left: auto; margin-right: 15px" type="primary" icon="el-icon-bottom-right"
@click="onSubmit">登记
</el-button>
<el-form :model="inputQuery" :rules="formRules" ref="dataForm" label-width="150px" style="padding-top: 40px"> <el-form :model="inputQuery" :rules="formRules" ref="dataForm" label-width="150px" style="padding-top: 40px">
<el-card style="margin-top: -30px"> <el-card style="margin-top: -30px">
<el-row> <el-row>
@ -150,7 +152,8 @@
>选择单据 >选择单据
</el-button> </el-button>
</el-button-group> </el-button-group>
<el-table v-loading="loading" @current-change="handleSelectionChange" :data="list" style="width: 100%" highlight-current-row border> <el-table v-loading="loading" @current-change="handleSelectionChange" :data="list" style="width: 100%"
highlight-current-row border>
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="单据号" prop="billNo" show-overflow-tooltip width="180"></el-table-column> <el-table-column label="单据号" prop="billNo" show-overflow-tooltip width="180"></el-table-column>
<el-table-column label="单据类型" prop="billTypeName" width="150"></el-table-column> <el-table-column label="单据类型" prop="billTypeName" width="150"></el-table-column>
@ -171,13 +174,13 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<pagination <!-- <pagination-->
v-show="total > 0" <!-- v-show="total > 0"-->
:total="total" <!-- :total="total"-->
:page.sync="filterQuery.page" <!-- :page.sync="filterQuery.page"-->
:limit.sync="filterQuery.limit" <!-- :limit.sync="filterQuery.limit"-->
@pagination="getCodeDetailLists" <!-- @pagination="getCodeDetailLists"-->
/> <!-- />-->
</el-tabs> </el-tabs>
@ -309,9 +312,7 @@ export default {
billNo: null, billNo: null,
mainAction: null, mainAction: null,
action: null, action: null,
page: 1,
supInoivceSearch: 'supInvoice', supInoivceSearch: 'supInvoice',
limit: 10,
startTime: null, startTime: null,
endTime: null, endTime: null,
}, },

@ -460,7 +460,7 @@ export default {
targetInvChange() { targetInvChange() {
let query = { let query = {
enable: true, enable: true,
spUse: 1, spUse: true,
invCode: this.formData.invCode invCode: this.formData.invCode
} }
getLocalJoinByUser(query) getLocalJoinByUser(query)

Loading…
Cancel
Save