diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue
index edb71b1..d0a9b5a 100644
--- a/src/views/basic/UdiInfoManage.vue
+++ b/src/views/basic/UdiInfoManage.vue
@@ -205,407 +205,452 @@
label-width="100px"
style="margin-top: 20px"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 产品标识基本信息
+
+
+
+
+
+
+
+
+
+
+ 最小包装单元内包含使用单元数量:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 产品基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 生产标识基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 包装标识信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 最小包装单元内包含使用单元数量:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -704,7 +749,8 @@ export default {
multipleSelection: [],
editDialogVisible: false,
selectUdiDialogVisible: false,
- loading: false
+ loading: false,
+ activeNames: ['1']
};
},
@@ -925,5 +971,13 @@ export default {
margin-bottom: 5px;
}
+.form-title {
+ font-size: 16px;
+ font-family: Noto Sans SC;
+ font-weight: bold;
+ color: #303133;
+ padding-bottom: 17px;
+ padding-top: 17px;
+}
diff --git a/src/views/product/SelectDIDetailDialog.vue b/src/views/product/SelectDIDetailDialog.vue
index a54c3b6..d653828 100644
--- a/src/views/product/SelectDIDetailDialog.vue
+++ b/src/views/product/SelectDIDetailDialog.vue
@@ -8,396 +8,436 @@
label-width="100px"
style="margin-top: 20px"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 最小包装单元内包含使用单元数量:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 产品标识基本信息
+
+
+
+
+
+
+
+
+
+
+ 最小包装单元内包含使用单元数量:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 产品基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 生产标识基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 包装标识信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -415,7 +455,9 @@ export default {
}
},
data() {
- return {};
+ return {
+ activeNames: ['1']
+ };
},
methods: {},
@@ -443,4 +485,13 @@ export default {
width: 25%;
}
+.form-title {
+ font-size: 16px;
+ font-family: Noto Sans SC;
+ font-weight: bold;
+ color: #303133;
+ padding-bottom: 17px;
+ padding-top: 17px;
+}
+