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' - ); -};