瀏覽代碼

打印纸张类型

mxx 3 年之前
父節點
當前提交
e8676b7847

+ 0 - 1
src/views/houseSelfCollect/paymentManagement.vue

@@ -503,7 +503,6 @@ import download from '../../components/WsDownload/download'
               
               var arr=[]
               for (let i = 0; i < response.length; i++) {
-                debugger
                 arr.push({fileUrl:response[i],renameFileName:'发票'+i+'.xml'})
               }
               this.filesToRar(arr, '开票XML文件')

+ 0 - 1
src/views/tradeServicesManagement/inOutRecord.vue

@@ -502,7 +502,6 @@ export default {
       console.log(this.ruleForm.type)
     },
     typePrintClick(selection) {
-      debugger
       let index1 = 0
       let index2 = 0
       var that = this