From e6e3ff9166c219af461bad39edf0019db7c65315 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 29 十月 2025 15:05:36 +0800
Subject: [PATCH] 外购成品报检相关问题调整
---
src/views/business/sample/index.vue | 49 ++-----------------------------------------------
1 files changed, 2 insertions(+), 47 deletions(-)
diff --git a/src/views/business/sample/index.vue b/src/views/business/sample/index.vue
index 886ecb4..8858710 100644
--- a/src/views/business/sample/index.vue
+++ b/src/views/business/sample/index.vue
@@ -198,6 +198,7 @@
upWarehouse
} from "@/api/business/sample";
export default {
+ name: 'Sample',
components: {
Detail
},
@@ -541,19 +542,6 @@
}
</script>
<style scoped>
-.title {
- height: 60px;
- line-height: 60px;
-}
-
-.search {
- background-color: #fff;
- height: 80px;
- display: flex;
- align-items: center;
- position: relative;
-}
-
.search_thing {
display: flex;
align-items: center;
@@ -577,19 +565,6 @@
height: calc(100% - 60px - 80px - 10px - 40px);
padding: 20px;
overflow-y: auto;
-}
-
-.el-form-item {
- margin-bottom: 16px;
-}
-
-.btns {
- position: absolute;
- right: 10px;
- top: 25px;
- display: flex;
- align-items: center;
- z-index: 9;
}
.tables {
@@ -624,7 +599,7 @@
font-size: 12px;
display: flex;
align-items: center;
- justify-content: start;
+ justify-content: flex-start;
color: #333333;
cursor: pointer;
overflow: hidden; /*瓒呭嚭閮ㄥ垎闅愯棌*/
@@ -669,26 +644,6 @@
.green .num {
color: #34BD66;
-}
-
-.el-dialog {
- position: relative;
-}
-
-.shaoma {
- display: flex;
- align-items: center;
- font-size: 14px;
- color: #3A7BFA;
- position: absolute;
- top: 23px;
- right: 54px;
- cursor: pointer;
-}
-
-.node_i {
- color: orange;
- font-size: 18px;
}
.custom-tree-node .el-button {
--
Gitblit v1.9.3