From 4a71c97e1026724832435fdcb15713b07468a761 Mon Sep 17 00:00:00 2001
From: rui_li <877258667@qq.com>
Date: Wed, 1 Jun 2022 11:45:30 +0800
Subject: [PATCH] =?UTF-8?q?2022-06-01=20=E6=9F=A5=E8=AF=A2=E5=8D=B7?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=B7=BB=E5=8A=A0=E8=A1=A5=E6=89=93=E6=A0=87?=
=?UTF-8?q?=E7=AD=BE=E7=9A=84=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../searchRollInformation.vue | 28 +++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/src/views/modules/purchasingManagement/searchRollInformation.vue b/src/views/modules/purchasingManagement/searchRollInformation.vue
index 1ef2913..e85bf89 100644
--- a/src/views/modules/purchasingManagement/searchRollInformation.vue
+++ b/src/views/modules/purchasingManagement/searchRollInformation.vue
@@ -137,6 +137,15 @@
highlight-current-row
v-loading="dataListLoading"
style="width: 100%;margin-top: 5px">
+
+
+ 补打卷标签
+
+
{
+ //打印材料卷标签
+ let printList = data.rows;
+ printMaterialLabel(printList);
+ });
+ },
+
},
created() {