|
@@ -75,7 +75,7 @@
|
|
|
<template slot="right">
|
|
|
</template>
|
|
|
</BaseHeaderLayout>
|
|
|
- <el-table :data="paymentList" style="width: 100%; margin-top: 20px" ref="paymentList" border height="600"
|
|
|
+ <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>
|
|
|
<el-table-column :selectable="selectInit" type="selection" width="55"></el-table-column>
|
|
|
<el-table-column type="index" label="序号" width="50">
|
|
@@ -308,7 +308,7 @@ import download from '../../components/WsDownload/download'
|
|
|
'打印身份证(正反面)',
|
|
|
'打印银行卡(正反面)',
|
|
|
'打印结算凭证',
|
|
|
- '打印发票'
|
|
|
+ // '打印发票'
|
|
|
]
|
|
|
},
|
|
|
row: {},
|
|
@@ -362,7 +362,7 @@ import download from '../../components/WsDownload/download'
|
|
|
this.userJurisdiction = getHp('acquisitionManagement.acquisitionPay.print')
|
|
|
this.getPassYearFormatDate()
|
|
|
this.getWarehouse()
|
|
|
-
|
|
|
+
|
|
|
// this.getList()
|
|
|
},
|
|
|
methods: {
|
|
@@ -483,7 +483,7 @@ import download from '../../components/WsDownload/download'
|
|
|
// .then(response => {
|
|
|
// console.log(response)
|
|
|
// })
|
|
|
-
|
|
|
+
|
|
|
let data = {
|
|
|
paymentManagementList: this.modification
|
|
|
}
|
|
@@ -500,7 +500,7 @@ import download from '../../components/WsDownload/download'
|
|
|
.then(response => {
|
|
|
console.log(response)
|
|
|
if (response.length > 0) {
|
|
|
-
|
|
|
+
|
|
|
var arr=[]
|
|
|
for (let i = 0; i < response.length; i++) {
|
|
|
arr.push({fileUrl:response[i],renameFileName:'发票'+i+'.xml'})
|
|
@@ -592,6 +592,8 @@ import download from '../../components/WsDownload/download'
|
|
|
typePrintClick(type) {
|
|
|
// type 1批量打印 0单个打印
|
|
|
// this.isShowPrint = true
|
|
|
+ this.selectCustomerList=[]
|
|
|
+ this.selectPrintList=[]
|
|
|
if (type == 1) {
|
|
|
let index1 = 0;
|
|
|
let index2 = 0;
|
|
@@ -776,7 +778,7 @@ import download from '../../components/WsDownload/download'
|
|
|
startDate=this.value2[0]?this.value2[0]:''
|
|
|
endDate=this.value2[1]?this.value2[1]:''
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
getpayment({
|
|
|
currentPage: this.currentPage,
|
|
|
pageSize: this.pageSize,
|