lilei 3 years ago
parent
commit
68cab54a3c

+ 1 - 1
src/views/bulkManagement/bulkWarehousingOrder/detail.vue

@@ -164,7 +164,7 @@ export default {
       const url = sparePartsPurDetailPrint
       const params = { sn: this.$route.params.sn, type: printerType }
       // 打印或导出
-      hdPrint(printerType, type, url, params, '', function () {
+      hdPrint(printerType, type, url, params, '散件入库单', function () {
         _this.spinning = false
       })
     },

+ 1 - 1
src/views/common/pdfViewModal.vue

@@ -109,7 +109,7 @@ export default {
       return pdf.createLoadingTask({ url: item, CMapReaderFactory })
     },
     setData (data) {
-      // console.log(data)
+      console.log(data)
       this.pdfList = data
       this.src = data[0]
       this.curpage = 1