Explorar el Código

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

ccjgmwz hace 3 años
padre
commit
fb00421000
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/views/houseSelfCollect/paymentManagement.vue

+ 3 - 3
src/views/houseSelfCollect/paymentManagement.vue

@@ -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()