From 76c98b8ede65bb5a7fa4d3cdd15ff7eb1a63c6db Mon Sep 17 00:00:00 2001
From: 86156 <823267011@qq.com>
Date: Wed, 29 Oct 2025 13:37:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=86coilId=E7=9A=84=E5=AD=98=E5=82=A8?=
=?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=94=B9=E6=88=90string?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/panels/code/apart.vue | 104 +++++++++---------
.../components/panels/code/typing.vue | 54 ++++-----
apps/hand-factory/pages/code/code.vue | 2 +-
3 files changed, 80 insertions(+), 80 deletions(-)
diff --git a/apps/hand-factory/components/panels/code/apart.vue b/apps/hand-factory/components/panels/code/apart.vue
index e228266..211a6e6 100644
--- a/apps/hand-factory/components/panels/code/apart.vue
+++ b/apps/hand-factory/components/panels/code/apart.vue
@@ -1,6 +1,6 @@
-
+
@@ -15,8 +15,8 @@
原钢卷信息
-
-
+
+
入场钢卷号
@@ -31,8 +31,8 @@
{{ (coilDetail.warehouse && coilDetail.warehouse.warehouseName) || '未分配' }}
-
-
+
+
@@ -75,7 +75,7 @@
新钢卷号
-
班组
-
毛重 (kg)
-
净重 (kg)
-
操作人:
{{ operatorName }}
-
-
+
+
+
@@ -169,7 +169,7 @@
-
+
@@ -602,8 +602,8 @@ export default {
}
.card-title {
- display: flex;
- align-items: center;
+ display: flex;
+ align-items: center;
margin-bottom: 25rpx;
padding-bottom: 20rpx;
border-bottom: 1rpx solid #f0f0f0;
@@ -618,7 +618,7 @@ export default {
.title-text {
flex: 1;
- font-size: 32rpx;
+ font-size: 32rpx;
font-weight: 600;
color: #333;
}
@@ -647,9 +647,9 @@ export default {
.item-value {
display: block;
font-size: 28rpx;
- color: #333;
- font-weight: 500;
- }
+ color: #333;
+ font-weight: 500;
+}
}
}
@@ -659,7 +659,7 @@ export default {
.form-label {
display: block;
- font-size: 28rpx;
+ font-size: 28rpx;
color: #333;
margin-bottom: 15rpx;
font-weight: 500;
@@ -727,7 +727,7 @@ export default {
}
.split-header {
- margin-bottom: 20rpx;
+ margin-bottom: 20rpx;
.split-title {
font-size: 28rpx;
@@ -738,7 +738,7 @@ export default {
.split-body {
.split-field {
- margin-bottom: 20rpx;
+ margin-bottom: 20rpx;
&:last-child {
margin-bottom: 0;
@@ -753,7 +753,7 @@ export default {
.field-label-optional {
display: block;
- font-size: 26rpx;
+ font-size: 26rpx;
color: #666;
margin-bottom: 12rpx;
}
@@ -775,13 +775,13 @@ export default {
}
.picker-input {
- width: 100%;
- height: 80rpx;
- padding: 0 20rpx;
+ width: 100%;
+ height: 80rpx;
+ padding: 0 20rpx;
background: #fff;
border: 2rpx solid #e8e8e8;
border-radius: 10rpx;
- box-sizing: border-box;
+ box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
@@ -883,7 +883,7 @@ export default {
border-bottom: 1rpx solid #f0f0f0;
.popup-title {
- font-size: 32rpx;
+ font-size: 32rpx;
color: #333;
font-weight: 600;
}
@@ -904,12 +904,12 @@ export default {
border-bottom: 1rpx solid #f0f0f0;
.search-input {
- width: 100%;
+ width: 100%;
height: 80rpx;
padding: 0 20rpx;
background: #f8f9fa;
border: 2rpx solid #e8e8e8;
- border-radius: 10rpx;
+ border-radius: 10rpx;
font-size: 28rpx;
color: #333;
box-sizing: border-box;
diff --git a/apps/hand-factory/components/panels/code/typing.vue b/apps/hand-factory/components/panels/code/typing.vue
index 064dc0f..b9011a3 100644
--- a/apps/hand-factory/components/panels/code/typing.vue
+++ b/apps/hand-factory/components/panels/code/typing.vue
@@ -208,21 +208,21 @@
diff --git a/apps/hand-factory/pages/code/code.vue b/apps/hand-factory/pages/code/code.vue
index 98060e7..ebcc4c0 100644
--- a/apps/hand-factory/pages/code/code.vue
+++ b/apps/hand-factory/pages/code/code.vue
@@ -40,7 +40,7 @@ export default {
remark: '',
currentTab: 'typing',
tabs: [
- { label: '录入', value: 'typing' },
+ { label: '更新', value: 'typing' },
{ label: '分卷', value: 'apart' },
{ label: '合卷', value: 'merge' },
{ label: '追溯', value: 'trace' }