|
@@ -188,6 +188,7 @@
|
|
|
>
|
|
|
<el-form class="customer">
|
|
|
|
|
|
+
|
|
|
<div class="flex">
|
|
|
<div style="flex: 1; text-align: center">
|
|
|
<h4>身份证正面</h4>
|
|
@@ -250,9 +251,6 @@ import {
|
|
|
import {
|
|
|
downloadFile
|
|
|
} from '@/utils/batchDown'
|
|
|
- import {
|
|
|
- export1,
|
|
|
- } from '@/model/contarct/index'
|
|
|
import {
|
|
|
getpayment,
|
|
|
selectWarehouseSelf,
|
|
@@ -263,6 +261,7 @@ import {
|
|
|
paymentCommit,
|
|
|
getJurisdiction,
|
|
|
invoicing,
|
|
|
+ export1
|
|
|
} from '@/model/houseSelfCollect/index'
|
|
|
import {
|
|
|
posthandle
|
|
@@ -284,7 +283,7 @@ import {
|
|
|
isShowPrintType4: true,
|
|
|
customerInfo: false,
|
|
|
form: {},
|
|
|
- formLabelWidth: "300px",
|
|
|
+ formLabelWidth: '300px',
|
|
|
customerlist: {
|
|
|
payeeAddressUrls: [],
|
|
|
},
|
|
@@ -352,20 +351,12 @@ import {
|
|
|
methods: {
|
|
|
async exportlist() {
|
|
|
console.log('导出数据', this.modification)
|
|
|
- for (let i = 0; i < this.modification.length; i++) {
|
|
|
- let {
|
|
|
+ let _data = {
|
|
|
+ paymentManagementList: this.modification
|
|
|
+ }
|
|
|
+ const {
|
|
|
data
|
|
|
- } = await export1({
|
|
|
- compId: sessionStorage.getItem('ws-pf_compId'),
|
|
|
- contractType: this.contractType,
|
|
|
- goodsType: this.goodsType,
|
|
|
- currentPage: this.currentPage,
|
|
|
- pageSize: this.pageSize,
|
|
|
- searchType: this.searchType,
|
|
|
- searchKeyWord: this.searchKeyWord,
|
|
|
- startDate: this.startDate,
|
|
|
- endDate: this.endDate,
|
|
|
- }, {}, {
|
|
|
+ } = await export1(_data, {}, {
|
|
|
responseType: 'blob'
|
|
|
}).toPromise()
|
|
|
downloadFile({
|
|
@@ -375,7 +366,6 @@ import {
|
|
|
}结算凭证`,
|
|
|
type: 'xls',
|
|
|
})
|
|
|
- }
|
|
|
|
|
|
},
|
|
|
invoicingClick() {
|
|
@@ -389,7 +379,7 @@ import {
|
|
|
// console.log(response)
|
|
|
// })
|
|
|
let data = {
|
|
|
- paymentManagementList: this.modification
|
|
|
+ paymentManagementList:this.modification
|
|
|
}
|
|
|
console.log('开票', data)
|
|
|
//开票
|
|
@@ -656,15 +646,15 @@ import {
|
|
|
}
|
|
|
this.deptBudgetTotal = response.total
|
|
|
})
|
|
|
- getJurisdiction({
|
|
|
- managementType: 1,
|
|
|
- warehouseName: this.warehouseName,
|
|
|
- compId: sessionStorage.getItem('ws-pf_compId')
|
|
|
- })
|
|
|
- .toPromise()
|
|
|
- .then(response => {
|
|
|
- this.isShowAdopt = response
|
|
|
- })
|
|
|
+ // getJurisdiction({
|
|
|
+ // managementType: 1,
|
|
|
+ // warehouseName: this.warehouseName,
|
|
|
+ // compId: sessionStorage.getItem('ws-pf_compId')
|
|
|
+ // })
|
|
|
+ // .toPromise()
|
|
|
+ // .then(response => {
|
|
|
+ // this.isShowAdopt = response
|
|
|
+ // })
|
|
|
|
|
|
|
|
|
// getJurisdiction({
|
|
@@ -1132,6 +1122,7 @@ import {
|
|
|
.label-width {
|
|
|
width: 100%;
|
|
|
}
|
|
|
+
|
|
|
.mask {
|
|
|
background: black;
|
|
|
width: 100vw;
|