diff --git a/components.d.ts b/components.d.ts
index e115d12..c6ae86f 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -40,8 +40,11 @@ declare module 'vue' {
ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
DictTag: typeof import('./src/components/common/DictTag/index.vue')['default']
Header: typeof import('./src/components/common/Header/index.vue')['default']
+ HoldTraceOrder: typeof import('./src/components/traceOrderManage/holdTraceOrder.vue')['default']
ILucideBuilding: typeof import('~icons/lucide/building')['default']
ILucideChevronDown: typeof import('~icons/lucide/chevron-down')['default']
+ ILucideChevronLeft: typeof import('~icons/lucide/chevron-left')['default']
+ ILucideChevronUp: typeof import('~icons/lucide/chevron-up')['default']
ILucideCopy: typeof import('~icons/lucide/copy')['default']
ILucideCpu: typeof import('~icons/lucide/cpu')['default']
ILucideLoader: typeof import('~icons/lucide/loader')['default']
diff --git a/src/components/traceOrderManage/holdTraceOrder.vue b/src/components/traceOrderManage/holdTraceOrder.vue
index ae6e597..6427589 100644
--- a/src/components/traceOrderManage/holdTraceOrder.vue
+++ b/src/components/traceOrderManage/holdTraceOrder.vue
@@ -30,7 +30,7 @@
- 进站
+ 进站
出站
@@ -112,12 +83,13 @@ defineExpose({
.custom-table {
:deep(.ant-table-thead > tr > th) {
- background-color: #e6f7ff;
font-weight: bold;
+ font-size: clamp(14px, 1.2vw, 20px);
}
:deep(.ant-table-tbody > tr > td) {
padding: 12px 8px;
+ font-size: clamp(14px, 1vw, 20px);
}
}
}
diff --git a/src/views/pwoManage/infeed/equipment/index.vue b/src/views/pwoManage/infeed/equipment/index.vue
index e6cb407..bbab741 100644
--- a/src/views/pwoManage/infeed/equipment/index.vue
+++ b/src/views/pwoManage/infeed/equipment/index.vue
@@ -1,7 +1,7 @@
-
+
- {{ collapsed ? '展开' : '折叠' }}
+
+
+
+
+
+ {{ collapsed ? '展开' : '折叠' }}
+
@@ -153,17 +45,16 @@ onUnmounted(() => {
-
-
+
-
+
-
+
-
+
@@ -172,14 +63,14 @@ onUnmounted(() => {
-
+
-
+
-
+
@@ -188,18 +79,18 @@ onUnmounted(() => {
-
+
-
+
-
+
-
+
@@ -220,25 +111,24 @@ onUnmounted(() => {
工单编码
- handleChange(val as string, option as LotTraceOrderData)" />
-
+ traceOrderStore.selectTraceOrder(val as string, option as LotTraceOrderData)" />
+
-
-
+
-
+
-
+
-
+
@@ -247,14 +137,14 @@ onUnmounted(() => {
-
+
-
+
-
+
@@ -262,7 +152,7 @@ onUnmounted(() => {
-
+
@@ -271,9 +161,9 @@ onUnmounted(() => {
@@ -282,7 +172,6 @@ onUnmounted(() => {
工单管理
主材清单
- Hold
@@ -303,36 +192,6 @@ onUnmounted(() => {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -388,7 +247,8 @@ onUnmounted(() => {
flex-direction: column;
}
-.action-buttons {
+// 传递给子组件的样式
+:deep(.action-buttons) {
display: flex;
flex-direction: column;
gap: 6px;
@@ -396,10 +256,8 @@ onUnmounted(() => {
.action-btn {
height: 48px;
- font-size: 16px;
- color: #fff;
- border: none;
- border-radius: 4px;
+ font-size: 20px;
+ font-weight: 500;
}
}
diff --git a/src/views/pwoManage/outfeed/jobReport/index.vue b/src/views/pwoManage/outfeed/jobReport/index.vue
index db2baca..3fa6ef5 100644
--- a/src/views/pwoManage/outfeed/jobReport/index.vue
+++ b/src/views/pwoManage/outfeed/jobReport/index.vue
@@ -1,14 +1,14 @@