From c1649874cbc555b2eed06dfdfa8b27354804ea23 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 6 Nov 2024 14:45:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MyPrint/MyPrint.vue | 104 ++++++++++++++++-- src/utils/print.js | 3 + .../goodsShelf/basicdataGoodsShelf.vue | 46 ++------ .../artery/TripartiteTransfer.vue | 80 +------------- .../artery/VehicleArrivalManagement.vue | 88 ++------------- .../distribution/artery/VehicleStowage.vue | 104 ++---------------- .../deliverylist/distributionDeliveryList.vue | 42 ------- .../distributionDeliveryListdis.vue | 85 +------------- .../distributionDeliveryListedt.vue | 23 ++-- .../distributionDeliveryListmar.vue | 22 ---- .../distributionStockArticleDetails.vue | 23 ++-- .../distribution/reservation/reservation.vue | 27 +---- .../distributionStockupDetailsSelf.vue | 31 +++--- src/views/finance/CustomerSettlement.vue | 23 +++- src/views/mail/reservation/list.vue | 71 ++++-------- .../parcelList/distributionParcelList.vue | 26 ++--- src/views/waybill/orderDetails.vue | 28 ++--- src/views/waybill/orderPackageList.vue | 5 - src/views/waybill/orderPackageListDetails.vue | 6 - .../orderPackageListDetailsByMarket.vue | 6 - 20 files changed, 227 insertions(+), 616 deletions(-) diff --git a/src/components/MyPrint/MyPrint.vue b/src/components/MyPrint/MyPrint.vue index 3930fdea..db5c94e3 100644 --- a/src/components/MyPrint/MyPrint.vue +++ b/src/components/MyPrint/MyPrint.vue @@ -1,63 +1,119 @@ - + -
- - - - - - - - - - -
- -
- - - 打 印 - 确 定 - 取 消 - -
+ :isShowExport="false" + :html="html" + type="titlePrint" + width="600px" + /> div'); - - console.log('nodeList :>> ', nodeList); - - print(nodeList, 'titlePrint'); - }, rowDel(row) { this.$confirm('确定将选择数据删除?', { confirmButtonText: '确定', diff --git a/src/views/distribution/artery/TripartiteTransfer.vue b/src/views/distribution/artery/TripartiteTransfer.vue index 04f09f7b..7d783353 100644 --- a/src/views/distribution/artery/TripartiteTransfer.vue +++ b/src/views/distribution/artery/TripartiteTransfer.vue @@ -385,66 +385,15 @@ - - - - -
- -
-
- - 取 消 - - - 导 出 - - 打 印 -
-
+ + { details.loadingObj.pageLoading = false; } }; - -/** 配载打印 */ -const handlePrint = () => { - const nodeList = document.querySelectorAll('.listOfLoadedWagonsPopUp table'); - - console.log('nodeList :>> ', nodeList); - - print(nodeList); -}; - -/** 装车清单导出 */ -const handleExportTruckLoadingDetail = () => { - exportExcelByDom( - truckLoadingDetailNodeRef.value.$el, - details.selectionList[0].carsNo + '' + dateNow() + '.xlsx' - ); -};