|
@@ -19,7 +19,7 @@
|
|
|
<el-button @click="typePrintCannelClick">取消</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <BaseHeaderLayout :leftSpan="14">
|
|
|
+ <BaseHeaderLayout :leftSpan="10">
|
|
|
<template slot="left">
|
|
|
<!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
|
|
|
<ws-button type="primary" @click="screen(0)">待审核</ws-button>
|
|
@@ -33,26 +33,13 @@
|
|
|
<ws-button :type="searchType == 2 ? 'primary' : ''" @click="screen(2)"
|
|
|
v-hasPermission="`acquisitionManagement.acquisitionPay.add`">待结算</ws-button>
|
|
|
<ws-button :type="searchType == -1 ? 'primary' : ''" @click="screen(-1)">全部</ws-button>
|
|
|
-
|
|
|
- <ws-button type="primary" @click="reject">驳回</ws-button>
|
|
|
- <ws-button type="primary" @click="adopt">通过</ws-button>
|
|
|
- <ws-button type="primary" @click="invoicingClick"
|
|
|
- v-hasPermission="`acquisitionManagement.acquisitionPay.finace`">开票</ws-button>
|
|
|
- <ws-button type="primary" @click="exportlist" v-hasPermission="`acquisitionManagement.acquisitionPay.print`">导出
|
|
|
- </ws-button>
|
|
|
- <!-- <ws-button type="primary" @click="handlepass" v-if="isShowAdopt">审核</ws-button> -->
|
|
|
- <ws-button type="primary" @click="payment" v-hasPermission="`acquisitionManagement.acquisitionPay.pay`">付款
|
|
|
- </ws-button>
|
|
|
- <ws-button type="primary" @click="selectPrint(1)"
|
|
|
- v-hasPermission="`acquisitionManagement.acquisitionPay.finace`">财务批量打印
|
|
|
- </ws-button>
|
|
|
</template>
|
|
|
<template slot="right">
|
|
|
- <el-select v-model="warehouseNameKey" placeholder="请选择仓库" @change="warehouseChange" style="margin: 0 10px">
|
|
|
+ <el-select class='warehouse_select' v-model="warehouseNameKey" placeholder="请选择仓库" @change="warehouseChange" style="margin: 0 10px">
|
|
|
<el-option v-for="item in warehouseList" :key="item.id" :label="item.warehouseName" :value="item.id">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
- <el-date-picker value-format='yyyy-MM-dd' v-model="value2" @change='datechange' type="daterange" align="right" unlink-panels range-separator="至"
|
|
|
+ <el-date-picker style="margin: 0 10px 0 0" value-format='yyyy-MM-dd' v-model="value2" @change='datechange' type="daterange" align="right" unlink-panels range-separator="至"
|
|
|
start-placeholder="结算时间起" end-placeholder="结算时间止" >
|
|
|
</el-date-picker>
|
|
|
<div></div>
|
|
@@ -64,6 +51,28 @@
|
|
|
src="../../../public/img/sousuo.png" alt />
|
|
|
</ws-button>
|
|
|
</template>
|
|
|
+ </BaseHeaderLayout>
|
|
|
+ <BaseHeaderLayout :leftSpan="10">
|
|
|
+ <template slot="left">
|
|
|
+ <!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
|
|
|
+ <ws-button type="primary" @click="screen(0)">待审核</ws-button>
|
|
|
+ <ws-button type="primary" @click="screen()">全部</ws-button>-->
|
|
|
+
|
|
|
+ <ws-button type="primary" @click="reject">驳回</ws-button>
|
|
|
+ <ws-button type="primary" @click="adopt">通过</ws-button>
|
|
|
+ <ws-button type="primary" @click="invoicingClick"
|
|
|
+ v-hasPermission="`acquisitionManagement.acquisitionPay.finace`">开票</ws-button>
|
|
|
+ <ws-button type="primary" @click="exportlist" v-hasPermission="`acquisitionManagement.acquisitionPay.print`">导出
|
|
|
+ </ws-button>
|
|
|
+ <!-- <ws-button type="primary" @click="handlepass" v-if="isShowAdopt">审核</ws-button> -->
|
|
|
+ <ws-button type="primary" @click="payment" v-hasPermission="`acquisitionManagement.acquisitionPay.pay`">付款
|
|
|
+ </ws-button>
|
|
|
+ <ws-button type="primary" @click="selectPrint(1)"
|
|
|
+ v-hasPermission="`acquisitionManagement.acquisitionPay.finace`">财务批量打印
|
|
|
+ </ws-button>
|
|
|
+ </template>
|
|
|
+ <template slot="right">
|
|
|
+ </template>
|
|
|
</BaseHeaderLayout>
|
|
|
<el-table :data="paymentList" style="width: 100%; margin-top: 20px" ref="paymentList" border height="600"
|
|
|
@row-click="handleRowClick" @selection-change="handleSelectionChange" :summary-method="getSummaries" show-summary>
|
|
@@ -1307,4 +1316,10 @@ import download from '../../components/WsDownload/download'
|
|
|
.text_css {
|
|
|
color: #5878e8;
|
|
|
}
|
|
|
+ /deep/.base_header_layout{
|
|
|
+ height:48px;
|
|
|
+ }
|
|
|
+ .warehouse_select{
|
|
|
+ width:100%;
|
|
|
+ }
|
|
|
</style>
|