From 1b4c4f21d581b0768cab632e4d081391bdfafd96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com>
Date: Wed, 30 Oct 2024 18:49:20 +0800
Subject: [PATCH] =?UTF-8?q?page/point=20=E6=96=87=E4=BB=B6=E8=BF=81?=
=?UTF-8?q?=E7=A7=BB=208/8-10/25?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/point/index.vue | 286 ++++++++++++++++++++------------------
1 file changed, 152 insertions(+), 134 deletions(-)
diff --git a/src/pages/point/index.vue b/src/pages/point/index.vue
index 7e2ab602..1a3ec74a 100644
--- a/src/pages/point/index.vue
+++ b/src/pages/point/index.vue
@@ -1,11 +1,11 @@
-
+
-
+
- 物品代码
- {{ item.itemCode }}
+ 物品代码
+ {{ item.itemCode }}
物品名称
@@ -19,26 +19,32 @@
包装号
{{ item.packageCode }}
-
+
生产线
{{ item.productionLineCode }}
-
- 父包装号
- {{ item.parentNumber }}
+
+ 父包装号
+ {{ item.parentNumber }}
-
+
ASN
{{ item.asnNumber }}
- 数量
- {{ item.qty }}
+ 数量
+ {{ item.qty }}
+
+ 来源库位
+ {{ item.fromLocationCode }}
+
+
-
+
批次
@@ -48,7 +54,7 @@
物料类型
{{ item.itemType }}
-
+
供应商
{{ item.supplierCode }}
@@ -56,21 +62,29 @@
打印时间
{{ item.printTimes }}
+
+
+
+
-
-
+
+
+
@@ -291,6 +296,7 @@ export default {
.box {
font-size: 24rpx;
display: flex;
+
}
.left {
@@ -314,7 +320,19 @@ export default {
.bold-font {
font-weight: bold;
- font-size: 28rpx;
+}
+
+.font-30 {
+ font-size: 30px;
+}
+
+.font-20 {
+ font-size: 20px;
+}
+
+.bold-label {
+ font-weight: bold;
+ /* font-size: 15px; */
}
.value {
@@ -346,4 +364,4 @@ export default {
height: calc(100% - 4px);
margin: 4rpx;
}
-
+
\ No newline at end of file