|
@@ -784,7 +784,7 @@
|
|
|
typePrintCannelClick() {
|
|
|
this.isShowPrintType = false
|
|
|
},
|
|
|
- typePrintClick(type) {
|
|
|
+ async typePrintClick(type) {
|
|
|
// type 1批量打印 0单个打印
|
|
|
// this.isShowPrint = true
|
|
|
this.selectCustomerList = []
|
|
@@ -793,7 +793,7 @@
|
|
|
let index1 = 0
|
|
|
let index2 = 0
|
|
|
for (let i = 0; i < this.modification.length; i++) {
|
|
|
- getCustomerLook({
|
|
|
+ await getCustomerLook({
|
|
|
id: this.modification[i].identityId,
|
|
|
authenticationStatusKey: 7,
|
|
|
})
|
|
@@ -809,7 +809,7 @@
|
|
|
// this.isShowPrint = true
|
|
|
this.printBig()
|
|
|
}
|
|
|
- getpaymentexamine({
|
|
|
+ getpaymentexamine({
|
|
|
id: this.modification[i].id,
|
|
|
})
|
|
|
.toPromise()
|