From 5104141989cc80609c5486e9733d07e10d29ad1d Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 20 Jun 2025 17:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lease/apply/component/homeApply.vue | 38 +++++++++++-------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index d811d666..7e31c86d 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -205,7 +205,7 @@ - +
@@ -237,7 +237,7 @@ - + @@ -251,29 +251,31 @@
-
+
审核:
-
-
- -
+
+
- 领料: +
领料:
+
+
+ +
+
库管:
-
- - - - +
+
-
- 制单: +
+
制单:
@@ -403,6 +405,7 @@ export default { showView: false, titleView: "", getListViewInfo: [], + kgSignList: [], // 库管签名 }; }, created() { @@ -560,6 +563,8 @@ export default { const res = await getApplyInfo(ids); this.leaseApplyDetails = res.data.leaseApplyDetailsList; this.leaseApplyData = res.data.leaseApplyInfo; + this.kgSignList = res.data.kgSignList + console.log('🚀 ~ handleLld ~ this.kgSignList:', this.kgSignList) }, //出库检验单打印 @@ -1133,6 +1138,9 @@ export default { // width: 70px !important; // margin-bottom: 10px; // } +.is-rotate { + transform: rotate(-90deg); +} .image-type { /* 旋转图片 */