md
This commit is contained in:
parent
95689539f1
commit
013d2c37cf
@ -3,8 +3,8 @@
|
||||
|
||||
<div class="tab-container">
|
||||
<el-tabs v-model="activeTab" class="center-tabs" @tab-click="handleTabsClick" @tab-remove="removeTab">
|
||||
<el-tab-pane label="待票账单列表" name="billList" >
|
||||
<InvoiceRecordApplyListPanel @onSelect="onSelectApply"> </InvoiceRecordApplyListPanel>
|
||||
<el-tab-pane label="可开票账单" name="waitOpenBillList" >
|
||||
<SiteConfimPanel confirmStatus="1"> </SiteConfimPanel>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="开票申请记录" name="billList" >
|
||||
<InvoiceRecordApplyListPanel @onSelect="onSelectApply"> </InvoiceRecordApplyListPanel>
|
||||
@ -23,13 +23,15 @@
|
||||
<script>
|
||||
import InvoiceRecordApplyListPanel from '@/views/emis/emisSettleInvoiceRecord/panel/InvoiceRecordApplyListPanel.vue';
|
||||
import InvoiceDetailPanel from '@/views/emis/emisSettleInvoiceRecord/panel/InvoiceDetailPanel.vue';
|
||||
import SiteConfimPanel from '@/views/emis/emisSettleBill/panel/SiteConfimPanel.vue';
|
||||
|
||||
|
||||
export default {
|
||||
name: "SiteInvoiceRecordApply",
|
||||
components: {
|
||||
InvoiceRecordApplyListPanel,
|
||||
InvoiceDetailPanel
|
||||
InvoiceDetailPanel,
|
||||
SiteConfimPanel
|
||||
},
|
||||
dicts: [
|
||||
],
|
||||
|
||||
@ -1,31 +1,31 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
|
||||
|
||||
<el-form-item label="" prop="reqNo">
|
||||
|
||||
<!-- <el-form-item label="" prop="reqNo">
|
||||
<el-input
|
||||
v-model="queryParams.reqNo"
|
||||
:placeholder="$t('渠道请求号')"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="" prop="applySeqNo">
|
||||
</el-form-item> -->
|
||||
<!-- <el-form-item label="" prop="applySeqNo">
|
||||
<el-input
|
||||
v-model="queryParams.applySeqNo"
|
||||
:placeholder="$t('发票申请序号')"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="" prop="blEcinv">
|
||||
</el-form-item> -->
|
||||
<!-- <el-form-item label="" prop="blEcinv">
|
||||
<el-input
|
||||
v-model="queryParams.blEcinv"
|
||||
:placeholder="$t('是否电子发票')"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
<el-form-item label="" prop="invoiceType">
|
||||
<el-input
|
||||
v-model="queryParams.invoiceType"
|
||||
@ -34,18 +34,18 @@
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="" prop="realInvoiceType">
|
||||
<!-- <el-form-item label="" prop="realInvoiceType">
|
||||
<el-input
|
||||
v-model="queryParams.realInvoiceType"
|
||||
:placeholder="$t('实际开票类型')"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
<el-form-item label="" prop="companyName">
|
||||
<el-input
|
||||
v-model="queryParams.companyName"
|
||||
:placeholder="$t('开票名称')"
|
||||
:placeholder="$t('开票抬头')"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
@ -292,8 +292,8 @@
|
||||
</el-form-item>
|
||||
</SearchForm>
|
||||
|
||||
|
||||
<XdTable v-loading="loading"
|
||||
|
||||
<XdTable v-loading="loading"
|
||||
border stripe
|
||||
size="small"
|
||||
:data="emisSettleInvoiceChRecordList"
|
||||
@ -304,7 +304,7 @@
|
||||
@selection-change="handleSelectionChange"
|
||||
@sort-change="handleSortChange"
|
||||
>
|
||||
|
||||
|
||||
<div slot="toolbar">
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-col :span="1.5">
|
||||
@ -317,7 +317,7 @@
|
||||
v-hasPermi="['emis:emisSettleInvoiceChRecord:add']"
|
||||
>新增</el-button>
|
||||
</el-col>
|
||||
<!--
|
||||
<!--
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="success"
|
||||
@ -352,7 +352,7 @@
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<!--
|
||||
<el-table-column label="序号" align="center" min-width="60">
|
||||
@ -360,7 +360,7 @@
|
||||
<span v-text="getIndex(scope.$index)"> </span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
|
||||
<template slot-scope="scope">
|
||||
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
|
||||
@ -436,7 +436,7 @@
|
||||
@click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['emis:emisSettleInvoiceChRecord:edit']"
|
||||
>修改</el-button>
|
||||
<!--
|
||||
<!--
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
@ -451,7 +451,7 @@
|
||||
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
|
||||
<emisSettleInvoiceChRecordForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisSettleInvoiceChRecordForm>
|
||||
</el-dialog>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
|
||||
@ -491,7 +491,7 @@ export default {
|
||||
total: 0,
|
||||
// 渠道开票记录表表格数据
|
||||
emisSettleInvoiceChRecordList: [],
|
||||
|
||||
|
||||
currentId:null,
|
||||
openForm: false,
|
||||
titleForm: "",
|
||||
@ -575,7 +575,7 @@ export default {
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
/** 搜索按钮操作 */
|
||||
handleQuery() {
|
||||
this.queryParams.pageNum = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user